Searched +full:0 +full:xfc180000 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | hisilicon,kirin-pcie.yaml | 77 reg = <0x0 0xf4000000 0x0 0x1000>, 78 <0x0 0xff3fe000 0x0 0x1000>, 79 <0x0 0xf3f20000 0x0 0x40000>, 80 <0x0 0xf5000000 0x0 0x2000>; 82 bus-range = <0x0 0xff>; 86 ranges = <0x02000000 0x0 0x00000000 87 0x0 0xf6000000 88 0x0 0x02000000>; 91 interrupts = <0 283 4>; 93 interrupt-map-mask = <0xf800 0 0 7>; [all …]
|
/openbmc/linux/drivers/accel/habanalabs/include/gaudi2/ |
H A D | gaudi2_special_blocks.h | 16 { GAUDI2_BLOCK_TYPE_TPC, 0xfc008000, 4, 6, 0, 0x200000, 0x10000, 0x0 }, \ 17 { GAUDI2_BLOCK_TYPE_TPC, 0xfc00a000, 4, 6, 0, 0x200000, 0x10000, 0x0 }, \ 18 { GAUDI2_BLOCK_TYPE_TPC, 0xfc00b000, 4, 6, 0, 0x200000, 0x10000, 0x0 }, \ 19 { GAUDI2_BLOCK_TYPE_TPC, 0xfc00c000, 4, 6, 0, 0x200000, 0x10000, 0x0 }, \ 20 { GAUDI2_BLOCK_TYPE_HMMU, 0xfc080000, 4, 4, 0, 0x200000, 0x10000, 0x0 }, \ 21 { GAUDI2_BLOCK_TYPE_HMMU, 0xfc081000, 4, 4, 0, 0x200000, 0x10000, 0x0 }, \ 22 { GAUDI2_BLOCK_TYPE_HMMU, 0xfc083000, 4, 4, 0, 0x200000, 0x10000, 0x0 }, \ 23 { GAUDI2_BLOCK_TYPE_HMMU, 0xfc084000, 4, 4, 0, 0x200000, 0x10000, 0x0 }, \ 24 { GAUDI2_BLOCK_TYPE_MME, 0xfc0c8000, 4, 0, 0, 0x200000, 0x0, 0x0 }, \ 25 { GAUDI2_BLOCK_TYPE_MME, 0xfc0c9000, 4, 0, 0, 0x200000, 0x0, 0x0 }, \ [all …]
|
/openbmc/qemu/disas/ |
H A D | mips.c | 82 #define OP_MASK_OP 0x3f 84 #define OP_MASK_RS 0x1f 86 #define OP_MASK_FR 0x1f 88 #define OP_MASK_FMT 0x1f 90 #define OP_MASK_BCC 0x7 92 #define OP_MASK_CODE 0x3ff 94 #define OP_MASK_CODE2 0x3ff 96 #define OP_MASK_RT 0x1f 98 #define OP_MASK_FT 0x1f 100 #define OP_MASK_CACHE 0x1f [all …]
|