Searched refs:TABLE_SIZE (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/thermal/ |
| H A D | k3_j72xx_bandgap.c | 46 #define TABLE_SIZE 1024 macro 69 for (i = 0; i < TABLE_SIZE; i++) in init_table() 117 if (((i + err) < 0) || ((i + err) >= TABLE_SIZE)) in create_table_segments() 123 if (((i + err1) < 0) || ((i + err1) >= TABLE_SIZE)) in create_table_segments() 162 i = TABLE_SIZE - 1; in prep_lookup_table() 168 while (i < TABLE_SIZE) { in prep_lookup_table() 243 if (dtemp >= TABLE_SIZE) in k3_bgp_read_temp() 263 int low = 0, high = TABLE_SIZE - 1, mid; in k3_j72xx_bandgap_temp_to_adc_code() 340 for (i = 0; i < TABLE_SIZE; i++) in print_look_up_table() 465 ref_table = kzalloc_objs(*ref_table, TABLE_SIZE); in k3_j72xx_bandgap_probe() [all …]
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a2xx_gpummu.c | 25 #define TABLE_SIZE (sizeof(uint32_t) * GPUMMU_VA_RANGE / GPUMMU_PAGE_SIZE) macro 81 dma_free_attrs(mmu->dev, TABLE_SIZE + 32, gpummu->table, gpummu->pt_base, in a2xx_gpummu_destroy() 102 gpummu->table = dma_alloc_attrs(dev, TABLE_SIZE + 32, &gpummu->pt_base, in a2xx_gpummu_new() 121 *tran_error = base + TABLE_SIZE; /* 32-byte aligned */ in a2xx_gpummu_params()
|