Lines Matching refs:TABLE_SIZE
44 #define TABLE_SIZE 1024 macro
67 for (i = 0; i < TABLE_SIZE; i++) in init_table()
115 if (((i + err) < 0) || ((i + err) >= TABLE_SIZE)) in create_table_segments()
121 if (((i + err1) < 0) || ((i + err1) >= TABLE_SIZE)) in create_table_segments()
160 i = TABLE_SIZE - 1; in prep_lookup_table()
166 while (i < TABLE_SIZE) { in prep_lookup_table()
241 if (dtemp < 0 || dtemp >= TABLE_SIZE) in k3_bgp_read_temp()
268 int low = 0, high = TABLE_SIZE - 1, mid; in k3_j72xx_bandgap_temp_to_adc_code()
345 for (i = 0; i < TABLE_SIZE; i++) in print_look_up_table()
424 ref_table = kzalloc(sizeof(*ref_table) * TABLE_SIZE, GFP_KERNEL); in k3_j72xx_bandgap_probe()
430 derived_table = devm_kzalloc(bgp->dev, sizeof(*derived_table) * TABLE_SIZE, in k3_j72xx_bandgap_probe()
468 memcpy(derived_table, ref_table, TABLE_SIZE * 4); in k3_j72xx_bandgap_probe()