Home
last modified time | relevance | path

Searched refs:idB (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/arch/powerpc/include/asm/
H A Dfsl_liodn.h24 #define SET_SRIO_LIODN_2(port, idA, idB) \ argument
25 { .id = { idA, idB }, .num_ids = 2, .portid = port, \
66 #define SET_LIODN_BASE_2(idA, idB) \ argument
67 { .id = { idA, idB }, .num_ids = 2 }
84 #define SET_LIODN_ENTRY_2(name, idA, idB, off, compatoff) \ argument
86 .id = { idA, idB }, .num_ids = 2, \
/openbmc/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dls102xa_stream_id.h18 #define SET_LIODN_ENTRY_2(name, idA, idB, off, compatoff) \ argument
20 .id = { idA, idB }, .num_ids = 2, \
/openbmc/qemu/tests/qtest/
H A Ddbus-vmstate-test.c20 static const TestServerId idB = { variable
204 srcserverB = get_server(srcconnB, &test->srcB, &idB); in test_dbus_vmstate()
217 dstserverB = get_server(dstconnB, &test->dstB, &idB); in test_dbus_vmstate()
/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp440 auto idB = std::stoul(pathB.filename().string()); in readLoggingObjectPaths() local
442 return idA < idB; in readLoggingObjectPaths()