Home
last modified time | relevance | path

Searched refs:pmax (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/blackfin/mm/
Dsram-alloc.c330 struct sram_piece *pslot, *pmax; in _sram_alloc_max() local
335 pmax = pslot = pfree_head->next; in _sram_alloc_max()
339 if (pslot->size > pmax->size) in _sram_alloc_max()
340 pmax = pslot; in _sram_alloc_max()
344 if (!pmax) in _sram_alloc_max()
347 *psize = pmax->size; in _sram_alloc_max()
/linux-4.4.14/drivers/hwmon/pmbus/
Dltc2978.c208 int page, int reg, u16 *pmax) in ltc_get_max() argument
214 if (lin11_to_val(ret) > lin11_to_val(*pmax)) in ltc_get_max()
215 *pmax = ret; in ltc_get_max()
216 ret = *pmax; in ltc_get_max()
/linux-4.4.14/net/phonet/
Dsocket.c504 int port, pmin, pmax; in pn_sock_get_port() local
506 phonet_get_local_port_range(&pmin, &pmax); in pn_sock_get_port()
507 for (port = pmin; port <= pmax; port++) { in pn_sock_get_port()
509 if (port_cur < pmin || port_cur > pmax) in pn_sock_get_port()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dphy.c2525 ath5k_create_power_curve(s16 pmin, s16 pmax, in ath5k_create_power_curve() argument
2544 pmax = 63; in ath5k_create_power_curve()
2549 for (i = 0; (i <= (u16) (pmax - pmin)) && in ath5k_create_power_curve()