Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/x86/lib/
H A Dsfi.c33 static void *get_entry_start(struct table_info *tab) in get_entry_start() argument
35 if (tab->count == SFI_TABLE_MAX_ENTRIES) in get_entry_start()
37 tab->entry_start = tab->base + tab->ptr; in get_entry_start()
38 tab->table[tab->count] = tab->entry_start; in get_entry_start()
39 tab->entry_start += sizeof(struct sfi_table_header); in get_entry_start()
41 return (void *)(uintptr_t)tab->entry_start; in get_entry_start()
44 static void finish_table(struct table_info *tab, const char *sig, void *entry) in finish_table() argument
48 hdr = (struct sfi_table_header *)(uintptr_t)(tab->base + tab->ptr); in finish_table()
50 hdr->len = sizeof(*hdr) + ((ulong)entry - tab->entry_start); in finish_table()
56 tab->ptr += hdr->len; in finish_table()
[all …]
/rk3399_rockchip-uboot/board/freescale/common/
H A Dvia.h2 void mpc85xx_config_via(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab);
5 …pc85xx_config_via_usbide(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab);
8 …d mpc85xx_config_via_usb(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab);
11 … mpc85xx_config_via_usb2(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab);
14 …mpc85xx_config_via_power(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab);
17 … mpc85xx_config_via_ac97(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab);
H A Dcds_via.c12 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via() argument
41 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_usbide() argument
59 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_usb() argument
68 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_usb2() argument
77 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_power() argument
88 pci_dev_t dev, struct pci_config_table *tab) in mpc85xx_config_via_ac97() argument
/rk3399_rockchip-uboot/scripts/dtc/
H A DMakefile8 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
25 HOSTCFLAGS_dtc-parser.tab.o := $(HOSTCFLAGS_DTC)
28 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
31 clean-files := dtc-lexer.lex.c dtc-parser.tab.c dtc-parser.tab.h
H A D.gitignore3 /dtc-parser.tab.c
4 /dtc-parser.tab.h
H A Ddtc-parser.tab.c_shipped84 #line 85 "dtc-parser.tab.c" /* yacc.c:339 */
103 by #include "dtc-parser.tab.h". */
169 #line 170 "dtc-parser.tab.c" /* yacc.c:355 */
200 #line 201 "dtc-parser.tab.c" /* yacc.c:358 */
1477 #line 1478 "dtc-parser.tab.c" /* yacc.c:1646 */
1485 #line 1486 "dtc-parser.tab.c" /* yacc.c:1646 */
1493 #line 1494 "dtc-parser.tab.c" /* yacc.c:1646 */
1503 #line 1504 "dtc-parser.tab.c" /* yacc.c:1646 */
1511 #line 1512 "dtc-parser.tab.c" /* yacc.c:1646 */
1519 #line 1520 "dtc-parser.tab.c" /* yacc.c:1646 */
[all …]
H A DMakefile.dtc17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
H A Ddtc-parser.tab.h_shipped98 #line 99 "dtc-parser.tab.h" /* yacc.c:1909 */
H A Ddtc-lexer.lex.c_shipped632 #include "dtc-parser.tab.h"
/rk3399_rockchip-uboot/tools/patman/
H A Dtest.py193 tab = ' '
200 tab = ' '
202 indent = tab
205 return data % (signoff, tab, indent, tab)
/rk3399_rockchip-uboot/scripts/kconfig/
H A D.gitignore6 *.tab.c
7 *.tab.h
H A DMakefile196 conf-objs := conf.o zconf.tab.o
197 mconf-objs := mconf.o zconf.tab.o $(lxdialog)
198 nconf-objs := nconf.o zconf.tab.o nconf.gui.o
199 kxgettext-objs := kxgettext.o zconf.tab.o
201 qconf-objs := zconf.tab.o
202 gconf-objs := gconf.o zconf.tab.o
207 clean-files += zconf.tab.c zconf.lex.c zconf.hash.c gconf.glade.h
223 HOSTCFLAGS_zconf.tab.o := -I$(src)
296 $(obj)/zconf.tab.o: $(obj)/zconf.lex.c $(obj)/zconf.hash.c
/rk3399_rockchip-uboot/drivers/video/
H A Dconsole_truetype.c482 struct font_info *tab; in console_truetype_find_font() local
484 for (tab = font_table; tab->begin; tab++) { in console_truetype_find_font()
485 if (abs(tab->begin - tab->end) > 4) { in console_truetype_find_font()
487 tab->name, tab->begin, in console_truetype_find_font()
488 (ulong)(tab->end - tab->begin)); in console_truetype_find_font()
489 return tab->begin; in console_truetype_find_font()
/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dcrc32.c85 const u32 *tab = crc32table_le; in crc32_le() local
88 # define DO_CRC(x) crc = tab[ (crc ^ (x)) & 255 ] ^ (crc>>8) in crc32_le()
90 # define DO_CRC(x) crc = tab[ ((crc >> 24) ^ (x)) & 255] ^ (crc<<8) in crc32_le()
183 const u32 *tab = crc32table_be; in crc32_be() local
186 # define DO_CRC(x) crc = tab[ (crc ^ (x)) & 255 ] ^ (crc>>8) in crc32_be()
188 # define DO_CRC(x) crc = tab[ ((crc >> 24) ^ (x)) & 255] ^ (crc<<8) in crc32_be()
/rk3399_rockchip-uboot/tools/rockchip/
H A Dcrc32_rk.c90 #define DO_CRC(x) crc = tab[((crc >> 24) ^ (x)) & 255] ^ (crc << 8)
93 const uint32_t *tab; in crc32_rk() local
94 tab = crc_table; in crc32_rk()
/rk3399_rockchip-uboot/drivers/input/
H A Dinput.c254 struct input_key_xlate *tab = &config->table[i]; in process_modifier() local
256 if (key == tab->left_keycode || key == tab->right_keycode) in process_modifier()
257 table = tab; in process_modifier()
/rk3399_rockchip-uboot/lib/
H A Dcrc32.c169 # define DO_CRC(x) crc = tab[(crc ^ (x)) & 255] ^ (crc >> 8)
171 # define DO_CRC(x) crc = tab[((crc >> 24) ^ (x)) & 255] ^ (crc << 8)
181 const uint32_t *tab = crc_table; in crc32_no_comp() local
H A Dbch.c1121 uint32_t data, hi, lo, *tab; in build_mod8_tables() local
1132 tab = bch->mod8_tab + (b*256+i)*l; in build_mod8_tables()
1142 tab[j] ^= hi|lo; in build_mod8_tables()
/rk3399_rockchip-uboot/board/freescale/mpc8315erdb/
H A DREADME16 (where the '*' indicates the position of the tab of the switch.)
26 (where the '*' indicates the position of the tab of the switch.)
/rk3399_rockchip-uboot/cmd/
H A Dbootrkp.c94 #define DO_CRC(x) crc = tab[((crc >> 24) ^ (x)) & 255] ^ (crc << 8)
98 const uint32_t *tab; in crc32_rk() local
100 tab = crc_table; in crc32_rk()
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/
H A DREADME16 (where the '*' indicates the position of the tab of the switch.)
26 (where the '*' indicates the position of the tab of the switch.)
/rk3399_rockchip-uboot/board/bosch/shc/
H A DREADME32 SHIPPED scripts/kconfig/zconf.tab.c
35 HOSTCC scripts/kconfig/zconf.tab.o
/rk3399_rockchip-uboot/board/freescale/mpc8541cds/
H A Dmpc8541cds.c366 void dummy_func(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab) { } in dummy_func() argument
/rk3399_rockchip-uboot/board/freescale/mpc8555cds/
H A Dmpc8555cds.c364 void dummy_func(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab) { } in dummy_func() argument
/rk3399_rockchip-uboot/board/freescale/mpc8548cds/
H A Dmpc8548cds.c172 void dummy_func(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab) { } in dummy_func() argument