Home
last modified time | relevance | path

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

123

/openbmc/linux/drivers/net/ethernet/8390/
H A Dxsurf100.c26 #define ax_convert_addr(_a) ((void __force __iomem *)(_a)) argument
28 #define ei_inb(_a) z_readb(ax_convert_addr(_a)) argument
29 #define ei_outb(_v, _a) z_writeb(_v, ax_convert_addr(_a)) argument
31 #define ei_inw(_a) z_readw(ax_convert_addr(_a)) argument
32 #define ei_outw(_v, _a) z_writew(_v, ax_convert_addr(_a)) argument
34 #define ei_inb_p(_a) ei_inb(_a) argument
35 #define ei_outb_p(_v, _a) ei_outb(_v, _a) argument
H A Dax88796.c44 #define ax_convert_addr(_a) ((void __force __iomem *)(_a)) argument
46 #define ei_inb(_a) readb(ax_convert_addr(_a)) argument
47 #define ei_outb(_v, _a) writeb(_v, ax_convert_addr(_a)) argument
49 #define ei_inb_p(_a) ei_inb(_a) argument
50 #define ei_outb_p(_v, _a) ei_outb(_v, _a) argument
/openbmc/qemu/include/hw/
H A Dloader.h340 #define rom_add_file_fixed(_f, _a, _i) \ argument
342 #define rom_add_blob_fixed(_f, _b, _l, _a) \ argument
348 #define rom_add_file_fixed_as(_f, _a, _i, _as) \ argument
350 #define rom_add_blob_fixed_as(_f, _b, _l, _a, _as) \ argument
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf.h393 #define CLIENT_ALLOWED(_a) ((_a)->vf_res ? \ argument
397 #define CLIENT_ENABLED(_a) ((_a)->cinst) argument
399 #define RSS_PF(_a) ((_a)->vf_res->vf_cap_flags & \ argument
401 #define RSS_AQ(_a) ((_a)->vf_res->vf_cap_flags & \ argument
403 #define RSS_REG(_a) (!((_a)->vf_res->vf_cap_flags & \ argument
406 #define VLAN_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument
408 #define VLAN_V2_ALLOWED(_a) ((_a)->vf_res->vf_cap_flags & \ argument
410 #define VLAN_V2_FILTERING_ALLOWED(_a) \ argument
414 #define VLAN_FILTERING_ALLOWED(_a) \ argument
420 #define ADV_RSS_SUPPORT(_a) ((_a)->vf_res->vf_cap_flags & \ argument
[all …]
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dget_func_args_test.c71 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG()
100 int BPF_PROG(fexit_test, int _a, int *_b, int _ret) in BPF_PROG()
H A Dtest_perf_branches.c16 __u64 _a; member
H A Dtest_bpf_cookie.c105 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG()
/openbmc/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-moore.h27 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), } argument
H A Dpinctrl-paris.h29 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), } argument
/openbmc/qemu/hw/xen/
H A Dxen_pt.h20 #define XEN_PT_ERR(d, _f, _a...) xen_pt_log(d, "%s: Error: "_f, __func__, ##_a) argument
23 # define XEN_PT_LOG(d, _f, _a...) xen_pt_log(d, "%s: " _f, __func__, ##_a) argument
24 # define XEN_PT_WARN(d, _f, _a...) \ argument
27 # define XEN_PT_LOG(d, _f, _a...) argument
28 # define XEN_PT_WARN(d, _f, _a...) argument
/openbmc/qemu/include/hw/usb/
H A Ddwc2-regs.h430 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4)) argument
532 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) argument
535 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) argument
582 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20)) argument
583 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20)) argument
624 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20)) argument
625 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20)) argument
641 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20)) argument
642 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20)) argument
644 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20)) argument
[all …]
/openbmc/linux/drivers/usb/dwc2/
H A Dhw.h406 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4)) argument
508 #define DIEPCTL(_a) HSOTG_REG(0x900 + ((_a) * 0x20)) argument
511 #define DOEPCTL(_a) HSOTG_REG(0xB00 + ((_a) * 0x20)) argument
558 #define DIEPINT(_a) HSOTG_REG(0x908 + ((_a) * 0x20)) argument
559 #define DOEPINT(_a) HSOTG_REG(0xB08 + ((_a) * 0x20)) argument
600 #define DIEPTSIZ(_a) HSOTG_REG(0x910 + ((_a) * 0x20)) argument
601 #define DOEPTSIZ(_a) HSOTG_REG(0xB10 + ((_a) * 0x20)) argument
617 #define DIEPDMA(_a) HSOTG_REG(0x914 + ((_a) * 0x20)) argument
618 #define DOEPDMA(_a) HSOTG_REG(0xB14 + ((_a) * 0x20)) argument
620 #define DTXFSTS(_a) HSOTG_REG(0x918 + ((_a) * 0x20)) argument
[all …]
/openbmc/qemu/include/qemu/
H A Dosdep.h395 #define MIN_INTERNAL(a, b, _a, _b) \ argument
404 #define MAX_INTERNAL(a, b, _a, _b) \ argument
437 #define MIN_NON_ZERO_INTERNAL(a, b, _a, _b) \ argument
/openbmc/linux/include/asm-generic/
H A Dlocal64.h56 #define local64_add_unless(l, _a, u) local_add_unless((&(l)->a), (_a), (u)) argument
95 #define local64_add_unless(l, _a, u) atomic64_add_unless((&(l)->a), (_a), (u)) argument
H A Dlocal.h47 #define local_add_unless(l, _a, u) atomic_long_add_unless((&(l)->a), (_a), (u)) argument
/openbmc/linux/arch/x86/kernel/
H A Dunwind_orc.c250 static void orc_sort_swap(void *_a, void *_b, int size) in orc_sort_swap()
267 static int orc_sort_cmp(const void *_a, const void *_b) in orc_sort_cmp()
/openbmc/linux/kernel/
H A Dstatic_call_inline.c76 static int static_call_site_cmp(const void *_a, const void *_b) in static_call_site_cmp()
92 static void static_call_site_swap(void *_a, void *_b, int size) in static_call_site_swap()
H A Dgroups.c76 static int gid_cmp(const void *_a, const void *_b) in gid_cmp()
/openbmc/linux/drivers/soc/fsl/qbman/
H A Dqman_priv.h134 const u32 *_a = a->q.state; in qman_cgrs_and() local
146 const u32 *_a = a->q.state; in qman_cgrs_xor() local
/openbmc/linux/drivers/scsi/fnic/
H A Dfnic_trace.h73 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
/openbmc/linux/include/linux/
H A Dstring.h237 #define sysfs_match_string(_a, _s) __sysfs_match_string(_a, ARRAY_SIZE(_a), _s) argument
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_bo_list.c59 static int amdgpu_bo_list_entry_cmp(const void *_a, const void *_b) in amdgpu_bo_list_entry_cmp()
/openbmc/linux/arch/arm/mach-footbridge/
H A Ddc21285.c291 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
/openbmc/linux/drivers/net/wireless/intersil/p54/
H A Deeprom.c104 static int p54_compare_channels(const void *_a, in p54_compare_channels()
113 static int p54_compare_rssichan(const void *_a, in p54_compare_rssichan()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_request.c349 #define i915_request_free_capture_list(_a) do {} while (0) argument
351 #define assert_capture_list_is_null(_a) do {} while (0) argument
891 #define clear_batch_ptr(_a) do {} while (0) argument

123