Searched refs:pmax (Results 1 – 4 of 4) sorted by relevance
330 struct sram_piece *pslot, *pmax; in _sram_alloc_max() local335 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()
208 int page, int reg, u16 *pmax) in ltc_get_max() argument214 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()
504 int port, pmin, pmax; in pn_sock_get_port() local506 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()
2525 ath5k_create_power_curve(s16 pmin, s16 pmax, in ath5k_create_power_curve() argument2544 pmax = 63; in ath5k_create_power_curve()2549 for (i = 0; (i <= (u16) (pmax - pmin)) && in ath5k_create_power_curve()