Changeset 09ab0a9a in mainline for kernel/genarch/include
- Timestamp:
- 2018-09-13T12:05:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cc74cb5
- Parents:
- b2aaaa0
- git-author:
- Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
- Location:
- kernel/genarch/include/genarch/drivers
- Files:
-
- 11 edited
-
am335x/cm_dpll.h (modified) (1 diff)
-
am335x/cm_per.h (modified) (1 diff)
-
am335x/timer.h (modified) (2 diffs)
-
am335x/timer_regs.h (modified) (1 diff)
-
am335x/uart.h (modified) (1 diff)
-
amdm37x/gpt.h (modified) (1 diff)
-
bcm2835/timer.h (modified) (1 diff)
-
omap/uart.h (modified) (1 diff)
-
omap/uart_regs.h (modified) (1 diff)
-
pl050/pl050.h (modified) (2 diffs)
-
s3c24xx/uart.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/genarch/drivers/am335x/cm_dpll.h
rb2aaaa0 r09ab0a9a 79 79 * @} 80 80 */ 81 -
kernel/genarch/include/genarch/drivers/am335x/cm_per.h
rb2aaaa0 r09ab0a9a 86 86 * @} 87 87 */ 88 -
kernel/genarch/include/genarch/drivers/am335x/timer.h
rb2aaaa0 r09ab0a9a 92 92 extern void am335x_timer_stop(am335x_timer_t *timer); 93 93 94 95 94 #endif 96 95 … … 98 97 * @} 99 98 */ 100 -
kernel/genarch/include/genarch/drivers/am335x/timer_regs.h
rb2aaaa0 r09ab0a9a 159 159 * @} 160 160 */ 161 -
kernel/genarch/include/genarch/drivers/am335x/uart.h
rb2aaaa0 r09ab0a9a 68 68 * @} 69 69 */ 70 -
kernel/genarch/include/genarch/drivers/amdm37x/gpt.h
rb2aaaa0 r09ab0a9a 77 77 #define AMDM37x_GPT11_IRQ 47 78 78 79 80 79 /** GPT register map AMDM37x TRM p. 2740 */ 81 80 typedef struct { -
kernel/genarch/include/genarch/drivers/bcm2835/timer.h
rb2aaaa0 r09ab0a9a 64 64 } bcm2835_timer_t; 65 65 66 67 66 static inline void bcm2835_timer_start(bcm2835_timer_t *timer) 68 67 { -
kernel/genarch/include/genarch/drivers/omap/uart.h
rb2aaaa0 r09ab0a9a 56 56 * @} 57 57 */ 58 -
kernel/genarch/include/genarch/drivers/omap/uart_regs.h
rb2aaaa0 r09ab0a9a 159 159 #define OMAP_UART_LCR_DIV_EN_FLAG (1 << 7) 160 160 161 162 161 union { 163 162 /** Modem control register */ -
kernel/genarch/include/genarch/drivers/pl050/pl050.h
rb2aaaa0 r09ab0a9a 44 44 #include <console/chardev.h> 45 45 #include <typedefs.h> 46 47 46 48 47 /* … … 98 97 extern void pl050_wire(pl050_instance_t *, indev_t *); 99 98 100 101 99 #endif 102 100 -
kernel/genarch/include/genarch/drivers/s3c24xx/uart.h
rb2aaaa0 r09ab0a9a 78 78 #define UFCON_FIFO_ENABLE 0x01 79 79 80 81 80 /** S3C24xx UART instance */ 82 81 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.
