Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 43) sorted by relevance

12

/rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dmp.c29 u64 *table = get_spin_tbl_addr(); in update_os_arch_secondary_cores() local
80 u64 *table = get_spin_tbl_addr(); in fsl_layerscape_wake_seconday_cores() local
189 u64 *table; in is_core_online() local
237 u64 *table; in cpu_status() local
264 u64 *table = (u64 *)get_spin_tbl_addr(); in cpu_release() local
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dmp.c59 u32 *table, id = get_my_id(); in cpu_status() local
143 u32 i, val, *table = (u32 *)&__spin_table + nr * NUM_BOOT_ENTRY; in cpu_release() local
253 u32 *table = (u32 *)&__spin_table; in plat_mp_up() local
332 u32 *table = (u32 *)&__spin_table; in plat_mp_up() local
/rk3399_rockchip-uboot/arch/arm/mach-socfpga/
H A Dwrap_pinmux_config.c13 void sysmgr_get_pinmux_table(const u8 **table, unsigned int *table_len) in sysmgr_get_pinmux_table()
H A Dwrap_iocsr_config.c15 const unsigned long **table, in iocsr_get_config_table()
/rk3399_rockchip-uboot/arch/x86/lib/
H A Dsfi.c29 u64 table[SFI_TABLE_MAX_ENTRIES]; member
136 struct table_info table; in write_sfi_table() local
H A Dacpi_table.c106 static void acpi_add_table(struct acpi_rsdp *rsdp, void *table) in acpi_add_table()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dusbstring.c106 usb_gadget_get_string(struct usb_gadget_strings *table, int id, u8 *buf) in usb_gadget_get_string()
/rk3399_rockchip-uboot/drivers/thermal/
H A Drockchip_thermal.c214 struct chip_tsadc_table table; member
616 static int tsadc_code_to_temp(struct chip_tsadc_table *table, u32 code, in tsadc_code_to_temp()
687 static u32 tsadc_temp_to_code_v2(struct chip_tsadc_table table, in tsadc_temp_to_code_v2()
1008 struct chip_tsadc_table table = priv->data->table; in tsadc_get_temp_v2() local
1101 struct chip_tsadc_table table = priv->data->table; in tsadc_get_temp_v4() local
1113 struct chip_tsadc_table table = priv->data->table; in tsadc_alarm_temp_v2() local
1130 struct chip_tsadc_table table = priv->data->table; in tsadc_alarm_temp_v3() local
1146 struct chip_tsadc_table table = priv->data->table; in tsadc_tshut_temp_v2() local
1163 struct chip_tsadc_table table = priv->data->table; in tsadc_tshut_temp_v3() local
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xxx/
H A Dfsl_lbc.c107 void upmconfig(uint upm, uint *table, uint size) in upmconfig()
/rk3399_rockchip-uboot/common/
H A Dimage.c183 const table_entry_t *table; member
600 const table_entry_t *get_table_entry(const table_entry_t *table, int id) in get_table_entry()
693 char *get_table_entry_name(const table_entry_t *table, char *msg, int id) in get_table_entry_name()
721 static const char *genimg_get_short_name(const table_entry_t *table, int val) in genimg_get_short_name()
773 int get_table_entry_id(const table_entry_t *table, in get_table_entry_id()
H A Dcommand.c86 cmd_tbl_t *find_cmd_tbl(const char *cmd, cmd_tbl_t *table, int table_len) in find_cmd_tbl()
/rk3399_rockchip-uboot/drivers/input/
H A Dinput.c247 struct input_key_xlate *table; in process_modifier() local
453 struct input_key_xlate *table; in input_keycodes_to_ascii() local
584 struct input_key_xlate *table; in input_add_table() local
/rk3399_rockchip-uboot/lib/zlib/
H A Dinftrees.c33 code FAR * FAR *table, unsigned FAR *bits, in inflate_table()
/rk3399_rockchip-uboot/arch/arm/mach-tegra/tegra20/
H A Demc.c244 const u32 *table = NULL; in tegra_set_emc() local
/rk3399_rockchip-uboot/drivers/serial/
H A Dserial_efi.c128 struct efi_system_table *table = efi_get_sys_table(); in serial_efi_probe() local
/rk3399_rockchip-uboot/include/
H A Dsearch.h53 struct _ENTRY *table; member
H A Dinput.h51 struct input_key_xlate table[INPUT_MAX_MODIFIERS]; member
/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/
H A Dcpu.c179 void upmconfig(uint upm, uint *table, uint size) in upmconfig()
/rk3399_rockchip-uboot/arch/arm/include/asm/armv8/
H A Dmmu.h105 static inline void set_ttbr_tcr_mair(int el, u64 table, u64 tcr, u64 attr) in set_ttbr_tcr_mair()
/rk3399_rockchip-uboot/drivers/ddr/fsl/
H A Dinteractive.c36 static void print_option_table(const struct options_string *table, in print_option_table()
68 static int handle_option_table(const struct options_string *table, in handle_option_table()
/rk3399_rockchip-uboot/drivers/rkflash/
H A Dflash.c288 static s32 flash_get_bad_blk_list(u16 *table, u32 die) in flash_get_bad_blk_list()
/rk3399_rockchip-uboot/board/toradex/colibri_imx6/
H A Dcolibri_imx6.c1039 static void ddr_init(int *table, int size) in ddr_init()
/rk3399_rockchip-uboot/board/freescale/mx6sabresd/
H A Dmx6sabresd.c1018 static void ddr_init(int *table, int size) in ddr_init()
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dglobal_data.h95 ulong table; /* Table pointer from previous loader */ member
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci.c294 struct pci_config_table *table; in pci_find_config() local

12