Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_NS16550_REG_SIZE (Results 1 – 25 of 118) sorted by relevance

12345

/OK3568_Linux_fs/u-boot/include/
H A Dns16550.h31 #define CONFIG_SYS_NS16550_REG_SIZE (-1) macro
34 #if !defined(CONFIG_SYS_NS16550_REG_SIZE) || (CONFIG_SYS_NS16550_REG_SIZE == 0)
38 #elif (CONFIG_SYS_NS16550_REG_SIZE > 0)
40 unsigned char prepad_##x[CONFIG_SYS_NS16550_REG_SIZE - 1]; \
42 #elif (CONFIG_SYS_NS16550_REG_SIZE < 0)
45 unsigned char postpad_##x[-CONFIG_SYS_NS16550_REG_SIZE - 1];
/OK3568_Linux_fs/u-boot/include/configs/
H A Domap3_evm.h44 #undef CONFIG_SYS_NS16550_REG_SIZE
46 #define CONFIG_SYS_NS16550_REG_SIZE (-1) macro
H A Dti_am335x_common.h26 #define CONFIG_SYS_NS16550_REG_SIZE (-4) macro
H A Dti_omap3_common.h36 # define CONFIG_SYS_NS16550_REG_SIZE (-4) macro
H A Dti_omap5_common.h47 #define CONFIG_SYS_NS16550_REG_SIZE (-4) macro
H A Dbcm_northstar2.h31 #define CONFIG_SYS_NS16550_REG_SIZE (-4) macro
H A Dbur_am335x_common.h27 #define CONFIG_SYS_NS16550_REG_SIZE (-4) macro
H A Domap3_pandora.h39 #define CONFIG_SYS_NS16550_REG_SIZE (-4) macro
H A Dmv-common.h45 #define CONFIG_SYS_NS16550_REG_SIZE (-4) macro
H A Dkc1.h106 #define CONFIG_SYS_NS16550_REG_SIZE (-4) macro
H A Dqemu-mips.h47 #define CONFIG_SYS_NS16550_REG_SIZE 1 macro
H A Dqemu-mips64.h47 #define CONFIG_SYS_NS16550_REG_SIZE 1 macro
H A Dbcmstb.h103 #define CONFIG_SYS_NS16550_REG_SIZE (-4) macro
H A Dbcm28155_ap.h77 #define CONFIG_SYS_NS16550_REG_SIZE (-4) macro
H A Dti814x_evm.h119 #define CONFIG_SYS_NS16550_REG_SIZE (-4) macro
H A Dls1012a_common.h80 #define CONFIG_SYS_NS16550_REG_SIZE 1 macro
H A Dsniper.h103 #define CONFIG_SYS_NS16550_REG_SIZE (-4) macro
H A Dbcm23550_w1d.h78 #define CONFIG_SYS_NS16550_REG_SIZE (-4) macro
H A Dcm_t43.h24 #define CONFIG_SYS_NS16550_REG_SIZE (-4) macro
H A Dti816x_evm.h49 #define CONFIG_SYS_NS16550_REG_SIZE (-4) macro
H A Dqemu-ppce500.h91 #define CONFIG_SYS_NS16550_REG_SIZE 1 macro
H A Dti_omap4_common.h53 #define CONFIG_SYS_NS16550_REG_SIZE (-4) macro
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dps2ser.c21 #ifndef CONFIG_SYS_NS16550_REG_SIZE
22 #define CONFIG_SYS_NS16550_REG_SIZE 1 macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-bcmnsp/
H A Dconfigs.h16 #define CONFIG_SYS_NS16550_REG_SIZE 1 macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-bcmcygnus/
H A Dconfigs.h16 #define CONFIG_SYS_NS16550_REG_SIZE (-4) macro

12345