Home
last modified time | relevance | path

Searched +full:0 +full:xffb00000 (Results 1 – 25 of 29) sorted by relevance

12

/linux/arch/powerpc/boot/dts/fsl/
H A Dp1020rdb.dts18 reg = <0 0xffe05000 0 0x1000>;
21 ranges = <0x0 0x0 0x0 0xef000000 0x01000000
22 0x
[all...]
H A Dp1020rdb_36b.dts18 reg = <0xf 0xffe05000 0 0x1000>;
21 ranges = <0x0 0x0 0xf 0xef000000 0x01000000
22 0x
[all...]
H A Dp1010rdb_32b.dtsi41 ranges = <0x0 0x0 0x0 0xee000000 0x02000000
42 0x1 0x0 0x0 0xff800000 0x0001000
[all...]
H A Dp1010rdb_36b.dtsi41 ranges = <0x0 0x0 0xf 0xee000000 0x02000000
42 0x1 0x0 0xf 0xff800000 0x0001000
[all...]
H A Dp1021rdb-pc_36b.dts45 reg = <0xf 0xffe05000 0 0x1000>;
48 ranges = <0x0 0x0 0xf 0xef000000 0x01000000
49 0x
[all...]
H A Dp1021rdb-pc_32b.dts45 reg = <0 0xffe05000 0 0x1000>;
48 ranges = <0x0 0x0 0x0 0xef000000 0x01000000
49 0x
[all...]
H A Dp2020rdb-pc_36b.dts46 reg = <0xf 0xffe05000 0 0x1000>;
49 ranges = <0x0 0x0 0xf 0xef000000 0x01000000
50 0x
[all...]
H A Dp2020rdb-pc_32b.dts46 reg = <0 0xffe05000 0 0x1000>;
49 ranges = <0x0 0x0 0x0 0xef000000 0x01000000
50 0x
[all...]
H A Dp1020rdb-pc_32b.dts45 reg = <0 0xffe05000 0 0x1000>;
48 ranges = <0x0 0x0 0x0 0xef000000 0x01000000
49 0x
[all...]
H A Dp1020rdb-pc_36b.dts45 reg = <0xf 0xffe05000 0 0x1000>;
48 ranges = <0x0 0x0 0xf 0xef000000 0x01000000
49 0x
[all...]
H A Dp1020utm-pc_36b.dts45 reg = <0xf 0xffe05000 0x0 0x1000>;
48 ranges = <0x0 0x0 0xf 0xec000000 0x02000000
49 0x
[all...]
H A Dp1020mbg-pc_32b.dts45 reg = <0x0 0xffe05000 0x0 0x1000>;
48 ranges = <0x0 0x0 0x0 0xec000000 0x04000000
49 0x
[all...]
H A Dp1020mbg-pc_36b.dts45 reg = <0xf 0xffe05000 0x0 0x1000>;
48 ranges = <0x0 0x0 0xf 0xec000000 0x04000000
49 0x
[all...]
H A Dp1020utm-pc_32b.dts45 reg = <0x0 0xffe05000 0x0 0x1000>;
48 ranges = <0x0 0x0 0x0 0xec000000 0x02000000
49 0x
[all...]
H A Dp2020rdb.dts29 reg = <0 0xffe05000 0 0x1000>;
32 ranges = <0x0 0x0 0x0 0xef000000 0x01000000
33 0x
[all...]
H A Dp1020rdb-pd.dts45 reg = <0x0 0xffe05000 0x0 0x1000>;
48 ranges = <0x0 0x0 0x0 0xec000000 0x04000000
49 0x
[all...]
/linux/Documentation/devicetree/bindings/memory-controllers/fsl/
H A Dfsl,ifc.yaml21 pattern: "^memory-controller@[0-9a-f]+$"
77 "^partition@[0-9a-f]+":
111 reg = <0x0 0xffe1e000 0 0x2000>;
116 ranges = <0x0 0x0 0x0 0xee00000
[all...]
/linux/arch/arm64/boot/dts/qcom/
H A Dsm6125-xiaomi-ginkgo.dts23 qcom,board-id = <22 0>;
32 reg = <0 0x5c000000 0 (2340 * 1080 * 4)>;
42 reg = <0x0 0xffb00000 0x0 0xc0000>;
47 reg = <0x
[all...]
H A Dsm6125-sony-xperia-seine-pdx201.dts16 qcom,msm-id = <394 0x10000>; /* sm6125 v1 */
17 qcom,board-id = <34 0>;
35 reg = <0 0x5c000000 0 (2520 * 1080 * 4)>;
51 pinctrl-0 = <&vol_down_n>;
68 reg = <0x0 0xffb00000 0x
[all...]
H A Dsdm630-sony-xperia-nile.dtsi17 qcom,msm-id = <318 0>;
19 qcom,pmic-id = <0x1001b 0x101011a 0x00 0x00 0x1001b 0x201011a 0x00 0x00>;
33 reg = <0
[all...]
/linux/drivers/mtd/maps/
H A Damd76xrom.c62 module_param(win_size_bits, uint, 0);
63 MODULE_PARM_DESC(win_size_bits, "ROM window size bits override for 0x43 byte, normally set by BIOS.");
76 pci_read_config_byte(window->pdev, 0x40, &byte); in amd76xrom_cleanup()
77 pci_write_config_byte(window->pdev, 0x40, byte & ~1); in amd76xrom_cleanup()
97 window->phys = 0; in amd76xrom_cleanup()
98 window->size = 0; in amd76xrom_cleanup()
123 pci_read_config_byte(pdev, 0x43, &byte); in amd76xrom_init_one()
124 pci_write_config_byte(pdev, 0x43, byte | win_size_bits ); in amd76xrom_init_one()
127 pci_read_config_byte(pdev, 0x43, &byte); in amd76xrom_init_one()
129 window->phys = 0xffb0000 in amd76xrom_init_one()
[all...]
H A Dck804xrom.c68 * byte @0x88: bit 0..7
69 * byte @0x8c: bit 8..15
70 * word @0x90: bit 16..30
72 * Please set win_size_bits to 0x7fffffff if you actually want to do something
74 static uint win_size_bits = 0;
75 module_param(win_size_bits, uint, 0);
89 pci_read_config_byte(window->pdev, 0x6d, &byte); in ck804xrom_cleanup()
90 pci_write_config_byte(window->pdev, 0x6d, byte & ~1); in ck804xrom_cleanup()
109 window->phys = 0; in ck804xrom_cleanup()
[all...]
/linux/arch/arm64/boot/dts/altera/
H A Dsocfpga_stratix10.dtsi21 service_reserved: svcbuffer@0 {
23 reg = <0x0 0x0 0x0 0x1000000>;
24 alignment = <0x1000>;
31 #size-cells = <0>;
33 cpu0: cpu@0 {
38 reg = <0x0>;
46 reg = <0x
[all...]
/linux/arch/arm64/boot/dts/intel/
H A Dsocfpga_agilex.dtsi22 service_reserved: svcbuffer@0 {
24 reg = <0x0 0x0 0x0 0x2000000>;
25 alignment = <0x1000>;
32 #size-cells = <0>;
34 cpu0: cpu@0 {
38 reg = <0x0>;
45 reg = <0x
[all...]
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3528.dtsi31 #size-cells = <0>;
50 cpu0: cpu@0 {
52 reg = <0x0>;
60 reg = <0x1>;
68 reg = <0x2>;
76 reg = <0x3>;
86 arm,smc-id = <0x82000010>;
89 #size-cells = <0>;
92 reg = <0x14>;
137 reg = <0x
[all...]

12