Searched +full:0 +full:x3300000 (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | qcom-apq8026-asus-sparrow.dts | 17 qcom,msm-id = <199 0x20000>; 22 reg = <0x02f00000 0x100000>; 26 reg = <0x3100000 0x200000>; 30 reg = <0x3300000 0x600000>; 34 reg = <0x3900000 0x1400000>; 38 reg = <0x4d00000 0x1b00000>; 42 reg = <0x7f00000 0x100000>; 58 pinctrl-0 = <&wlan_regulator_default_state>; 70 pinctrl-0 = <&blsp1_uart1_default_state>; 77 pinctrl-0 = <&bluetooth_default_state>; [all …]
|
| H A D | qcom-apq8026-huawei-sturgeon.dts | 18 qcom,msm-id = <199 0x20000>; 23 reg = <0x02f00000 0x100000>; 28 reg = <0x3100000 0x200000>; 33 reg = <0x3300000 0x600000>; 38 reg = <0x3900000 0x1400000>; 43 reg = <0x4d00000 0x1b00000>; 48 reg = <0x7f00000 0x100000>; 64 pinctrl-0 = <&wlan_regulator_default_state>; 79 reg = <0x5a>; 87 pinctrl-0 = <&vibrator_default_state>; [all …]
|
| /linux/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_hw.c | 15 #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/arch/arm64/boot/dts/qcom/ |
| H A D | sdm630.dtsi | 36 #clock-cells = <0>; 43 #clock-cells = <0>; 51 #size-cells = <0>; 56 reg = <0x0 0x100>; 76 reg = <0x0 0x101>; 91 reg = <0x0 0x102>; 106 reg = <0x0 0x103>; 118 cpu4: cpu@0 { 121 reg = <0x0 0x0>; 141 reg = <0x0 0x1>; [all …]
|
| /linux/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_hw.c | 16 #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/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra194.dtsi | 20 bus@0 { 25 ranges = <0x0 0x0 0x0 0x0 0x100 0x0>; 29 reg = <0x0 0x00100000 0x0 0xf000>, 30 <0x0 0x0010f000 0x0 0x1000>; 36 reg = <0x0 0x2200000 0x0 0x10000>, 37 <0x0 0x2210000 0x0 0x10000>; 90 gpio-ranges = <&pinmux 0 0 169>; 95 reg = <0x0 0x02300000 0x0 0x1000>; 105 reg = <0x0 0x2390000 0x0 0x1000>, 106 <0x0 0x23a0000 0x0 0x1000>, [all …]
|
| H A D | tegra234.dtsi | 31 bus@0 { 36 ranges = <0x0 0x0 0x0 0x0 0x100 0x0>; 40 reg = <0x0 0x00100000 0x0 0xf000>, 41 <0x0 0x0010f000 0x0 0x1000>; 47 reg = <0x0 0x02080000 0x0 0x00121000>; 48 interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>, 70 reg = <0x0 0x02200000 0x0 0x10000>, 71 <0x0 0x02210000 0x0 0x10000>; 124 gpio-ranges = <&pinmux 0 0 164>; 129 reg = <0x0 0x2430000 0x0 0x19100>; [all …]
|
| /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 …]
|
| /linux/drivers/scsi/qla4xxx/ |
| H A D | ql4_nx.c | 18 #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 …]
|