/drivers/staging/rtl8723au/include/ |
D | rtw_io.h | 226 #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/ |
D | ax88796.c | 47 #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/ |
D | hw.h | 399 #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/ |
D | fnic_trace.h | 87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
|
/drivers/net/wireless/p54/ |
D | eeprom.c | 107 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/ |
D | s3c24xx-cpufreq.c | 519 #define do_min(_a, _b) ((_a) == 0 ? (_b) : (_b) == 0 ? (_a) : min(_a, _b)) argument
|
/drivers/base/regmap/ |
D | regcache.c | 564 const struct reg_default *_a = a; in regcache_default_cmp() local
|
/drivers/sh/intc/ |
D | internals.h | 115 const struct intc_handle_int *_a = a; in intc_handle_int_cmp() local
|
/drivers/iio/frequency/ |
D | ad9523.c | 243 #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/ |
D | rsi_91x_mgmt.c | 961 u16 _a = *(const u16 *)(a); in rsi_compare() local
|
/drivers/net/wireless/ath/ath9k/ |
D | hw.h | 109 #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/ |
D | Macros.h | 103 #define MIN(_a, _b) ((_a) < (_b) ? (_a) : (_b)) argument
|
/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 913 u32 *_a = a; in gfar_swap() local
|
/drivers/tty/serial/ |
D | ioc3_serial.c | 114 #define PENDING(_a, _p) (readl(&(_p)->vma->sio_ir) & (_a)->ic_enable) argument
|
/drivers/xen/ |
D | xen-scsiback.c | 71 #define DPRINTK(_f, _a...) \ argument
|