Searched refs:_a (Results 1 - 15 of 15) sorted by relevance

/drivers/staging/rtl8723au/include/
H A Drtw_io.h226 #define PlatformEFIOWrite1Byte(_a, _b, _c) \
227 rtl8723au_write8(_a, _b, _c)
228 #define PlatformEFIOWrite2Byte(_a, _b, _c) \
229 rtl8723au_write16(_a, _b, _c)
230 #define PlatformEFIOWrite4Byte(_a, _b, _c) \
231 rtl8723au_write32(_a, _b, _c)
233 #define PlatformEFIORead1Byte(_a, _b) rtl8723au_read8(_a, _b)
234 #define PlatformEFIORead2Byte(_a, _b) rtl8723au_read16(_a, _
[all...]
/drivers/usb/dwc2/
H A Dhw.h399 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4))
492 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20))
495 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20))
542 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20))
543 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) *
[all...]
/drivers/scsi/fnic/
H A Dfnic_trace.h87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \
100 trace_buf->data[0] = (u64)(unsigned long)_a; \
/drivers/sh/intc/
H A Dinternals.h115 const struct intc_handle_int *_a = a; local
118 return _a->irq - _b->irq;
/drivers/staging/bcm/
H A DMacros.h103 #define MIN(_a, _b) ((_a) < (_b) ? (_a) : (_b))
/drivers/net/ethernet/8390/
H A Dax88796.c47 #define ax_convert_addr(_a) ((void __force __iomem *)(_a))
49 #define ei_inb(_a) readb(ax_convert_addr(_a))
50 #define ei_outb(_v, _a) writeb(_v, ax_convert_addr(_a))
52 #define ei_inb_p(_a) ei_inb(_a)
53 #define ei_outb_p(_v, _a) ei_outb(_v, _a)
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dhw.h109 #define REG_RMW_FIELD(_a, _r, _f, _v) \
110 REG_RMW(_a, _r, (((_v) << _f##_S) & _f), (_f))
111 #define REG_READ_FIELD(_a, _r, _f) \
112 (((REG_READ(_a, _r) & _f) >> _f##_S))
113 #define REG_SET_BIT(_a, _r, _f) \
114 REG_RMW(_a, _r, (_f), 0)
115 #define REG_CLR_BIT(_a, _r, _f) \
116 REG_RMW(_a, _r, 0, (_f))
/drivers/cpufreq/
H A Ds3c24xx-cpufreq.c527 #define do_min(_a, _b) ((_a) == 0 ? (_b) : (_b) == 0 ? (_a) : min(_a, _b))
/drivers/iio/frequency/
H A Dad9523.c243 #define AD_IFE(_pde, _a, _b) ((pdata->_pde) ? _a : _b)
244 #define AD_IF(_pde, _a) AD_IFE(_pde, _a, 0)
/drivers/net/wireless/p54/
H A Deeprom.c107 static int p54_compare_channels(const void *_a, argument
110 const struct p54_channel_entry *a = _a;
116 static int p54_compare_rssichan(const void *_a, argument
119 const struct p54_rssi_db_entry *a = _a;
/drivers/base/regmap/
H A Dregcache.c564 const struct reg_default *_a = a; local
567 return _a->reg - _b->reg;
/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c913 u32 *_a = a; local
916 swap(_a[0], _b[0]);
917 swap(_a[1], _b[1]);
918 swap(_a[2], _b[2]);
919 swap(_a[3], _b[3]);
/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c961 u16 _a = *(const u16 *)(a); local
964 if (_a > _b)
967 if (_a < _b)
/drivers/tty/serial/
H A Dioc3_serial.c114 #define PENDING(_a, _p) (readl(&(_p)->vma->sio_ir) & (_a)->ic_enable)
/drivers/xen/
H A Dxen-scsiback.c71 #define DPRINTK(_f, _a...) \
72 pr_debug("(file=%s, line=%d) " _f, __FILE__ , __LINE__ , ## _a)

Completed in 1845 milliseconds