Searched refs:_sr (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/regulator/ |
H A D | tps65217-regulator.c | 23 _t, _lr, _nlr, _sr, _sm) \ argument 40 .bypass_reg = _sr, \
|
H A D | tps65218-regulator.c | 24 _em, _cr, _cm, _lr, _nlr, _delay, _fuv, _sr, _sm, \ argument 47 .bypass_reg = _sr, \
|
/linux/drivers/tty/serial/ |
H A D | sh-sci.c | 99 #define for_each_sr(_sr, _port) \ argument 100 for ((_sr) = max_sr(_port); (_sr) >= min_sr(_port); (_sr)--) \ 101 if ((_port)->sampling_rate_mask & SCI_SR((_sr)))
|
/linux/drivers/clk/nxp/ |
H A D | clk-lpc32xx.c | 697 #define LPC32XX_DEFINE_PLL_OPS(_name, _rc, _sr, _rr) \ argument 703 .set_rate = _sr, \
|