Searched refs:MAX_NO_VREG_STEPS (Results 1 – 4 of 4) sorted by relevance
153 #define MAX_NO_VREG_STEPS 32 macro161 uint8_t highSMIO[MAX_NO_VREG_STEPS];162 uint32_t lowSMIO[MAX_NO_VREG_STEPS];
72 #define MAX_NO_VREG_STEPS 32 macro105 struct vddc_table_entry vddc_table[MAX_NO_VREG_STEPS];
1472 if (voltage_table->count <= MAX_NO_VREG_STEPS) in cypress_trim_voltage_table_to_fit_state_table()1475 diff = voltage_table->count - MAX_NO_VREG_STEPS; in cypress_trim_voltage_table_to_fit_state_table()1477 for (i= 0; i < MAX_NO_VREG_STEPS; i++) in cypress_trim_voltage_table_to_fit_state_table()1480 voltage_table->count = MAX_NO_VREG_STEPS; in cypress_trim_voltage_table_to_fit_state_table()1493 if (eg_pi->vddc_voltage_table.count > MAX_NO_VREG_STEPS) in cypress_construct_voltage_tables()1503 if (eg_pi->vddci_voltage_table.count > MAX_NO_VREG_STEPS) in cypress_construct_voltage_tables()
1246 if (steps > MAX_NO_VREG_STEPS) in rv770_construct_vddc_table()