Home
last modified time | relevance | path

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

/drivers/usb/gadget/
Ds3c-hsotg.h159 #define DPTXFSIZn(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4)) argument
264 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) argument
265 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) argument
315 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20)) argument
316 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20)) argument
351 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20)) argument
352 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20)) argument
371 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20)) argument
372 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20)) argument
373 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20)) argument
[all …]
/drivers/net/ethernet/8390/
Dax88796.c48 #define ax_convert_addr(_a) ((void __force __iomem *)(_a)) argument
50 #define ei_inb(_a) readb(ax_convert_addr(_a)) argument
51 #define ei_outb(_v, _a) writeb(_v, ax_convert_addr(_a)) argument
53 #define ei_inb_p(_a) ei_inb(_a) argument
54 #define ei_outb_p(_v, _a) ei_outb(_v, _a) argument
/drivers/staging/dwc2/
Dhw.h395 #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.h62 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
/drivers/net/wireless/p54/
Deeprom.c108 static int p54_compare_channels(const void *_a, in p54_compare_channels()
117 static int p54_compare_rssichan(const void *_a, in p54_compare_rssichan()
/drivers/base/regmap/
Dregcache.c525 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/ath/ath9k/
Dhw.h107 #define REG_RMW_FIELD(_a, _r, _f, _v) \ argument
109 #define REG_READ_FIELD(_a, _r, _f) \ argument
111 #define REG_SET_BIT(_a, _r, _f) \ argument
113 #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.c874 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