Lines Matching defs:table

56 #define DATA_TABLES(table) (bp->master_data_tbl->ListOfDataTables.table)
136 ATOM_OBJECT_TABLE *table;
140 table = ((ATOM_OBJECT_TABLE *) bios_get_image(&bp->base,
142 struct_size(table, asObjects, 1)));
144 if (!table)
147 return table->ucNumberOfObjects;
175 dm_error("Can't get connector table from atom bios.\n");
180 dm_error("Can't find connector id %d in connector table of size %d.\n",
506 /* There should be only one entry in the SS info table for Memory Clock
522 * reported in the SS table */
529 /* There should be only one entry in the SS info table for Engine Clock
545 * reported in the SS table */
591 /* There should be only one entry in the SS info table for Memory Clock
607 * reported in the SS table */
614 /* There should be only one entry in the SS info table for Engine Clock
630 * reported in the SS table */
913 * ver 3.1) or SS_Info table from the VBIOS. Currently ASIC_InternalSS_Info
914 * ver 2.1 can co-exist with SS_Info table. Expect ASIC_InternalSS_Info ver 3.1,
954 * SS Info table version 2.1 */
975 /* there can not be more then one entry for SS Info table */
987 * SS_Info table from the VBIOS
1003 /* for SS_Info table only support DP and LVDS */
1013 * Get spread sprectrum information from the ASIC_InternalSS_Info table Ver 2.1
1080 * Get spread sprectrum information from the SS_Info table from the VBIOS
1083 * for, the SS_Info table, there should not be more than 1 entry match.
1103 /* exist of the SS_Info table */
1167 * table */
1557 * Get Number of SpreadSpectrum Entry from the ASIC_InternalSS_Info table from
1610 * Get Number of spread spectrum entry from the SS_Info table from the VBIOS.
1629 /* SS_Info table exist */
1679 * SS_Info table from the VBIOS
1697 * Get NUmber of spread sprectrum entry from the ASIC_InternalSS_Info table
1736 * Get Number of SpreadSpectrum Entry from the ASIC_InternalSS_Info table of
1783 * 1. get the GPIO_ID from other object table, see GetHPDInfo()
2230 * bios_parser *bp - [in]BIOS parser handler to get master data table
2380 * bios_parser *bp - [in]BIOS parser handler to get master data table
2514 * Get integrated BIOS information based on table revision
2517 * bios_parser *bp - [in]BIOS parser handler to get master data table
2553 /* Sort voltage table from low to high*/