Searched +full:0 +full:xb00d (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/pci/ |
H A D | ti,j721e-pci-host.yaml | 66 const: 0x104c 70 - 0xb00d 71 - 0xb00f 72 - 0xb010 73 - 0xb013 129 reg = <0x00 0x02900000 0x00 0x1000>, 130 <0x00 0x02907000 0x00 0x400>, 131 <0x00 0x0d000000 0x00 0x00800000>, 132 <0x00 0x10000000 0x00 0x00001000>; 134 ti,syscon-pcie-ctrl = <&pcie0_ctrl 0x4070>; [all …]
|
/openbmc/linux/Documentation/PCI/endpoint/function/binding/ |
H A D | pci-ntb.rst | 12 vendorid should be 0x104c 13 deviceid should be 0xb00d for TI's J721E SoC 16 subclass_code should be 0x00 17 baseclass_code should be 0x5
|
/openbmc/linux/Documentation/PCI/endpoint/ |
H A D | pci-ntb-howto.rst | 66 baseclass_code deviceid msi_interrupts pci-epf-ntb.0 73 vendorid with 0xffff and interrupt_pin with 0x0001:: 76 0xffff 78 0x0001 88 # echo 0x104c > functions/pci_epf_ntb/func1/vendorid 89 # echo 0xb00d > functions/pci_epf_ntb/func1/deviceid 96 # ls functions/pci_epf_ntb/func1/pci_epf_ntb.0/ 102 # echo 4 > functions/pci_epf_ntb/func1/pci_epf_ntb.0/db_count 103 # echo 128 > functions/pci_epf_ntb/func1/pci_epf_ntb.0/spad_count 104 # echo 2 > functions/pci_epf_ntb/func1/pci_epf_ntb.0/num_mws [all …]
|
/openbmc/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-j721e-main.dtsi | 15 #clock-cells = <0>; 17 clock-frequency = <0>; 21 #clock-cells = <0>; 23 clock-frequency = <0>; 30 reg = <0x0 0x70000000 0x0 0x800000>; 33 ranges = <0x0 0x0 0x70000000 0x800000>; 35 atf-sram@0 { 36 reg = <0x0 0x20000>; 42 reg = <0 0x00100000 0 0x1c000>; /* excludes pinctrl region */ 45 ranges = <0x0 0x0 0x00100000 0x1c000>; [all …]
|
/openbmc/linux/include/linux/ |
H A D | pci_ids.h | 15 #define PCI_CLASS_NOT_DEFINED 0x0000 16 #define PCI_CLASS_NOT_DEFINED_VGA 0x0001 18 #define PCI_BASE_CLASS_STORAGE 0x01 19 #define PCI_CLASS_STORAGE_SCSI 0x0100 20 #define PCI_CLASS_STORAGE_IDE 0x0101 21 #define PCI_CLASS_STORAGE_FLOPPY 0x0102 22 #define PCI_CLASS_STORAGE_IPI 0x0103 23 #define PCI_CLASS_STORAGE_RAID 0x0104 24 #define PCI_CLASS_STORAGE_SATA 0x0106 25 #define PCI_CLASS_STORAGE_SATA_AHCI 0x010601 [all …]
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A 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 …]
|
/openbmc/linux/fs/nls/ |
H A 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 …]
|