Searched refs:max_phase (Results 1 – 2 of 2) sorted by relevance
243 mp2856_identify_multiphase(struct i2c_client *client, u8 reg, u8 max_phase, in mp2856_identify_multiphase() argument 257 return (ret >= max_phase) ? max_phase : ret; in mp2856_identify_multiphase()
633 int max_phase = min_t(int, MAX_PHASE, qh->period); in uhci_check_bandwidth() local 637 for (phase = 1; phase < max_phase; ++phase) { in uhci_check_bandwidth()