Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/
H A Dloader.h326 #define rom_add_file_fixed(_f, _a, _i) \ argument
328 #define rom_add_blob_fixed(_f, _b, _l, _a) \ argument
334 #define rom_add_file_fixed_as(_f, _a, _i, _as) \ argument
336 #define rom_add_blob_fixed_as(_f, _b, _l, _a, _as) \ 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/qemu/
H A Dosdep.h403 #define MIN_INTERNAL(a, b, _a, _b) \ argument
412 #define MAX_INTERNAL(a, b, _a, _b) \ argument
445 #define MIN_NON_ZERO_INTERNAL(a, b, _a, _b) \ 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/u-boot/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h10 #define MTK_RANGE(_a) { .range = (_a), .nranges = ARRAY_SIZE(_a), } argument
/openbmc/qemu/qga/
H A Dcommands-linux.c350 static int compare_uint(const void *_a, const void *_b) in compare_uint()