/drivers/staging/rtl8723bs/include/ |
D | rtw_io.h | 359 #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/ |
D | i40evf.h | 282 #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/ |
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 | 404 #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/ |
D | qman_priv.h | 136 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/ |
D | fnic_trace.h | 87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
|
/drivers/net/wireless/intersil/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/sh/intc/ |
D | internals.h | 108 const struct intc_handle_int *_a = a; in intc_handle_int_cmp() local
|
/drivers/clk/tegra/ |
D | clk-emc.c | 419 static int cmp_timings(const void *_a, const void *_b) in cmp_timings()
|
/drivers/cpufreq/ |
D | s3c24xx-cpufreq.c | 512 #define do_min(_a, _b) ((_a) == 0 ? (_b) : (_b) == 0 ? (_a) : min(_a, _b)) argument
|
/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/base/regmap/ |
D | regcache.c | 641 const struct reg_default *_a = a; in regcache_default_cmp() local
|
/drivers/thermal/ |
D | rcar_gen3_thermal.c | 132 #define FIXPT_DIV(_a, _b) DIV_ROUND_CLOSEST(((_a) << FIXPT_SHIFT), (_b)) argument
|
/drivers/net/wireless/rsi/ |
D | rsi_91x_mgmt.c | 1116 u16 _a = *(const u16 *)(a); in rsi_compare() local
|
/drivers/net/wireless/ath/ath9k/ |
D | hw.h | 123 #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/ |
D | main.c | 1494 #define ASTATUS_FC(_a, _b, _c, _d) \ argument 1497 #define BUILD_SISL_ASTATUS_FC_PORT(_a) \ argument
|
/drivers/memory/tegra/ |
D | tegra124-emc.c | 940 static int cmp_timings(const void *_a, const void *_b) in cmp_timings()
|
/drivers/tty/serial/ |
D | ioc3_serial.c | 114 #define PENDING(_a, _p) (readl(&(_p)->vma->sio_ir) & (_a)->ic_enable) argument
|
/drivers/acpi/nfit/ |
D | core.c | 916 static int nfit_mem_cmp(void *priv, struct list_head *_a, struct list_head *_b) in nfit_mem_cmp()
|