Searched +full:0 +full:xb00d (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/pci/ |
D | ti,j721e-pci-host.yaml | 48 const: 0x104c 51 const: 0xb00d 88 reg = <0x00 0x02900000 0x00 0x1000>, 89 <0x00 0x02907000 0x00 0x400>, 90 <0x00 0x0d000000 0x00 0x00800000>, 91 <0x00 0x10000000 0x00 0x00001000>; 102 bus-range = <0x0 0xf>; 103 vendor-id = <0x104c>; 104 device-id = <0xb00d>; 105 msi-map = <0x0 &gic_its 0x0 0x10000>; [all …]
|
/Linux-v5.10/arch/arm64/boot/dts/ti/ |
D | k3-j721e-main.dtsi | 14 reg = <0x0 0x70000000 0x0 0x800000>; 17 ranges = <0x0 0x0 0x70000000 0x800000>; 19 atf-sram@0 { 20 reg = <0x0 0x20000>; 26 reg = <0 0x00100000 0 0x1c000>; /* excludes pinctrl region */ 29 ranges = <0x0 0x0 0x00100000 0x1c000>; 33 reg = <0x00004070 0x4>; 36 ranges = <0x4070 0x4070 0x4>; 41 reg = <0x00004074 0x4>; 44 ranges = <0x4074 0x4074 0x4>; [all …]
|
/Linux-v5.10/drivers/misc/ |
D | pci_endpoint_test.c | 31 #define IRQ_TYPE_LEGACY 0 35 #define PCI_ENDPOINT_TEST_MAGIC 0x0 37 #define PCI_ENDPOINT_TEST_COMMAND 0x4 38 #define COMMAND_RAISE_LEGACY_IRQ BIT(0) 45 #define PCI_ENDPOINT_TEST_STATUS 0x8 46 #define STATUS_READ_SUCCESS BIT(0) 56 #define PCI_ENDPOINT_TEST_LOWER_SRC_ADDR 0x0c 57 #define PCI_ENDPOINT_TEST_UPPER_SRC_ADDR 0x10 59 #define PCI_ENDPOINT_TEST_LOWER_DST_ADDR 0x14 60 #define PCI_ENDPOINT_TEST_UPPER_DST_ADDR 0x18 [all …]
|
/Linux-v5.10/drivers/scsi/qla2xxx/ |
D | qla_nx.c | 15 #define MN_WIN(addr) (((addr & 0x1fc0000) >> 1) | \ 16 ((addr >> 25) & 0x3ff)) 17 #define OCM_WIN(addr) (((addr & 0x1ff0000) >> 1) | \ 18 ((addr >> 25) & 0x3ff)) 19 #define MS_WIN(addr) (addr & 0x0ffc0000) 20 #define QLA82XX_PCI_MN_2M (0) 21 #define QLA82XX_PCI_MS_2M (0x80000) 22 #define QLA82XX_PCI_OCM0_2M (0xc0000) 23 #define VALID_OCM_ADDR(addr) (((addr) & 0x3f800) != 0x3f800) 25 #define BLOCK_PROTECT_BITS 0x0F [all …]
|
/Linux-v5.10/fs/nls/ |
D | nls_cp949.c | 17 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x00-0x07 */ 18 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x08-0x0F */ 19 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x10-0x17 */ 20 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x18-0x1F */ 21 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x20-0x27 */ 22 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x28-0x2F */ 23 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x30-0x37 */ 24 0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,0x0000,/* 0x38-0x3F */ 25 0x0000,0xAC02,0xAC03,0xAC05,0xAC06,0xAC0B,0xAC0C,0xAC0D,/* 0x40-0x47 */ 26 0xAC0E,0xAC0F,0xAC18,0xAC1E,0xAC1F,0xAC21,0xAC22,0xAC23,/* 0x48-0x4F */ [all …]
|