| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | sfi.c | 33 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 D | via.h | 2 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 D | cds_via.c | 12 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 D | Makefile | 8 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 | .gitignore | 3 /dtc-parser.tab.c 4 /dtc-parser.tab.h
|
| H A D | dtc-parser.tab.c_shipped | 84 #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 D | Makefile.dtc | 17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
|
| H A D | dtc-parser.tab.h_shipped | 98 #line 99 "dtc-parser.tab.h" /* yacc.c:1909 */
|
| H A D | dtc-lexer.lex.c_shipped | 632 #include "dtc-parser.tab.h"
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | test.py | 193 tab = ' ' 200 tab = ' ' 202 indent = tab 205 return data % (signoff, tab, indent, tab)
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | .gitignore | 6 *.tab.c 7 *.tab.h
|
| H A D | Makefile | 196 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 D | console_truetype.c | 482 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 D | crc32.c | 85 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 D | crc32_rk.c | 90 #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 D | input.c | 254 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 D | crc32.c | 169 # 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 D | bch.c | 1121 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 D | README | 16 (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 D | bootrkp.c | 94 #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 D | README | 16 (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 D | README | 32 SHIPPED scripts/kconfig/zconf.tab.c 35 HOSTCC scripts/kconfig/zconf.tab.o
|
| /rk3399_rockchip-uboot/board/freescale/mpc8541cds/ |
| H A D | mpc8541cds.c | 366 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 D | mpc8555cds.c | 364 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 D | mpc8548cds.c | 172 void dummy_func(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab) { } in dummy_func() argument
|