Home
last modified time | relevance | path

Searched refs:_low (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/include/asm/
H A Dctlreg.h96 int _low = low; \
99 _esize = (_high - _low + 1) * sizeof(struct ctlreg); \
103 " lctlg %[_low],%[_high],%[_arr]\n" \
106 [_low] "i" (low), [_high] "i" (high) \
115 int _low = low; \
118 _esize = (_high - _low + 1) * sizeof(struct ctlreg); \
122 " stctg %[_low],%[_high],%[_arr]\n" \
124 : [_low] "i" (low), [_high] "i" (high)); \
/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h86 #define MTK_DRV_GRP(_min, _max, _low, _high, _step) \ argument
90 .low_bit = _low, \
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmlo.c669 #define RSSI_THRESHOLD(_low, _bw) \ in iwl_mld_get_emlsr_rssi_thresh() argument
670 (_low) ? IWL_MLD_LOW_RSSI_THRESH_##_bw##MHZ \ in iwl_mld_get_emlsr_rssi_thresh()