/linux/drivers/pinctrl/ |
H A D | pinctrl-at91.h | 12 #define PIO_PER 0x00 /* Enable Register */ 13 #define PIO_PDR 0x04 /* Disable Register */ 14 #define PIO_PSR 0x08 /* Status Register */ 15 #define PIO_OER 0x10 /* Output Enable Register */ 16 #define PIO_ODR 0x14 /* Output Disable Register */ 17 #define PIO_OSR 0x18 /* Output Status Register */ 18 #define PIO_IFER 0x20 /* Glitch Input Filter Enable */ 19 #define PIO_IFDR 0x24 /* Glitch Input Filter Disable */ 20 #define PIO_IFSR 0x28 /* Glitch Input Filter Status */ 21 #define PIO_SODR 0x30 /* Set Output Data Register */ [all …]
|
/linux/drivers/crypto/ |
H A D | atmel-tdes-regs.h | 5 #define TDES_CR 0x00 6 #define TDES_CR_START (1 << 0) 10 #define TDES_MR 0x04 11 #define TDES_MR_CYPHER_DEC (0 << 0) 12 #define TDES_MR_CYPHER_ENC (1 << 0) 13 #define TDES_MR_TDESMOD_MASK (0x3 << 1) 14 #define TDES_MR_TDESMOD_DES (0x0 << 1) 15 #define TDES_MR_TDESMOD_TDES (0x1 << 1) 16 #define TDES_MR_TDESMOD_XTEA (0x2 << 1) 17 #define TDES_MR_KEYMOD_3KEY (0 << 4) [all …]
|
/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-qmp-qserdes-com.h | 10 #define QSERDES_COM_ATB_SEL1 0x000 11 #define QSERDES_COM_ATB_SEL2 0x004 12 #define QSERDES_COM_FREQ_UPDATE 0x008 13 #define QSERDES_COM_BG_TIMER 0x00c 14 #define QSERDES_COM_SSC_EN_CENTER 0x010 15 #define QSERDES_COM_SSC_ADJ_PER1 0x014 16 #define QSERDES_COM_SSC_ADJ_PER2 0x018 17 #define QSERDES_COM_SSC_PER1 0x01c 18 #define QSERDES_COM_SSC_PER2 0x020 19 #define QSERDES_COM_SSC_STEP_SIZE1 0x024 [all …]
|
H A D | phy-qcom-qmp-qserdes-txrx-v4.h | 10 #define QSERDES_V4_TX_BIST_MODE_LANENO 0x000 11 #define QSERDES_V4_TX_BIST_INVERT 0x004 12 #define QSERDES_V4_TX_CLKBUF_ENABLE 0x008 13 #define QSERDES_V4_TX_TX_EMP_POST1_LVL 0x00c 14 #define QSERDES_V4_TX_TX_IDLE_LVL_LARGE_AMP 0x010 15 #define QSERDES_V4_TX_TX_DRV_LVL 0x014 16 #define QSERDES_V4_TX_TX_DRV_LVL_OFFSET 0x018 17 #define QSERDES_V4_TX_RESET_TSYNC_EN 0x01c 18 #define QSERDES_V4_TX_PRE_STALL_LDO_BOOST_EN 0x020 19 #define QSERDES_V4_TX_TX_BAND 0x024 [all …]
|
H A D | phy-qcom-qmp-qserdes-txrx-v5.h | 11 #define QSERDES_V5_TX_BIST_MODE_LANENO 0x000 12 #define QSERDES_V5_TX_BIST_INVERT 0x004 13 #define QSERDES_V5_TX_CLKBUF_ENABLE 0x008 14 #define QSERDES_V5_TX_TX_EMP_POST1_LVL 0x00c 15 #define QSERDES_V5_TX_TX_IDLE_LVL_LARGE_AMP 0x010 16 #define QSERDES_V5_TX_TX_DRV_LVL 0x014 17 #define QSERDES_V5_TX_TX_DRV_LVL_OFFSET 0x018 18 #define QSERDES_V5_TX_RESET_TSYNC_EN 0x01c 19 #define QSERDES_V5_TX_PRE_STALL_LDO_BOOST_EN 0x020 20 #define QSERDES_V5_TX_TX_BAND 0x024 [all …]
|
H A D | phy-qcom-qmp-pcs-sgmii.h | 9 #define QPHY_PCS_PHY_START 0x000 10 #define QPHY_PCS_POWER_DOWN_CONTROL 0x004 11 #define QPHY_PCS_SW_RESET 0x008 12 #define QPHY_PCS_LINE_RESET_TIME 0x00c 13 #define QPHY_PCS_TX_LARGE_AMP_DRV_LVL 0x020 14 #define QPHY_PCS_TX_SMALL_AMP_DRV_LVL 0x028 15 #define QPHY_PCS_PCS_READY_STATUS 0x094 16 #define QPHY_PCS_TX_MID_TERM_CTRL1 0x0d8 17 #define QPHY_PCS_TX_MID_TERM_CTRL2 0x0dc 18 #define QPHY_PCS_SGMII_MISC_CTRL8 0x118
|
H A D | phy-qcom-qmp-qserdes-txrx-v7.h | 9 #define QSERDES_V7_TX_CLKBUF_ENABLE 0x08 10 #define QSERDES_V7_TX_RESET_TSYNC_EN 0x1c 11 #define QSERDES_V7_TX_PRE_STALL_LDO_BOOST_EN 0x20 12 #define QSERDES_V7_TX_TX_BAND 0x24 13 #define QSERDES_V7_TX_INTERFACE_SELECT 0x2c 14 #define QSERDES_V7_TX_RES_CODE_LANE_TX 0x34 15 #define QSERDES_V7_TX_RES_CODE_LANE_RX 0x38 16 #define QSERDES_V7_TX_RES_CODE_LANE_OFFSET_TX 0x3c 17 #define QSERDES_V7_TX_RES_CODE_LANE_OFFSET_RX 0x40 18 #define QSERDES_V7_TX_PARRATE_REC_DETECT_IDLE_EN 0x60 [all …]
|
H A D | phy-qcom-qmp-qserdes-txrx-v6.h | 9 #define QSERDES_V6_TX_CLKBUF_ENABLE 0x08 10 #define QSERDES_V6_TX_TX_EMP_POST1_LVL 0x0c 11 #define QSERDES_V6_TX_TX_DRV_LVL 0x14 12 #define QSERDES_V6_TX_RESET_TSYNC_EN 0x1c 13 #define QSERDES_V6_TX_PRE_STALL_LDO_BOOST_EN 0x20 14 #define QSERDES_V6_TX_TX_BAND 0x24 15 #define QSERDES_V6_TX_INTERFACE_SELECT 0x2c 16 #define QSERDES_V6_TX_RES_CODE_LANE_TX 0x34 17 #define QSERDES_V6_TX_RES_CODE_LANE_RX 0x38 18 #define QSERDES_V6_TX_RES_CODE_LANE_OFFSET_TX 0x3c [all …]
|
/linux/include/linux/mfd/syscon/ |
H A D | atmel-matrix.h | 11 #define AT91SAM9260_MATRIX_MCFG 0x00 12 #define AT91SAM9260_MATRIX_SCFG 0x40 13 #define AT91SAM9260_MATRIX_PRS 0x80 14 #define AT91SAM9260_MATRIX_MRCR 0x100 15 #define AT91SAM9260_MATRIX_EBICSA 0x11c 17 #define AT91SAM9261_MATRIX_MRCR 0x0 18 #define AT91SAM9261_MATRIX_SCFG 0x4 19 #define AT91SAM9261_MATRIX_TCR 0x24 20 #define AT91SAM9261_MATRIX_EBICSA 0x30 21 #define AT91SAM9261_MATRIX_USBPUCR 0x34 [all …]
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm2166x-common.dtsi | 22 ranges = <0 0x34000000 0x102f83ac>; 28 reg = <0x0004e000 0x400>; /* 1 KiB in SRAM */ 33 reg = <0x01001f00 0x24>; 38 reg = <0x01003000 0x524>; 51 reg = <0x01006000 0x1c>; 60 ranges = <0 0x3e000000 0x0001c070>; 64 uartb: serial@0 { 66 reg = <0x00000000 0x118>; 76 reg = <0x00001000 0x118>; 86 reg = <0x00002000 0x118>; [all …]
|
/linux/drivers/net/wireless/broadcom/b43/ |
H A D | phy_ht.h | 8 #define B43_PHY_HT_BBCFG 0x001 /* BB config */ 9 #define B43_PHY_HT_BBCFG_RSTCCA 0x4000 /* Reset CCA */ 10 #define B43_PHY_HT_BBCFG_RSTRX 0x8000 /* Reset RX */ 11 #define B43_PHY_HT_BANDCTL 0x009 /* Band control */ 12 #define B43_PHY_HT_BANDCTL_5GHZ 0x0001 /* Use the 5GHz band */ 13 #define B43_PHY_HT_TABLE_ADDR 0x072 /* Table address */ 14 #define B43_PHY_HT_TABLE_DATALO 0x073 /* Table data low */ 15 #define B43_PHY_HT_TABLE_DATAHI 0x074 /* Table data high */ 16 #define B43_PHY_HT_CLASS_CTL 0x0B0 /* Classifier control */ 17 #define B43_PHY_HT_CLASS_CTL_CCK_EN 0x0001 /* CCK enable */ [all …]
|
/linux/drivers/gpu/drm/nouveau/nvkm/falcon/ |
H A D | ga102.c | 30 return (nvkm_falcon_rd32(falcon, falcon->addr2 + 0x388) & 0x00000080) != 0; in ga102_flcn_riscv_active() 36 return !!(nvkm_falcon_rd32(falcon, 0x118) & 0x00000002); in ga102_flcn_dma_done() 42 nvkm_falcon_wr32(falcon, 0x114, mem_base); in ga102_flcn_dma_xfer() 43 nvkm_falcon_wr32(falcon, 0x11c, dma_base); in ga102_flcn_dma_xfer() 44 nvkm_falcon_wr32(falcon, 0x118, cmd); in ga102_flcn_dma_xfer() 53 *cmd |= 0x00000010; in ga102_flcn_dma_init() 55 *cmd |= 0x00000004; in ga102_flcn_dma_init() 57 nvkm_falcon_wr32(falcon, 0x110, dma_addr >> 8); in ga102_flcn_dma_init() 58 nvkm_falcon_wr32(falcon, 0x128, 0x00000000); in ga102_flcn_dma_init() 59 return 0; in ga102_flcn_dma_init() [all …]
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | pinctrl-single.yaml | 49 const: 0 100 '-pins(-[0-9]+)?$|-pin$': 194 reg = <0x4a100040 0x0196>; 196 #size-cells = <0>; 201 pinctrl-single,function-mask = <0xffff>; 202 pinctrl-single,gpio-range = <&range 0 3 0>; 209 <0xd8 0x118>, 210 <0xda 0>, 211 <0xdc 0x118>, 212 <0xde 0>;
|
/linux/drivers/media/platform/mediatek/mdp3/ |
H A D | mdp_reg_hdr.h | 10 #define MDP_HDR_TOP (0x000) 11 #define MDP_HDR_RELAY (0x004) 12 #define MDP_HDR_SIZE_0 (0x014) 13 #define MDP_HDR_SIZE_1 (0x018) 14 #define MDP_HDR_SIZE_2 (0x01C) 15 #define MDP_HDR_HIST_CTRL_0 (0x020) 16 #define MDP_HDR_HIST_CTRL_1 (0x024) 17 #define MDP_HDR_HIST_ADDR (0x0DC) 18 #define MDP_HDR_TILE_POS (0x118) 21 #define MDP_HDR_RELAY_MASK (0x01) [all …]
|
/linux/drivers/clk/mediatek/ |
H A D | clk-mt7988-topckgen.c | 107 MUX_GATE_CLR_SET_UPD(CLK_TOP_NETSYS_SEL, "netsys_sel", netsys_parents, 0x000, 0x004, 0x008, 108 0, 2, 7, 0x1c0, 0), 109 MUX_GATE_CLR_SET_UPD(CLK_TOP_NETSYS_500M_SEL, "netsys_500m_sel", netsys_500m_parents, 0x000, 110 0x004, 0x008, 8, 2, 15, 0x1C0, 1), 111 MUX_GATE_CLR_SET_UPD(CLK_TOP_NETSYS_2X_SEL, "netsys_2x_sel", netsys_2x_parents, 0x000, 112 0x004, 0x008, 16, 2, 23, 0x1C0, 2), 113 MUX_GATE_CLR_SET_UPD(CLK_TOP_NETSYS_GSW_SEL, "netsys_gsw_sel", netsys_gsw_parents, 0x000, 114 0x004, 0x008, 24, 2, 31, 0x1C0, 3), 116 MUX_GATE_CLR_SET_UPD(CLK_TOP_ETH_GMII_SEL, "eth_gmii_sel", eth_gmii_parents, 0x010, 0x014, 117 0x018, 0, 1, 7, 0x1C0, 4), [all …]
|
/linux/drivers/clk/meson/ |
H A D | s4-pll.h | 10 #define ANACTRL_FIXPLL_CTRL0 0x040 11 #define ANACTRL_FIXPLL_CTRL1 0x044 12 #define ANACTRL_FIXPLL_CTRL3 0x04c 13 #define ANACTRL_GP0PLL_CTRL0 0x080 14 #define ANACTRL_GP0PLL_CTRL1 0x084 15 #define ANACTRL_GP0PLL_CTRL2 0x088 16 #define ANACTRL_GP0PLL_CTRL3 0x08c 17 #define ANACTRL_GP0PLL_CTRL4 0x090 18 #define ANACTRL_GP0PLL_CTRL5 0x094 19 #define ANACTRL_GP0PLL_CTRL6 0x098 [all …]
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_exar_st16c554.c | 16 SERIAL8250_PORT(0x100, 5), 17 SERIAL8250_PORT(0x108, 5), 18 SERIAL8250_PORT(0x110, 5), 19 SERIAL8250_PORT(0x118, 5),
|
H A D | 8250_boca.c | 13 SERIAL8250_PORT(0x100, 12), 14 SERIAL8250_PORT(0x108, 12), 15 SERIAL8250_PORT(0x110, 12), 16 SERIAL8250_PORT(0x118, 12), 17 SERIAL8250_PORT(0x120, 12), 18 SERIAL8250_PORT(0x128, 12), 19 SERIAL8250_PORT(0x130, 12), 20 SERIAL8250_PORT(0x138, 12), 21 SERIAL8250_PORT(0x140, 12), 22 SERIAL8250_PORT(0x148, 12), [all …]
|
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx25-pinfunc.h | 16 #define MX25_PAD_A10__A10 0x008 0x000 0x000 0x00 0x000 17 #define MX25_PAD_A10__GPIO_4_0 0x008 0x000 0x000 0x05 0x000 19 #define MX25_PAD_A13__A13 0x00c 0x22C 0x000 0x00 0x000 20 #define MX25_PAD_A13__GPIO_4_1 0x00c 0x22C 0x000 0x05 0x000 21 #define MX25_PAD_A13__LCDC_CLS 0x00c 0x22C 0x000 0x07 0x000 23 #define MX25_PAD_A14__A14 0x010 0x230 0x000 0x00 0x000 24 #define MX25_PAD_A14__GPIO_2_0 0x010 0x230 0x000 0x05 0x000 25 #define MX25_PAD_A14__SIM1_CLK1 0x010 0x230 0x000 0x06 0x000 26 #define MX25_PAD_A14__LCDC_SPL 0x010 0x230 0x000 0x07 0x000 28 #define MX25_PAD_A15__A15 0x014 0x234 0x000 0x00 0x000 [all …]
|
/linux/arch/arm/mach-s3c/ |
H A D | cpu.c | 20 samsung_cpu_id = readl_relaxed(S3C_VA_SYS + 0x118); in s3c64xx_init_cpu() 26 writel_relaxed(0x0, S3C_VA_SYS + 0xA1C); in s3c64xx_init_cpu() 27 samsung_cpu_id = readl_relaxed(S3C_VA_SYS + 0xA1C); in s3c64xx_init_cpu() 30 pr_info("Samsung CPU ID: 0x%08lx\n", samsung_cpu_id); in s3c64xx_init_cpu()
|
/linux/drivers/media/rc/keymaps/ |
H A D | rc-minix-neo.c | 14 { 0x118, KEY_POWER }, 16 { 0x146, KEY_UP }, 17 { 0x116, KEY_DOWN }, 18 { 0x147, KEY_LEFT }, 19 { 0x115, KEY_RIGHT }, 20 { 0x155, KEY_ENTER }, 22 { 0x110, KEY_VOLUMEDOWN }, 23 { 0x140, KEY_BACK }, 24 { 0x114, KEY_VOLUMEUP }, 26 { 0x10d, KEY_HOME }, [all …]
|
/linux/include/linux/ |
H A D | atmel_pdc.h | 15 #define ATMEL_PDC_RPR 0x100 /* Receive Pointer Register */ 16 #define ATMEL_PDC_RCR 0x104 /* Receive Counter Register */ 17 #define ATMEL_PDC_TPR 0x108 /* Transmit Pointer Register */ 18 #define ATMEL_PDC_TCR 0x10c /* Transmit Counter Register */ 19 #define ATMEL_PDC_RNPR 0x110 /* Receive Next Pointer Register */ 20 #define ATMEL_PDC_RNCR 0x114 /* Receive Next Counter Register */ 21 #define ATMEL_PDC_TNPR 0x118 /* Transmit Next Pointer Register */ 22 #define ATMEL_PDC_TNCR 0x11c /* Transmit Next Counter Register */ 24 #define ATMEL_PDC_PTCR 0x120 /* Transfer Control Register */ 25 #define ATMEL_PDC_RXTEN (1 << 0) /* Receiver Transfer Enable */ [all …]
|
/linux/drivers/video/fbdev/ |
H A D | wm8505fb_regs.h | 15 * Color space select register, default value 0x1c 22 #define WMT_GOVR_COLORSPACE 0x1e4 28 #define WMT_GOVR_COLORSPACE1 0x30 30 #define WMT_GOVR_CONTRAST 0x1b8 31 #define WMT_GOVR_BRGHTNESS 0x1bc /* incompatible with RGB? */ 34 #define WMT_GOVR_FBADDR 0x90 35 #define WMT_GOVR_FBADDR1 0x94 /* UV offset in YUV mode */ 38 #define WMT_GOVR_XPAN 0xa4 39 #define WMT_GOVR_YPAN 0xa0 41 #define WMT_GOVR_XRES 0x98 [all …]
|
/linux/arch/arm/mach-davinci/ |
H A D | clock.h | 13 #define PLLCTL 0x100 14 #define PLLCTL_PLLEN BIT(0) 21 #define PLLM 0x110 22 #define PLLM_PLLM_MASK 0xff 24 #define PREDIV 0x114 25 #define PLLDIV1 0x118 26 #define PLLDIV2 0x11c 27 #define PLLDIV3 0x120 28 #define POSTDIV 0x128 29 #define BPDIV 0x12c [all …]
|
/linux/arch/sh/drivers/pci/ |
H A D | pci-sh7780.h | 13 #define PCIECR 0xFE000008 14 #define PCIECR_ENBL 0x01 17 #define SH7780_PCI_CONFIG_BASE 0xFD000000 /* Config space base addr */ 18 #define SH7780_PCI_CONFIG_SIZE 0x01000000 /* Config space size */ 20 #define SH7780_PCIREG_BASE 0xFE040000 /* PCI regs base address */ 23 #define SH7780_PCIIR 0x114 /* PCI Interrupt Register */ 24 #define SH7780_PCIIMR 0x118 /* PCI Interrupt Mask Register */ 25 #define SH7780_PCIAIR 0x11C /* Error Address Register */ 26 #define SH7780_PCICIR 0x120 /* Error Command/Data Register */ 27 #define SH7780_PCIAINT 0x130 /* Arbiter Interrupt Register */ [all …]
|