Lines Matching defs:table

47 /* COMBIOS table offsets */
131 enum radeon_combios_table_offset table)
140 switch (table) {
364 if (table < COMBIOS_ASIC_INIT_3_TABLE && check_offset && check_offset < size)
876 /* check CRT table */
889 /* if the values are zeros, use the table */
1025 /* first check TV table */
1041 /* if the values are all zeros, use the table */
1056 /* if the values are all zeros, use the table */
1063 /* then check CRT table */
1075 /* if the values are all zeros, use the table */
1085 /* if the values are all zeros, use the table */
1344 DRM_DEBUG_KMS("DFP table revision: %d\n", ver);
2208 DRM_INFO("Connector table: %d (invalid)\n",
2499 DRM_DEBUG_KMS("Found DFP table, assuming DVI connector\n");
2525 DRM_DEBUG_KMS("Found CRT table, assuming VGA connector\n");
2601 /* check TV table */
2711 /* boards with a thermal chip, but no overdrive table */
3275 /* first check detected mem table */
3328 uint16_t table;
3335 table = combios_get_table_offset(dev, COMBIOS_ASIC_INIT_1_TABLE);
3336 if (table)
3337 combios_parse_mmio_table(dev, table);
3340 table = combios_get_table_offset(dev, COMBIOS_PLL_INIT_TABLE);
3341 if (table)
3342 combios_parse_pll_table(dev, table);
3345 table = combios_get_table_offset(dev, COMBIOS_ASIC_INIT_2_TABLE);
3346 if (table)
3347 combios_parse_mmio_table(dev, table);
3351 table =
3353 if (table)
3354 combios_parse_mmio_table(dev, table);
3357 table = combios_get_table_offset(dev, COMBIOS_RAM_RESET_TABLE);
3358 if (table)
3359 combios_parse_ram_reset_table(dev, table);
3362 table =
3364 if (table)
3365 combios_parse_mmio_table(dev, table);
3372 * - it hangs on resume inside the dynclk 1 table.
3380 * - it hangs on resume inside the dynclk 1 table.
3388 * - it hangs on resume inside the dynclk 1 table.
3396 * - it hangs on resume inside the dynclk 1 table.
3403 * - it hangs on resume inside the dynclk 1 table.
3411 table = combios_get_table_offset(dev, COMBIOS_DYN_CLK_1_TABLE);
3412 if (table)
3413 combios_parse_pll_table(dev, table);