Home
last modified time | relevance | path

Searched refs:idA (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_liodn.h18 #define SET_SRIO_LIODN_1(port, idA) \ argument
19 { .id = { idA }, .num_ids = 1, .portid = port, \
24 #define SET_SRIO_LIODN_2(port, idA, idB) \ argument
25 { .id = { idA, idB }, .num_ids = 2, .portid = port, \
63 #define SET_LIODN_BASE_1(idA) \ argument
64 { .id = { idA }, .num_ids = 1, }
66 #define SET_LIODN_BASE_2(idA, idB) \ argument
67 { .id = { idA, idB }, .num_ids = 2 }
69 #define SET_FMAN_LIODN_ENTRY(name1, name2, idA, off, compatoff)\ argument
72 .id = { idA }, .num_ids = 1, \
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dls102xa_stream_id.h11 #define SET_LIODN_ENTRY_1(name, idA, off, compatoff) \ argument
13 .id = { idA }, .num_ids = 1, \
18 #define SET_LIODN_ENTRY_2(name, idA, idB, off, compatoff) \ argument
20 .id = { idA, idB }, .num_ids = 2, \
/openbmc/u-boot/arch/arm/include/asm/arch-fsl-layerscape/
H A Dfsl_icid.h33 #define SET_ICID_ENTRY(name, idA, regA, addr, compataddr) \ argument
35 .id = idA, \
/openbmc/qemu/tests/qtest/
H A Ddbus-vmstate-test.c16 static const TestServerId idA = { variable
202 srcserverA = get_server(srcconnA, &test->srcA, &idA); in test_dbus_vmstate()
214 dstserverA = get_server(dstconnA, &test->dstA, &idA); in test_dbus_vmstate()
/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp402 auto idA = std::stoul(pathA.filename().string()); in readLoggingObjectPaths() local
405 return idA < idB; in readLoggingObjectPaths()