Home
last modified time | relevance | path

Searched full:_low (Results 1 – 4 of 4) 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]" \
106 [_low] "i" (low), [_high] "i" (high) \
115 int _low = low; \
118 _esize = (_high - _low + 1) * sizeof(struct ctlreg); \
122 " stctg %[_low],%[_high],%[_arr]" \
124 : [_low] "i" (low), [_high] "i" (high)); \
/linux/arch/mips/sibyte/bcm1480/
H A Dirq.c254 /* Now do _low registers */ in arch_init_irq()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmlo.c666 #define RSSI_THRESHOLD(_low, _bw) \ in iwl_mld_get_emlsr_rssi_thresh() argument
667 (_low) ? IWL_MLD_LOW_RSSI_THRESH_##_bw##MHZ \ in iwl_mld_get_emlsr_rssi_thresh()
/linux/drivers/usb/core/
H A Dconfig.c405 default: /* USB_SPEED_FULL or _LOW */ in usb_parse_endpoint()