Home
last modified time | relevance | path

Searched refs:table_size (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/arch/x86/lib/
H A Dtables.c60 u32 high_table, table_size; in write_tables() local
70 table_size = rom_table_end - rom_table_start; in write_tables()
71 high_table = (u32)high_table_malloc(table_size); in write_tables()
76 cfg_tables[i].size = table_size; in write_tables()
/rk3399_rockchip-uboot/disk/
H A Dpart_amiga.h119 u32 table_size; member
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_bbt.c1028 u32 table_size; in verify_bbt_descr() local
1053 table_size = this->chipsize >> this->bbt_erase_shift; in verify_bbt_descr()
1055 table_size = mtd->size >> this->bbt_erase_shift; in verify_bbt_descr()
1056 table_size >>= 3; in verify_bbt_descr()
1057 table_size *= bits; in verify_bbt_descr()
1059 table_size += pattern_len; in verify_bbt_descr()
1060 BUG_ON(table_size > (1 << this->bbt_erase_shift)); in verify_bbt_descr()
H A Datmel_nand.c109 int table_size; in pmecc_get_alpha_to() local
111 table_size = host->pmecc_sector_size == 512 ? in pmecc_get_alpha_to()
116 table_size * sizeof(int16_t); in pmecc_get_alpha_to()
793 int table_size = (sector_size == 512) ? in create_lookup_table() local
797 int16_t *addr = kzalloc(2 * table_size * sizeof(uint16_t), GFP_KERNEL); in create_lookup_table()
798 if (addr && build_gf_tables(degree, poly, addr, addr + table_size)) in create_lookup_table()
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspinand.h501 unsigned int table_size,
/rk3399_rockchip-uboot/drivers/ddr/fsl/
H A Dinteractive.c37 int table_size, in print_option_table() argument
44 for (i = 0; i < table_size; i++) { in print_option_table()
69 int table_size, in handle_option_table() argument
78 for (i = 0; i < table_size; i++) { in handle_option_table()
/rk3399_rockchip-uboot/drivers/mtd/nand/spi/
H A Dcore.c1058 unsigned int table_size, in spinand_match_and_init() argument
1065 for (i = 0; i < table_size; i++) { in spinand_match_and_init()