Home
last modified time | relevance | path

Searched refs:max_phase (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hwmon/pmbus/
H A Dmp2856.c243 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()
/linux/drivers/usb/host/
H A Duhci-q.c633 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()