Home
last modified time | relevance | path

Searched refs:_num (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/migration/
H A Dvmstate.h280 #define vmstate_offset_array(_state, _field, _type, _num) \ argument
282 type_check_array(_type, typeof_field(_state, _field), _num))
366 #define VMSTATE_ARRAY(_field, _state, _num, _version, _info, _type) {\ argument
369 .num = (_num), \
373 .offset = vmstate_offset_array(_state, _field, _type, _num), \
396 #define VMSTATE_SUB_ARRAY(_field, _state, _start, _num, _version, _info, _type) { \ argument
399 .num = (_num), \
505 #define VMSTATE_ARRAY_OF_POINTER(_field, _state, _num, _version, _info, _type) {\ argument
508 .num = (_num), \
512 .offset = vmstate_offset_array(_state, _field, _type, _num), \
[all …]
/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/
H A Dmpp.h11 #define MPP(_num, _sel, _in, _out, _F6180, _F6190, _F6192, _F6281) ( \ argument
12 /* MPP number */ ((_num) & 0xff) | \
/openbmc/qemu/hw/ide/
H A Dide-internal.h385 #define VMSTATE_IDE_BUS_ARRAY(_field, _state, _num) \ argument
386 VMSTATE_STRUCT_ARRAY(_field, _state, _num, 1, vmstate_ide_bus, IDEBus)
/openbmc/qemu/hw/net/
H A Digb.c562 #define VMSTATE_IGB_INTR_DELAY_TIMER_ARRAY(_f, _s, _num) \ argument
563 VMSTATE_STRUCT_ARRAY(_f, _s, _num, 0, \
H A De1000e.c600 #define VMSTATE_E1000E_INTR_DELAY_TIMER_ARRAY(_f, _s, _num) \ argument
601 VMSTATE_STRUCT_ARRAY(_f, _s, _num, 0, \
/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.c671 int num, in, _num, _in, i; in handle_setup() local
711 _num = r.wIndex & 15; in handle_setup()
725 if ((num == _num) && (in == _in)) { in handle_setup()