Home
last modified time | relevance | path

Searched defs:_a (Results 1 – 15 of 15) sorted by relevance

/drivers/staging/rtl8723au/include/
Drtw_io.h226 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
228 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
230 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
233 #define PlatformEFIORead1Byte(_a, _b) rtl8723au_read8(_a, _b) argument
234 #define PlatformEFIORead2Byte(_a, _b) rtl8723au_read16(_a, _b) argument
235 #define PlatformEFIORead4Byte(_a, _b) rtl8723au_read32(_a, _b) argument
/drivers/net/ethernet/8390/
Dax88796.c47 #define ax_convert_addr(_a) ((void __force __iomem *)(_a)) argument
49 #define ei_inb(_a) readb(ax_convert_addr(_a)) argument
50 #define ei_outb(_v, _a) writeb(_v, ax_convert_addr(_a)) argument
52 #define ei_inb_p(_a) ei_inb(_a) argument
53 #define ei_outb_p(_v, _a) ei_outb(_v, _a) argument
/drivers/usb/dwc2/
Dhw.h399 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4)) argument
492 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) argument
495 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) argument
542 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20)) argument
543 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20)) argument
574 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20)) argument
575 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20)) argument
591 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20)) argument
592 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20)) argument
594 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20)) argument
[all …]
/drivers/scsi/fnic/
Dfnic_trace.h87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
/drivers/net/wireless/p54/
Deeprom.c107 static int p54_compare_channels(const void *_a, in p54_compare_channels()
116 static int p54_compare_rssichan(const void *_a, in p54_compare_rssichan()
/drivers/cpufreq/
Ds3c24xx-cpufreq.c519 #define do_min(_a, _b) ((_a) == 0 ? (_b) : (_b) == 0 ? (_a) : min(_a, _b)) argument
/drivers/base/regmap/
Dregcache.c564 const struct reg_default *_a = a; in regcache_default_cmp() local
/drivers/sh/intc/
Dinternals.h115 const struct intc_handle_int *_a = a; in intc_handle_int_cmp() local
/drivers/iio/frequency/
Dad9523.c243 #define AD_IFE(_pde, _a, _b) ((pdata->_pde) ? _a : _b) argument
244 #define AD_IF(_pde, _a) AD_IFE(_pde, _a, 0) argument
/drivers/net/wireless/rsi/
Drsi_91x_mgmt.c961 u16 _a = *(const u16 *)(a); in rsi_compare() local
/drivers/net/wireless/ath/ath9k/
Dhw.h109 #define REG_RMW_FIELD(_a, _r, _f, _v) \ argument
111 #define REG_READ_FIELD(_a, _r, _f) \ argument
113 #define REG_SET_BIT(_a, _r, _f) \ argument
115 #define REG_CLR_BIT(_a, _r, _f) \ argument
/drivers/staging/bcm/
DMacros.h103 #define MIN(_a, _b) ((_a) < (_b) ? (_a) : (_b)) argument
/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c913 u32 *_a = a; in gfar_swap() local
/drivers/tty/serial/
Dioc3_serial.c114 #define PENDING(_a, _p) (readl(&(_p)->vma->sio_ir) & (_a)->ic_enable) argument
/drivers/xen/
Dxen-scsiback.c71 #define DPRINTK(_f, _a...) \ argument