| /rk3399_rockchip-uboot/drivers/input/ |
| H A D | input.c | 185 static int input_queue_ascii(struct input_config *config, int ch) in input_queue_ascii() argument 187 if (config->fifo_in + 1 == INPUT_BUFFER_LEN) { in input_queue_ascii() 188 if (!config->fifo_out) in input_queue_ascii() 191 config->fifo_in = 0; in input_queue_ascii() 193 if (config->fifo_in + 1 == config->fifo_out) in input_queue_ascii() 195 config->fifo_in++; in input_queue_ascii() 198 config->fifo[config->fifo_in] = (uchar)ch; in input_queue_ascii() 203 int input_tstc(struct input_config *config) in input_tstc() argument 205 if (config->fifo_in == config->fifo_out && config->read_keys) { in input_tstc() 206 if (!(*config->read_keys)(config)) in input_tstc() [all …]
|
| H A D | key_matrix.c | 27 static int has_ghosting(struct key_matrix *config, struct key_matrix_key *keys, in has_ghosting() argument 33 if (!config->ghost_filter || valid < 3) in has_ghosting() 55 int key_matrix_decode(struct key_matrix *config, struct key_matrix_key keys[], in key_matrix_decode() argument 63 keymap = config->plain_keycode; in key_matrix_decode() 71 pos = key->row * config->num_cols + key->col; in key_matrix_decode() 72 if (config->fn_keycode && pos == config->fn_pos) in key_matrix_decode() 73 keymap = config->fn_keycode; in key_matrix_decode() 82 if (has_ghosting(config, keys, valid)) { in key_matrix_decode() 108 static uchar *create_keymap(struct key_matrix *config, const u32 *data, int len, in create_keymap() argument 115 map = (uchar *)calloc(1, config->key_count); in create_keymap() [all …]
|
| /rk3399_rockchip-uboot/arch/m68k/ |
| H A D | Kconfig | 4 config SYS_ARCH 8 config MCF520x 11 config MCF52x2 14 config MCF523x 17 config MCF530x 20 config MCF5301x 23 config MCF532x 26 config MCF537x 29 config MCF5441x 32 config MCF5445x [all …]
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | diffconfig | 51 def print_config(op, config, value, new_value): argument 57 print("# CONFIG_%s is not set" % config) 59 print("CONFIG_%s=%s" % (config, new_value)) 62 print("-%s %s" % (config, value)) 64 print("+%s %s" % (config, new_value)) 66 print(" %s %s -> %s" % (config, value, new_value)) 106 for config in a: 107 if config not in b: 108 old.append(config) 110 for config in old: [all …]
|
| /rk3399_rockchip-uboot/drivers/ddr/fsl/ |
| H A D | Kconfig | 1 config SYS_FSL_DDR 8 config SYS_FSL_MMDC 13 config SYS_FSL_DDR_BE 18 config SYS_FSL_DDR_LE 26 config SYS_NUM_DDR_CTLRS 40 config SYS_FSL_DDR_VER 47 config SYS_FSL_DDR_VER_50 50 config SYS_FSL_DDR_VER_47 53 config SYS_FSL_DDR_VER_46 56 config SYS_FSL_DDR_VER_44 [all …]
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/ |
| H A D | Kconfig | 4 config SYS_CPU 11 config TARGET_MCR3000 20 config MPC866 23 config MPC885 28 config 8xx_GCLK_FREQ 33 config CMD_IMMAP 43 config SYS_SIUMCR 48 config SYS_SYPCR 53 config SYS_TBSCR 58 config SYS_PISCR [all …]
|
| /rk3399_rockchip-uboot/board/siemens/draco/ |
| H A D | Kconfig | 3 config SYS_BOARD 6 config SYS_VENDOR 9 config SYS_SOC 12 config SYS_CONFIG_NAME 19 config SYS_BOARD 22 config SYS_VENDOR 25 config SYS_SOC 28 config SYS_CONFIG_NAME 35 config SYS_BOARD 38 config SYS_VENDOR [all …]
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ehci-tegra.c | 211 struct fdt_usb *config = ctrl->priv; in tegra_ehci_powerup_fixup() local 214 controller = &fdt_usb_controllers[config->type]; in tegra_ehci_powerup_fixup() 220 if (!config->has_legacy_mode) in tegra_ehci_powerup_fixup() 229 struct fdt_usb *config = ctrl->priv; in tegra_ehci_set_usbmode() local 233 usbctlr = config->reg; in tegra_ehci_set_usbmode() 242 struct fdt_usb *config = ctrl->priv; in tegra_ehci_get_port_speed() local 247 controller = &fdt_usb_controllers[config->type]; in tegra_ehci_get_port_speed() 258 static void set_up_vbus(struct fdt_usb *config, enum usb_init_type init) in set_up_vbus() argument 265 config->dr_mode == DR_MODE_OTG && in set_up_vbus() 266 (readl(&config->reg->phy_vbus_sensors) & VBUS_VLD_STS)) { in set_up_vbus() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/ |
| H A D | Kconfig | 3 config SPL_FAT_SUPPORT 6 config SPL_LIBCOMMON_SUPPORT 9 config SPL_LIBDISK_SUPPORT 12 config SPL_LIBGENERIC_SUPPORT 15 config SPL_MMC_SUPPORT 18 config SPL_SERIAL_SUPPORT 21 config SPL_SPI_FLASH_SUPPORT 24 config SPL_SPI_SUPPORT 27 config SYS_BOARD 30 config SYS_VENDOR [all …]
|
| /rk3399_rockchip-uboot/board/micronas/vct/ |
| H A D | Kconfig | 3 config SYS_BOARD 6 config SYS_VENDOR 9 config SYS_CONFIG_NAME 12 config SYS_TEXT_BASE 15 config SYS_DCACHE_SIZE 18 config SYS_DCACHE_LINE_SIZE 21 config SYS_ICACHE_SIZE 24 config SYS_ICACHE_LINE_SIZE 33 config VCT_PLATINUM 36 config VCT_PLATINUMAVC [all …]
|
| /rk3399_rockchip-uboot/arch/sh/ |
| H A D | Kconfig | 4 config CPU_SH2 7 config CPU_SH2A 11 config CPU_SH3 14 config CPU_SH4 17 config CPU_SH4A 21 config SH_32BIT 34 config TARGET_RSK7203 38 config TARGET_RSK7264 42 config TARGET_RSK7269 46 config TARGET_MPR2 [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-socfpga/ |
| H A D | Kconfig | 3 config SPL_LIBCOMMON_SUPPORT 6 config SPL_LIBDISK_SUPPORT 9 config SPL_LIBGENERIC_SUPPORT 12 config SPL_MMC_SUPPORT 15 config SPL_NAND_SUPPORT 18 config SPL_SERIAL_SUPPORT 21 config SPL_SPI_FLASH_SUPPORT 24 config SPL_SPI_SUPPORT 27 config SPL_WATCHDOG_SUPPORT 30 config SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION_TYPE [all …]
|
| /rk3399_rockchip-uboot/board/google/veyron/ |
| H A D | Kconfig | 3 config SYS_BOARD 6 config SYS_VENDOR 9 config SYS_CONFIG_NAME 12 config BOARD_SPECIFIC_OPTIONS # dummy 19 config SYS_BOARD 22 config SYS_VENDOR 25 config SYS_CONFIG_NAME 28 config BOARD_SPECIFIC_OPTIONS # dummy 35 config SYS_BOARD 38 config SYS_VENDOR [all …]
|
| /rk3399_rockchip-uboot/board/samsung/smdk5420/ |
| H A D | Kconfig | 3 config SYS_BOARD 6 config SYS_VENDOR 9 config SYS_CONFIG_NAME 16 config SYS_BOARD 19 config SYS_VENDOR 22 config SYS_CONFIG_NAME 29 config SYS_BOARD 32 config SYS_VENDOR 35 config SYS_CONFIG_NAME 42 config SYS_BOARD [all …]
|
| /rk3399_rockchip-uboot/board/ti/ks2_evm/ |
| H A D | Kconfig | 3 config SYS_BOARD 6 config SYS_VENDOR 9 config SYS_CONFIG_NAME 16 config SYS_BOARD 19 config SYS_VENDOR 22 config SYS_CONFIG_NAME 29 config SYS_BOARD 32 config SYS_VENDOR 35 config SYS_CONFIG_NAME 42 config SYS_BOARD [all …]
|
| /rk3399_rockchip-uboot/arch/arm/mach-imx/mx6/ |
| H A D | Kconfig | 3 config MX6_SMP 10 config MX6 16 config MX6D 20 config MX6DL 24 config MX6Q 28 config MX6QDL 32 config MX6S 35 config MX6SL 38 config MX6SX 42 config MX6SLL [all …]
|
| /rk3399_rockchip-uboot/board/toradex/common/ |
| H A D | Kconfig | 5 bool "Enable Toradex config block support" 8 The Toradex config block stored production data on the on-module 13 # Helper config to determine the correct default location of the cfg block 14 config TDX_HAVE_MMC 17 config TDX_HAVE_NAND 20 config TDX_HAVE_NOR 25 config TDX_CFG_BLOCK_IS_IN_MMC 30 config TDX_CFG_BLOCK_IS_IN_NAND 35 config TDX_CFG_BLOCK_IS_IN_NOR 40 config TDX_CFG_BLOCK_DEV [all …]
|
| /rk3399_rockchip-uboot/board/seco/ |
| H A D | Kconfig | 7 config SECOMX6_Q7 10 config SECOMX6_UQ7 13 config SECOMX6_USBC 22 config SECOMX6Q 26 config SECOMX6DL 30 config SECOMX6S 39 config SECOMX6_512MB 42 config SECOMX6_1GB 45 config SECOMX6_2GB 48 config SECOMX6_4GB [all …]
|
| /rk3399_rockchip-uboot/board/dbau1x00/ |
| H A D | Kconfig | 3 config SYS_BOARD 6 config SYS_SOC 9 config SYS_CONFIG_NAME 12 config SYS_TEXT_BASE 15 config SYS_DCACHE_SIZE 18 config SYS_DCACHE_LINE_SIZE 21 config SYS_ICACHE_SIZE 24 config SYS_ICACHE_LINE_SIZE 33 config DBAU1100 36 config DBAU1500 [all …]
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc83xx/ |
| H A D | Kconfig | 4 config SYS_CPU 11 config TARGET_MPC8308_P1M 14 config TARGET_SBC8349 17 config TARGET_VE8313 20 config TARGET_VME8349 23 config TARGET_MPC8308RDB 27 config TARGET_MPC8313ERDB 32 config TARGET_MPC8315ERDB 36 config TARGET_MPC8323ERDB 39 config TARGET_MPC832XEMDS [all …]
|
| /rk3399_rockchip-uboot/board/freescale/corenet_ds/ |
| H A D | Kconfig | 3 config SYS_BOARD 6 config SYS_VENDOR 9 config SYS_CONFIG_NAME 18 config SYS_BOARD 21 config SYS_VENDOR 24 config SYS_CONFIG_NAME 33 config SYS_BOARD 36 config SYS_VENDOR 39 config SYS_CONFIG_NAME 48 config SYS_BOARD [all …]
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | streamline_config.pl | 58 my $config = ".config"; 158 my $config; 204 $config = $2; 209 $depends{$config} .= " " . $ifdeps[$i]; 211 $depends{$config} = $ifdeps[$i]; 219 $depends{$config} = $1; 221 $depends{$config} .= " " . $1; 226 $depends{$config} .= " " . $dep; 227 dprint "Added default depends $dep to $config\n"; 234 $selects{$conf} .= " " . $config; [all …]
|
| /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/ |
| H A D | Kconfig | 4 config SYS_CPU 7 config CMD_ERRATA 19 config TARGET_SBC8548 23 config TARGET_SOCRATES 27 config TARGET_B4420QDS 34 config TARGET_B4860QDS 42 config TARGET_BSC9131RDB 48 config TARGET_BSC9132QDS 55 config TARGET_C29XPCIE 64 config TARGET_P3041DS [all …]
|
| /rk3399_rockchip-uboot/board/tplink/wdr4300/ |
| H A D | Kconfig | 3 config SYS_VENDOR 6 config SYS_SOC 9 config SYS_BOARD 12 config SYS_CONFIG_NAME 15 config SYS_TEXT_BASE 18 config SYS_DCACHE_SIZE 21 config SYS_DCACHE_LINE_SIZE 24 config SYS_ICACHE_SIZE 27 config SYS_ICACHE_LINE_SIZE
|
| /rk3399_rockchip-uboot/arch/arm/mach-kirkwood/ |
| H A D | Kconfig | 7 config TARGET_OPENRD 10 config TARGET_DREAMPLUG 13 config TARGET_DS109 16 config TARGET_GURUPLUG 19 config TARGET_SHEEVAPLUG 22 config TARGET_LSXL 25 config TARGET_POGO_E02 28 config TARGET_DNS325 31 config TARGET_ICONNECT 34 config TARGET_KM_KIRKWOOD [all …]
|