Home
last modified time | relevance | path

Searched +full:0 +full:x1100000 (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/Documentation/devicetree/bindings/arm/msm/
Dqcom,llcc.yaml57 reg = <0x1100000 0x200000>, <0x1300000 0x50000> ;
/Linux-v5.15/Documentation/devicetree/bindings/mtd/partitions/
Dlinksys,ns-partitions.yaml32 "^partition@[0-9a-f]+$":
54 partition@0 {
56 reg = <0x0 0x100000>;
62 reg = <0x100000 0x100000>;
67 reg = <0x200000 0xf00000>;
72 reg = <0x1100000 0xf00000>;
/Linux-v5.15/arch/arm/boot/dts/
Dkirkwood-nas2big.dts21 reg = <0x00000000 0x10000000>;
56 #size-cells = <0>;
73 #clock-cells = <0>;
83 ethphy0: ethernet-phy@0 {
84 reg = <0>;
98 reg = <0x68>;
103 reg = <0x3e>;
112 partition@0 {
114 reg = <0x0 0x100000>;
119 reg = <0x100000 0x1000000>;
[all …]
Dkirkwood-laplug.dts20 reg = <0x00000000 0x8000000>; /* 128 MB */
39 reg = <0x50>;
57 gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
83 #size-cells = <0>;
84 pinctrl-0 = <&pmx_usb_power_enable>;
129 partition@0 {
131 reg = <0x0 0x100000>; /* 1MB */
137 reg = <0x100000 0x1000000>; /* 16MB */
142 reg = <0x1100000 0x1EF00000>; /* 495MB */
149 ethphy0: ethernet-phy@0 {
[all …]
Dnuvoton-npcm750-evb.dts50 reg = <0x0 0x20000000>;
70 spi-nor@0 {
75 reg = <0>;
81 bbuboot1@0 {
83 reg = <0x0000000 0x80000>;
88 reg = <0x0080000 0x80000>;
93 reg = <0x0100000 0x40000>;
98 reg = <0x0140000 0xC0000>;
102 reg = <0x0200000 0x400000>;
106 reg = <0x0600000 0x700000>;
[all …]
/Linux-v5.15/arch/arm64/boot/dts/qcom/
Dqcs404.dtsi22 #clock-cells = <0>;
28 #clock-cells = <0>;
35 #size-cells = <0>;
40 reg = <0x100>;
54 reg = <0x101>;
68 reg = <0x102>;
82 reg = <0x103>;
101 CPU_SLEEP_0: cpu-sleep-0 {
104 arm,psci-suspend-param = <0x40000003>;
158 reg = <0 0x80000000 0 0>;
[all …]
/Linux-v5.15/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_hw.c15 #define OCM_WIN_P3P(addr) (addr & 0xffc0000)
19 #define CRB_BLK(off) ((off >> 20) & 0x3f)
20 #define CRB_SUBBLK(off) ((off >> 16) & 0xf)
21 #define CRB_WINDOW_2M (0x130060)
22 #define CRB_HI(off) ((crb_hub_agt[CRB_BLK(off)] << 20) | ((off) & 0xf0000))
23 #define CRB_INDIRECT_2M (0x1e0000UL)
52 {{{0, 0, 0, 0} } }, /* 0: PCI */
53 {{{1, 0x0100000, 0x0102000, 0x120000}, /* 1: PCIE */
54 {1, 0x0110000, 0x0120000, 0x130000},
55 {1, 0x0120000, 0x0122000, 0x124000},
[all …]
/Linux-v5.15/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.c16 #define MN_WIN(addr) (((addr & 0x1fc0000) >> 1) | ((addr >> 25) & 0x3ff))
17 #define OCM_WIN(addr) (((addr & 0x1ff0000) >> 1) | ((addr >> 25) & 0x3ff))
18 #define MS_WIN(addr) (addr & 0x0ffc0000)
22 #define CRB_BLK(off) ((off >> 20) & 0x3f)
23 #define CRB_SUBBLK(off) ((off >> 16) & 0xf)
24 #define CRB_WINDOW_2M (0x130060)
25 #define CRB_HI(off) ((crb_hub_agt[CRB_BLK(off)] << 20) | ((off) & 0xf0000))
26 #define CRB_INDIRECT_2M (0x1e0000UL)
57 {{{0, 0, 0, 0} } }, /* 0: PCI */
58 {{{1, 0x0100000, 0x0102000, 0x120000}, /* 1: PCIE */
[all …]
/Linux-v5.15/drivers/scsi/qla2xxx/
Dqla_nx.c15 #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.15/drivers/scsi/qla4xxx/
Dql4_nx.c18 #define MN_WIN(addr) (((addr & 0x1fc0000) >> 1) | ((addr >> 25) & 0x3ff))
19 #define OCM_WIN(addr) (((addr & 0x1ff0000) >> 1) | ((addr >> 25) & 0x3ff))
20 #define MS_WIN(addr) (addr & 0x0ffc0000)
21 #define QLA82XX_PCI_MN_2M (0)
22 #define QLA82XX_PCI_MS_2M (0x80000)
23 #define QLA82XX_PCI_OCM0_2M (0xc0000)
24 #define VALID_OCM_ADDR(addr) (((addr) & 0x3f800) != 0x3f800)
28 #define CRB_BLK(off) ((off >> 20) & 0x3f)
29 #define CRB_SUBBLK(off) ((off >> 16) & 0xf)
30 #define CRB_WINDOW_2M (0x130060)
[all …]