Searched +full:0 +full:x1d0000 (Results 1 – 13 of 13) sorted by relevance
/linux/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls1028a-kontron-sl28.dts | 85 reg = <0x5>; 95 nvmem-cells = <&base_mac_address 0>; 118 flash@0 { 122 reg = <0>; 132 partition@0 { 133 reg = <0x000000 0x010000>; 139 reg = <0x010000 0x1d0000>; 145 reg = <0x200000 0x010000>; 150 reg = <0x210000 0x1d0000>; 155 reg = <0x3e0000 0x020000>; [all …]
|
H A D | imx8mq-librem5.dtsi | 29 #clock-cells = <0>; 41 pinctrl-0 = <&pinctrl_keys>; 66 led-0 { 68 pwms = <&pwm2 0 50000 0>; 73 pwms = <&pwm4 0 50000 0>; 78 pwms = <&pwm3 0 50000 0>; 86 pinctrl-0 = <&pinctrl_audiopwr>; 113 gpio = <&gpio1 0 GPIO_ACTIVE_HIGH>; 133 gpio = <&gpio1 0 GPIO_ACTIVE_HIGH>; 140 pinctrl-0 = <&pinctrl_gnsspwr>; [all …]
|
/linux/Documentation/devicetree/bindings/clock/ |
H A D | fsl,imx8-acm.yaml | 227 reg = <0x59e00000 0x1d0000>;
|
/linux/drivers/gpu/drm/xe/regs/ |
H A D | xe_engine_regs.h | 18 #define RENDER_RING_BASE 0x02000 19 #define BSD_RING_BASE 0x1c0000 20 #define BSD2_RING_BASE 0x1c4000 21 #define BSD3_RING_BASE 0x1d0000 22 #define BSD4_RING_BASE 0x1d4000 23 #define XEHP_BSD5_RING_BASE 0x1e0000 24 #define XEHP_BSD6_RING_BASE 0x1e4000 25 #define XEHP_BSD7_RING_BASE 0x1f0000 26 #define XEHP_BSD8_RING_BASE 0x1f4000 27 #define VEBOX_RING_BASE 0x1c8000 [all …]
|
/linux/drivers/gpu/drm/i915/ |
H A D | intel_uncore.c | 67 uncore->debug->unclaimed_mmio_check = 0; in mmio_debug_suspend() 116 if (id >= 0 && id < FW_DOMAIN_ID_COUNT) in intel_uncore_forcewake_domain_to_str() 138 fw_clear(d, 0xefff); in fw_domain_reset() 140 fw_clear(d, 0xffff); in fw_domain_reset() 168 return __wait_for_ack(d, ack, 0); in wait_ack_clear() 184 if (fw_ack(d) == ~0) { in fw_domain_wait_ack_clear() 186 "%s: MMIO unreliable (forcewake register returns 0xFFFFFFFF)!\n", in fw_domain_wait_ack_clear() 199 ACK_CLEAR = 0, 208 const u32 value = type == ACK_SET ? ack_bit : 0; in fw_domain_wait_ack_with_fallback() 241 "%s had to use fallback to %s ack, 0x%x (passes %u)\n", in fw_domain_wait_ack_with_fallback() [all …]
|
H A D | i915_reg.h | 106 * #define _FOO_A 0xf000 107 * #define _FOO_B 0xf001 111 * #define FOO_MODE_BAR REG_FIELD_PREP(FOO_MODE_MASK, 0) 115 * #define BAR _MMIO(0xb000) 116 * #define GEN8_BAR _MMIO(0xb888) 119 #define GU_CNTL_PROTECTED _MMIO(0x10100C) 122 #define GU_CNTL _MMIO(0x101010) 125 #define GU_DEBUG _MMIO(0x101018) 128 #define GEN6_STOLEN_RESERVED _MMIO(0x1082C0) 129 #define GEN6_STOLEN_RESERVED_ADDR_MASK (0xFFF << 20) [all …]
|
/linux/arch/arm64/boot/dts/arm/ |
H A D | juno-motherboard.dtsi | 13 #clock-cells = <0>; 20 #clock-cells = <0>; 27 #clock-cells = <0>; 34 #clock-cells = <0>; 55 gpios = <&iofpga_gpio0 0 0x4>; 62 gpios = <&iofpga_gpio0 1 0x4>; 69 gpios = <&iofpga_gpio0 2 0x4>; 76 gpios = <&iofpga_gpio0 3 0x4>; 83 gpios = <&iofpga_gpio0 4 0x4>; 90 gpios = <&iofpga_gpio0 5 0x4>; [all …]
|
/linux/drivers/net/wireless/ath/carl9170/ |
H A D | hw.h | 43 #define AR9170_UART_REG_BASE 0x1c0000 46 #define AR9170_UART_REG_RX_BUFFER (AR9170_UART_REG_BASE + 0x000) 47 #define AR9170_UART_REG_TX_HOLDING (AR9170_UART_REG_BASE + 0x004) 48 #define AR9170_UART_REG_FIFO_CONTROL (AR9170_UART_REG_BASE + 0x010) 49 #define AR9170_UART_FIFO_CTRL_RESET_RX_FIFO 0x02 50 #define AR9170_UART_FIFO_CTRL_RESET_TX_FIFO 0x04 52 #define AR9170_UART_REG_LINE_CONTROL (AR9170_UART_REG_BASE + 0x014) 53 #define AR9170_UART_REG_MODEM_CONTROL (AR9170_UART_REG_BASE + 0x018) 54 #define AR9170_UART_MODEM_CTRL_DTR_BIT 0x01 55 #define AR9170_UART_MODEM_CTRL_RTS_BIT 0x02 [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/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/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 …]
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | dra7-l4.dtsi | 1 &l4_cfg { /* 0x4a000000 */ 4 clocks = <&l4cfg_clkctrl DRA7_L4CFG_L4_CFG_CLKCTRL 0>; 6 reg = <0x4a000000 0x800>, 7 <0x4a000800 0x800>, 8 <0x4a001000 0x1000>; 12 ranges = <0x00000000 0x4a000000 0x100000>, /* segment 0 */ 13 <0x00100000 0x4a100000 0x100000>, /* segment 1 */ 14 <0x00200000 0x4a200000 0x100000>; /* segment 2 */ 16 segment@0 { /* 0x4a000000 */ 20 ranges = <0x00000000 0x00000000 0x000800>, /* ap 0 */ [all …]
|