Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/include/
Drtw_io.h359 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
361 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
363 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
366 #define PlatformEFIORead1Byte(_a, _b) \ argument
368 #define PlatformEFIORead2Byte(_a, _b) \ argument
370 #define PlatformEFIORead4Byte(_a, _b) \ argument
/drivers/net/ethernet/intel/i40evf/
Di40evf.h282 #define CLIENT_ALLOWED(_a) ((_a)->vf_res ? \ argument
286 #define CLIENT_ENABLED(_a) ((_a)->cinst) argument
288 #define RSS_PF(_a) ((_a)->vf_res->vf_cap_flags & \ argument
290 #define RSS_AQ(_a) ((_a)->vf_res->vf_cap_flags & \ argument
292 #define RSS_REG(_a) (!((_a)->vf_res->vf_cap_flags & \ argument
295 #define VLAN_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument
300 #define PF_IS_V11(_a) (((_a)->pf_version.major == 1) && \ 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.h404 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4)) argument
504 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) argument
507 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) argument
554 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20)) argument
555 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20)) argument
596 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20)) argument
597 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20)) argument
613 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20)) argument
614 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20)) argument
616 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20)) argument
[all …]
/drivers/soc/fsl/qbman/
Dqman_priv.h136 const u32 *_a = a->q.state; in qman_cgrs_and() local
148 const u32 *_a = a->q.state; in qman_cgrs_xor() local
/drivers/scsi/fnic/
Dfnic_trace.h87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
/drivers/net/wireless/intersil/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/sh/intc/
Dinternals.h108 const struct intc_handle_int *_a = a; in intc_handle_int_cmp() local
/drivers/clk/tegra/
Dclk-emc.c419 static int cmp_timings(const void *_a, const void *_b) in cmp_timings()
/drivers/cpufreq/
Ds3c24xx-cpufreq.c512 #define do_min(_a, _b) ((_a) == 0 ? (_b) : (_b) == 0 ? (_a) : min(_a, _b)) argument
/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/base/regmap/
Dregcache.c641 const struct reg_default *_a = a; in regcache_default_cmp() local
/drivers/thermal/
Drcar_gen3_thermal.c132 #define FIXPT_DIV(_a, _b) DIV_ROUND_CLOSEST(((_a) << FIXPT_SHIFT), (_b)) argument
/drivers/net/wireless/rsi/
Drsi_91x_mgmt.c1116 u16 _a = *(const u16 *)(a); in rsi_compare() local
/drivers/net/wireless/ath/ath9k/
Dhw.h123 #define REG_RMW_FIELD(_a, _r, _f, _v) \ argument
125 #define REG_READ_FIELD(_a, _r, _f) \ argument
127 #define REG_SET_BIT(_a, _r, _f) \ argument
129 #define REG_CLR_BIT(_a, _r, _f) \ argument
/drivers/scsi/cxlflash/
Dmain.c1494 #define ASTATUS_FC(_a, _b, _c, _d) \ argument
1497 #define BUILD_SISL_ASTATUS_FC_PORT(_a) \ argument
/drivers/memory/tegra/
Dtegra124-emc.c940 static int cmp_timings(const void *_a, const void *_b) in cmp_timings()
/drivers/tty/serial/
Dioc3_serial.c114 #define PENDING(_a, _p) (readl(&(_p)->vma->sio_ir) & (_a)->ic_enable) argument
/drivers/acpi/nfit/
Dcore.c916 static int nfit_mem_cmp(void *priv, struct list_head *_a, struct list_head *_b) in nfit_mem_cmp()