Home
last modified time | relevance | path

Searched +full:0 +full:x0000000 (Results 1 – 25 of 71) sorted by relevance

123

/linux/drivers/net/ethernet/qlogic/qlcnic/
H A 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/drivers/net/ethernet/qlogic/netxen/
H A 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/drivers/scsi/qla2xxx/
H A 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/drivers/scsi/qla4xxx/
H A 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 …]
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dti-aemif.txt25 first address cell and it may accept values 0..N-1
76 it can be in range [0-3]. For compatible
105 Minimum value is 1 (0 treated as 1).
110 Minimum value is 1 (0 treated as 1).
117 Minimum value is 1 (0 treated as 1).
122 Minimum value is 1 (0 treated as 1).
127 Minimum value is 1 (0 treated as 1).
134 Minimum value is 1 (0 treated as 1).
145 clocks = <&clkaemif 0>;
148 reg = <0x21000A00 0x00000100>;
[all …]
/linux/arch/arm/boot/dts/nuvoton/
H A Dnuvoton-npcm750-evb.dts50 reg = <0x0 0x20000000>;
70 flash@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/arch/powerpc/lib/
H A Dfeature-fixups-test.S120 ALT_FTR_SECTION_END(0, 1)
140 2: PPC_LCMPI r3,0
152 ALT_FTR_SECTION_END(0, 1)
190 ALT_FTR_SECTION_END(0, 1)
208 #if 0
210 * reports an error. #if 0'ed so as not to break the build normally.
223 ALT_FTR_SECTION_END(0, 1)
235 END_##TYPE##_SECTION(0, 1) \
243 END_##TYPE##_SECTION(0, 0) \
253 END_##TYPE##_SECTION_NESTED(0, 1, 80) \
[all …]
/linux/Documentation/devicetree/bindings/mtd/
H A Dorion-nand.txt9 - cle : Address line number connected to CLE. Default is 0
23 cle = <0>;
28 reg = <0xf4000000 0x400>;
30 partition@0 {
32 reg = <0x0000000 0x100000>;
38 reg = <0x0100000 0x200000>;
43 reg = <0x0300000 0x100000>;
48 reg = <0x0400000 0x7d00000>;
H A Dti,am654-hbmc.yaml31 "^flash@[0-1],[0-9a-f]+$":
54 reg = <0x0 0x47034000 0x0 0x100>,
55 <0x5 0x00000000 0x1 0x0000000>;
56 ranges = <0x0 0x0 0x5 0x00000000 0x4000000>, /* CS0 - 64MB */
57 <0x1 0x0 0x5 0x04000000 0x4000000>; /* CS1 - 64MB */
58 clocks = <&k3_clks 102 0>;
62 mux-controls = <&hbmc_mux 0>;
64 flash@0,0 {
66 reg = <0x0 0x0 0x4000000>;
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm47094-phicomm-k3.dts16 memory@0 {
18 reg = <0x00000000 0x08000000>,
19 <0x88000000 0x18000000>;
47 partition@0 {
49 reg = <0x0000000 0x0080000>;
55 reg = <0x0080000 0x0100000>;
60 reg = <0x0180000 0x0280000>;
66 reg = <0x0400000 0x7C00000>;
/linux/arch/powerpc/mm/ptdump/
H A Dsegment_regs.c15 seq_printf(m, "0x%01x0000000-0x%01xfffffff ", i, i); in seg_show()
18 if (val & 0x80000000) { in seg_show()
19 seq_printf(m, "Device 0x%03x", (val >> 20) & 0x1ff); in seg_show()
20 seq_printf(m, "-0x%05x", val & 0xfffff); in seg_show()
22 if (val & 0x10000000) in seg_show()
24 seq_printf(m, "VSID 0x%06x", val & 0xffffff); in seg_show()
34 for (i = 0; i < TASK_SIZE >> 28; i++) in sr_show()
41 return 0; in sr_show()
50 return 0; in sr_init()
/linux/arch/arm/boot/dts/marvell/
H A Dkirkwood-sheevaplug-common.dtsi14 reg = <0x00000000 0x20000000>;
54 #size-cells = <0>;
55 pinctrl-0 = <&pmx_usb_power_enable>;
67 gpio = <&gpio0 29 0>;
75 partition@0 {
77 reg = <0x0000000 0x100000>;
82 reg = <0x0100000 0x400000>;
87 reg = <0x0500000 0x1fb00000>;
94 ethphy0: ethernet-phy@0 {
95 reg = <0>;
[all …]
H A Dkirkwood-rd88f6281.dtsi17 reg = <0x00000000 0x20000000>;
45 pinctrl-0 = <&pmx_sdio &pmx_sdio_cd>;
57 partition@0 {
59 reg = <0x0000000 0x100000>;
65 reg = <0x0100000 0x200000>;
70 reg = <0x0300000 0x500000>;
77 switch: switch@0 {
80 #size-cells = <0>;
84 #size-cells = <0>;
86 port@0 {
[all …]
H A Dkirkwood-dockstar.dts13 reg = <0x00000000 0x8000000>;
42 pinctrl-0 = <&pmx_led_green &pmx_led_orange>;
58 #size-cells = <0>;
59 pinctrl-0 = <&pmx_usb_power_enable>;
71 gpio = <&gpio0 29 0>;
79 partition@0 {
81 reg = <0x0000000 0x100000>;
87 reg = <0x0100000 0x400000>;
92 reg = <0x0500000 0xfb00000>;
99 ethphy0: ethernet-phy@0 {
[all …]
H A Dkirkwood-pogo_e02.dts25 reg = <0x00000000 0x10000000>;
50 #size-cells = <0>;
51 pinctrl-0 = <&pmx_usb_power_enable>;
69 pinctrl-0 = < &pmx_usb_power_enable &pmx_led_orange
97 partition@0 {
99 reg = <0x0000000 0x100000>;
105 reg = <0x0100000 0x400000>;
110 reg = <0x0500000 0x2000000>;
115 reg = <0x02500000 0x5b00000>;
122 ethphy0: ethernet-phy@0 {
[all …]
H A Dkirkwood-openrd.dtsi17 reg = <0x00000000 0x20000000>;
27 pinctrl-0 = <&pmx_select28 &pmx_sdio_cd &pmx_select34>;
97 pinctrl-0 = <&pmx_nand>;
100 partition@0 {
102 reg = <0x0000000 0x100000>;
107 reg = <0x0100000 0x400000>;
112 reg = <0x0600000 0x1FA00000>;
H A Darmada-385-linksys-caiman.dts18 wan_amber@0 {
20 reg = <0x0>;
25 reg = <0x1>;
30 reg = <0x2>;
35 reg = <0x3>;
40 reg = <0x5>;
45 reg = <0x6>;
50 reg = <0x7>;
55 reg = <0x8>;
60 reg = <0x9>;
[all …]
H A Darmada-385-linksys-cobra.dts18 wan_amber@0 {
20 reg = <0x0>;
25 reg = <0x1>;
30 reg = <0x2>;
35 reg = <0x3>;
40 reg = <0x5>;
45 reg = <0x6>;
50 reg = <0x7>;
55 reg = <0x8>;
60 reg = <0x9>;
[all …]
H A Darmada-385-linksys-shelby.dts18 wan_amber@0 {
20 reg = <0x0>;
25 reg = <0x1>;
30 reg = <0x2>;
35 reg = <0x3>;
40 reg = <0x5>;
45 reg = <0x6>;
50 reg = <0x7>;
55 reg = <0x8>;
60 reg = <0x9>;
[all …]
H A Dkirkwood-nsa3x0-common.dtsi59 pinctrl-0 = <&pmx_pwr_off>;
66 pinctrl-0 = <&pmx_btn_reset &pmx_btn_copy &pmx_btn_power>;
90 #size-cells = <0>;
91 pinctrl-0 = <&pmx_usb_power>;
111 partition@0 {
113 reg = <0x0000000 0x0100000>;
118 reg = <0x0100000 0x0080000>;
122 reg = <0x0180000 0x0080000>;
126 reg = <0x0200000 0x0080000>;
130 reg = <0x0280000 0x0a00000>;
[all …]
H A Dkirkwood-ib62x0.dts13 reg = <0x00000000 0x10000000>;
61 pinctrl-0 = <&pmx_button_reset &pmx_button_usb_copy>;
78 pinctrl-0 = <&pmx_led_os_red &pmx_led_os_green
99 pinctrl-0 = <&pmx_power_off>;
108 partition@0 {
110 reg = <0x0000000 0xe0000>;
115 reg = <0xe0000 0x20000>;
120 reg = <0x0100000 0x600000>;
125 reg = <0x0700000 0xf900000>;
141 ethernet0-port@0 {
H A Darmada-385-linksys-rango.dts20 wan_amber@0 {
22 reg = <0x0>;
27 reg = <0x1>;
32 reg = <0x5>;
37 reg = <0x6>;
42 reg = <0x7>;
47 reg = <0x8>;
52 reg = <0x9>;
89 partition@0 {
91 reg = <0x0000000 0x200000>; /* 2MiB */
[all …]
H A Dkirkwood-mplcec4.dts13 reg = <0x00000000 0x20000000>;
74 reg = <0x51>;
79 reg = <0x57>;
93 pinctrl-0 = <&pmx_sata0 &pmx_sata1>;
100 pinctrl-0 = <&pmx_sdio &pmx_sdio_cd>;
110 pinctrl-0 = < &pmx_led_health
158 partition@0 {
160 reg = <0x0000000 0x100000>;
165 reg = <0x100000 0x80000>;
170 reg = <0x180000 0x80000>;
[all …]
/linux/Documentation/devicetree/bindings/mtd/partitions/
H A Dfixed-partitions.yaml51 "@[0-9a-f]+$":
77 partition@0 {
79 reg = <0x0000000 0x100000>;
84 reg = <0x0100000 0x200000>;
96 partition@0 {
98 reg = <0x00000000 0x1 0x00000000>;
110 partition@0 {
112 reg = <0x0 0x00000000 0x2 0x00000000>;
118 reg = <0x2 0x00000000 0x1 0x00000000>;
128 partition@0 {
[all …]
/linux/arch/arm/boot/dts/cirrus/
H A Dep93xx-edb9302.dts17 memory@0 {
20 reg = <0x0000000 0x800000>,
21 <0x1000000 0x800000>,
22 <0x4000000 0x800000>,
23 <0x5000000 0x800000>;
34 led-0 {
36 gpios = <&gpio4 0 GPIO_ACTIVE_HIGH>;
56 reg = <0x60000000 0x1000000>;
66 gpio-ranges = <&syscon 0 153 1>,
77 gpio-ranges = <&syscon 0 143 1>,
[all …]

123