Searched refs:idA (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | fsl_liodn.h | 18 #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 …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ls102xa/ |
| H A D | ls102xa_stream_id.h | 12 #define SET_LIODN_ENTRY_1(name, idA, off, compatoff) \ argument 14 .id = { idA }, .num_ids = 1, \ 19 #define SET_LIODN_ENTRY_2(name, idA, idB, off, compatoff) \ argument 21 .id = { idA, idB }, .num_ids = 2, \
|