/linux/drivers/clk/bcm/ |
H A D | clk-bcm281xx.c | 16 .gate = HW_SW_GATE(0x214, 16, 0, 1), 17 .trig = TRIGGER(0x0e04, 0), 18 .div = FRAC_DIVIDER(0x0e00, 0, 22, 16), 34 .gate = HW_SW_GATE(0x0414, 16, 0, 1), 38 .sel = SELECTOR(0x0a10, 0, 2), 39 .trig = TRIGGER(0x0a40, 4), 43 .gate = HW_SW_GATE(0x0418, 16, 0, 1), 47 .sel = SELECTOR(0x0a04, 0, 2), 48 .div = DIVIDER(0x0a04, 3, 4), 49 .trig = TRIGGER(0x0a40, 0), [all …]
|
H A D | clk-bcm21664.c | 16 .gate = HW_SW_GATE(0x214, 16, 0, 1), 33 .gate = HW_SW_GATE(0x0414, 16, 0, 1), 34 .hyst = HYST(0x0414, 8, 9), 38 .sel = SELECTOR(0x0a10, 0, 2), 39 .trig = TRIGGER(0x0a40, 4), 45 .enable = CCU_LVM_EN(0x0034, 0), 46 .control = CCU_POLICY_CTL(0x000c, 0, 1, 2), 58 .gate = HW_SW_GATE(0x0358, 18, 2, 3), 64 .sel = SELECTOR(0x0a28, 0, 3), 65 .div = DIVIDER(0x0a28, 4, 14), [all …]
|
/linux/Documentation/devicetree/bindings/clock/ti/ |
H A D | composite.txt | 26 - #clock-cells : from common clock binding; shall be set to 0. 34 #clock-cells = <0>; 38 reg = <0x0a10>; 42 #clock-cells = <0>; 47 reg = <0x0a40>; 52 #clock-cells = <0>;
|
H A D | ti,divider-clock.yaml | 19 0 1 26 of 0. E.g: 34 0 1 40 ti,dividers = <4>, <8>, <0>, <16>; 44 0 4 69 const: 0 90 default: 0 125 default: 0 130 autoidle is enabled by setting the bit to 0, 165 #size-cells = <0>; [all …]
|
/linux/drivers/media/tuners/ |
H A D | tua9001.c | 16 {0x1e, 0x6512}, in tua9001_init() 17 {0x25, 0xb888}, in tua9001_init() 18 {0x39, 0x5460}, in tua9001_init() 19 {0x3b, 0x00c0}, in tua9001_init() 20 {0x3a, 0xf000}, in tua9001_init() 21 {0x08, 0x0000}, in tua9001_init() 22 {0x32, 0x0030}, in tua9001_init() 23 {0x41, 0x703a}, in tua9001_init() 24 {0x40, 0x1c78}, in tua9001_init() 25 {0x2c, 0x1c00}, in tua9001_init() [all …]
|
/linux/drivers/media/rc/keymaps/ |
H A D | rc-dib0700-rc5.c | 18 { 0x0700, KEY_MUTE }, 19 { 0x0701, KEY_MENU }, /* Pinnacle logo */ 20 { 0x0739, KEY_POWER }, 21 { 0x0703, KEY_VOLUMEUP }, 22 { 0x0709, KEY_VOLUMEDOWN }, 23 { 0x0706, KEY_CHANNELUP }, 24 { 0x070c, KEY_CHANNELDOWN }, 25 { 0x070f, KEY_NUMERIC_1 }, 26 { 0x0715, KEY_NUMERIC_2 }, 27 { 0x0710, KEY_NUMERIC_3 }, [all …]
|
/linux/include/scsi/ |
H A D | scsi_proto.h | 20 #define TEST_UNIT_READY 0x00 21 #define REZERO_UNIT 0x01 22 #define REQUEST_SENSE 0x03 23 #define FORMAT_UNIT 0x04 24 #define READ_BLOCK_LIMITS 0x05 25 #define REASSIGN_BLOCKS 0x07 26 #define INITIALIZE_ELEMENT_STATUS 0x07 27 #define READ_6 0x08 28 #define WRITE_6 0x0a 29 #define SEEK_6 0x0b [all …]
|
/linux/drivers/net/wireless/ath/carl9170/ |
H A D | phy.h | 24 #define AR9170_PHY_REG_BASE (0x1bc000 + 0x9800) 28 #define AR9170_PHY_REG_TEST (AR9170_PHY_REG_BASE + 0x0000) 29 #define AR9170_PHY_TEST_AGC_CLR 0x10000000 30 #define AR9170_PHY_TEST_RFSILENT_BB 0x00002000 32 #define AR9170_PHY_REG_TURBO (AR9170_PHY_REG_BASE + 0x0004) 33 #define AR9170_PHY_TURBO_FC_TURBO_MODE 0x00000001 34 #define AR9170_PHY_TURBO_FC_TURBO_SHORT 0x00000002 35 #define AR9170_PHY_TURBO_FC_DYN2040_EN 0x00000004 36 #define AR9170_PHY_TURBO_FC_DYN2040_PRI_ONLY 0x00000008 37 #define AR9170_PHY_TURBO_FC_DYN2040_PRI_CH 0x00000010 [all …]
|
/linux/drivers/gpu/drm/gma500/ |
H A D | psb_reg.h | 13 #define PSB_CR_CLKGATECTL 0x0000 16 #define _PSB_C_CLKGATECTL_USE_CLKG_MASK (0x3 << 20) 18 #define _PSB_C_CLKGATECTL_DPM_CLKG_MASK (0x3 << 16) 20 #define _PSB_C_CLKGATECTL_TA_CLKG_MASK (0x3 << 12) 22 #define _PSB_C_CLKGATECTL_TSP_CLKG_MASK (0x3 << 8) 24 #define _PSB_C_CLKGATECTL_ISP_CLKG_MASK (0x3 << 4) 25 #define _PSB_C_CLKGATECTL_2D_CLKG_SHIFT (0) 26 #define _PSB_C_CLKGATECTL_2D_CLKG_MASK (0x3 << 0) 27 #define _PSB_C_CLKGATECTL_CLKG_ENABLED (0) 31 #define PSB_CR_CORE_ID 0x0010 [all …]
|
/linux/include/linux/mfd/mt6328/ |
H A D | registers.h | 10 #define MT6328_STRUP_CON0 0x0000 11 #define MT6328_STRUP_CON2 0x0002 12 #define MT6328_STRUP_CON3 0x0004 13 #define MT6328_STRUP_CON4 0x0006 14 #define MT6328_STRUP_CON5 0x0008 15 #define MT6328_STRUP_CON6 0x000a 16 #define MT6328_STRUP_CON7 0x000c 17 #define MT6328_STRUP_CON8 0x000e 18 #define MT6328_STRUP_CON9 0x0010 19 #define MT6328_STRUP_CON10 0x0012 [all …]
|
/linux/drivers/media/i2c/ccs/ |
H A D | smiapp-reg-defs.h | 19 #define SMIAPP_REG_U16_MODEL_ID CCI_REG16(0x0000) 20 #define SMIAPP_REG_U8_REVISION_NUMBER_MAJOR CCI_REG8(0x0002) 21 #define SMIAPP_REG_U8_MANUFACTURER_ID CCI_REG8(0x0003) 22 #define SMIAPP_REG_U8_SMIA_VERSION CCI_REG8(0x0004) 23 #define SMIAPP_REG_U8_FRAME_COUNT CCI_REG8(0x0005) 24 #define SMIAPP_REG_U8_PIXEL_ORDER CCI_REG8(0x0006) 25 #define SMIAPP_REG_U16_DATA_PEDESTAL CCI_REG16(0x0008) 26 #define SMIAPP_REG_U8_PIXEL_DEPTH CCI_REG8(0x000c) 27 #define SMIAPP_REG_U8_REVISION_NUMBER_MINOR CCI_REG8(0x0010) 28 #define SMIAPP_REG_U8_SMIAPP_VERSION CCI_REG8(0x0011) [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_scl_filters.c | 31 // <sharpness> = 0 37 0x1000, 0x0000, 38 0x0FF0, 0x0010, 39 0x0FB0, 0x0050, 40 0x0F34, 0x00CC, 41 0x0E68, 0x0198, 42 0x0D44, 0x02BC, 43 0x0BC4, 0x043C, 44 0x09FC, 0x0604, 45 0x0800, 0x0800 [all …]
|
/linux/drivers/gpu/drm/amd/display/dc/spl/ |
H A D | dc_spl_scl_filters.c | 11 // <sharpness> = 0 17 0x1000, 0x0000, 18 0x0FF0, 0x0010, 19 0x0FB0, 0x0050, 20 0x0F34, 0x00CC, 21 0x0E68, 0x0198, 22 0x0D44, 0x02BC, 23 0x0BC4, 0x043C, 24 0x09FC, 0x0604, 25 0x0800, 0x0800 [all …]
|
/linux/drivers/gpu/drm/amd/include/asic_reg/gmc/ |
H A D | gmc_6_0_d.h | 26 #define ixMC_IO_DEBUG_ACMD_CLKSEL_D0 0x00CE 27 #define ixMC_IO_DEBUG_ACMD_CLKSEL_D1 0x00DE 28 #define ixMC_IO_DEBUG_ACMD_MISC_D0 0x00AE 29 #define ixMC_IO_DEBUG_ACMD_MISC_D1 0x00BE 30 #define ixMC_IO_DEBUG_ACMD_OFSCAL_D0 0x00EE 31 #define ixMC_IO_DEBUG_ACMD_OFSCAL_D1 0x00FE 32 #define ixMC_IO_DEBUG_ACMD_RXPHASE_D0 0x010E 33 #define ixMC_IO_DEBUG_ACMD_RXPHASE_D1 0x011E 34 #define ixMC_IO_DEBUG_ACMD_TXBST_PD_D0 0x018E 35 #define ixMC_IO_DEBUG_ACMD_TXBST_PD_D1 0x019E [all …]
|
/linux/sound/usb/ |
H A D | mixer_maps.c | 89 { 0 } /* terminator */ 97 static const struct usbmix_dB_map mp3plus_dB_1 = {.min = -4781, .max = 0}; 124 { 0 } /* terminator */ 168 { 0 } /* terminator */ 173 { 0 } /* terminator */ 178 .id = 0x80, 182 { 0 } /* terminator */ 201 { 0 } /* terminator */ 208 { 0 } /* terminator */ 216 { 0 } /* terminato [all...] |
/linux/sound/soc/mediatek/mt8365/ |
H A D | mt8365-reg.h | 15 #define AUDIO_TOP_CON0 (0x0000) 16 #define AUDIO_TOP_CON1 (0x0004) 17 #define AUDIO_TOP_CON2 (0x0008) 18 #define AUDIO_TOP_CON3 (0x000c) 20 #define AFE_DAC_CON0 (0x0010) 21 #define AFE_DAC_CON1 (0x0014) 22 #define AFE_I2S_CON (0x0018) 23 #define AFE_CONN0 (0x0020) 24 #define AFE_CONN1 (0x0024) 25 #define AFE_CONN2 (0x0028) [all …]
|
/linux/arch/mips/include/asm/sibyte/ |
H A D | sb1250_regs.h | 46 * XXX: can't remove MC base 0 if 112x, since it's used by other macros, 51 #define A_MC_BASE_0 0x0010051000 52 #define A_MC_BASE_1 0x0010052000 53 #define MC_REGISTER_SPACING 0x1000 58 #define R_MC_CONFIG 0x0000000100 59 #define R_MC_DRAMCMD 0x0000000120 60 #define R_MC_DRAMMODE 0x0000000140 61 #define R_MC_TIMING1 0x0000000160 62 #define R_MC_TIMING2 0x0000000180 63 #define R_MC_CS_START 0x00000001A0 [all …]
|
/linux/drivers/usb/serial/ |
H A D | ipaq.c | 37 { USB_DEVICE(0x0104, 0x00BE) }, /* Socket USB Sync */ 38 { USB_DEVICE(0x03F0, 0x1016) }, /* HP USB Sync */ 39 { USB_DEVICE(0x03F0, 0x1116) }, /* HP USB Sync 1611 */ 40 { USB_DEVICE(0x03F0, 0x1216) }, /* HP USB Sync 1612 */ 41 { USB_DEVICE(0x03F0, 0x2016) }, /* HP USB Sync 1620 */ 42 { USB_DEVICE(0x03F0, 0x2116) }, /* HP USB Sync 1621 */ 43 { USB_DEVICE(0x03F0, 0x2216) }, /* HP USB Sync 1622 */ 44 { USB_DEVICE(0x03F0, 0x3016) }, /* HP USB Sync 1630 */ 45 { USB_DEVICE(0x03F0, 0x3116) }, /* HP USB Sync 1631 */ 46 { USB_DEVICE(0x03F0, 0x3216) }, /* HP USB Sync 1632 */ [all …]
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | reg.h | 22 #define AR_CR 0x0008 23 #define AR_CR_RXE(_ah) (AR_SREV_9300_20_OR_LATER(_ah) ? 0x0000000c : 0x00000004) 24 #define AR_CR_RXD 0x00000020 25 #define AR_CR_SWI 0x00000040 27 #define AR_RXDP 0x000C 29 #define AR_CFG 0x0014 30 #define AR_CFG_SWTD 0x00000001 31 #define AR_CFG_SWTB 0x00000002 32 #define AR_CFG_SWRD 0x00000004 33 #define AR_CFG_SWRB 0x00000008 [all …]
|
/linux/drivers/gpu/drm/amd/include/asic_reg/mmhub/ |
H A D | mmhub_2_3_0_offset.h | 27 // base address: 0x68000 28 …DAGB0_RDCLI0 0x0000 30 …DAGB0_RDCLI1 0x0001 32 …DAGB0_RDCLI2 0x0002 34 …DAGB0_RDCLI3 0x0003 36 …DAGB0_RDCLI4 0x0004 38 …DAGB0_RDCLI5 0x0005 40 …DAGB0_RDCLI6 0x0006 42 …DAGB0_RDCLI7 0x0007 44 …DAGB0_RDCLI8 0x0008 [all …]
|
/linux/drivers/clk/qcom/ |
H A D | gcc-msm8974.c | 36 .l_reg = 0x0004, 37 .m_reg = 0x0008, 38 .n_reg = 0x000c, 39 .config_reg = 0x0014, 40 .mode_reg = 0x0000, 41 .status_reg = 0x001c, 54 .enable_reg = 0x1480, 55 .enable_mask = BIT(0), 67 .l_reg = 0x1dc4, 68 .m_reg = 0x1dc8, [all …]
|
/linux/sound/soc/mediatek/mt8195/ |
H A D | mt8195-reg.h | 13 #define AFE_SRAM_BASE (0x10880000) 14 #define AFE_SRAM_SIZE (0x10000) 16 #define AUDIO_TOP_CON0 (0x0000) 17 #define AUDIO_TOP_CON1 (0x0004) 18 #define AUDIO_TOP_CON2 (0x0008) 19 #define AUDIO_TOP_CON3 (0x000c) 20 #define AUDIO_TOP_CON4 (0x0010) 21 #define AUDIO_TOP_CON5 (0x0014) 22 #define AUDIO_TOP_CON6 (0x0018) 23 #define AFE_MAS_HADDR_MSB (0x0020) [all …]
|
/linux/drivers/net/wireless/ath/ath5k/ |
H A D | reg.h | 46 #define AR5K_NOQCU_TXDP0 0x0000 /* Queue 0 - data */ 47 #define AR5K_NOQCU_TXDP1 0x0004 /* Queue 1 - beacons */ 52 #define AR5K_CR 0x0008 /* Register Address */ 53 #define AR5K_CR_TXE0 0x00000001 /* TX Enable for queue 0 on 5210 */ 54 #define AR5K_CR_TXE1 0x00000002 /* TX Enable for queue 1 on 5210 */ 55 #define AR5K_CR_RXE 0x00000004 /* RX Enable */ 56 #define AR5K_CR_TXD0 0x00000008 /* TX Disable for queue 0 on 5210 */ 57 #define AR5K_CR_TXD1 0x00000010 /* TX Disable for queue 1 on 5210 */ 58 #define AR5K_CR_RXD 0x00000020 /* RX Disable */ 59 #define AR5K_CR_SWI 0x00000040 /* Software Interrupt */ [all …]
|
/linux/drivers/gpu/drm/msm/registers/adreno/ |
H A D | a2xx.xml | 11 <value name="DITHER_PIXEL" value="0"/> 16 <value name="COLORX_4_4_4_4" value="0"/> 34 <value name="FMT_1_REVERSE" value="0"/> 91 <value name="POSITION_1_VECTOR" value="0"/> 102 <value name="CENTROIDS_ONLY" value="0"/> 108 <value name="DXCLIP_OPENGL" value="0"/> 113 <value name="POLY_DISABLED" value="0"/> 118 <value name="EDRAM_NOP" value="0"/> 125 <value name="LITTLE" value="0"/> 130 <value name="NEVER" value="0"/> [all …]
|
/linux/sound/soc/mediatek/mt8188/ |
H A D | mt8188-reg.h | 14 #define AUDIO_TOP_CON0 (0x0000) 15 #define AUDIO_TOP_CON1 (0x0004) 16 #define AUDIO_TOP_CON2 (0x0008) 17 #define AUDIO_TOP_CON3 (0x000c) 18 #define AUDIO_TOP_CON4 (0x0010) 19 #define AUDIO_TOP_CON5 (0x0014) 20 #define AUDIO_TOP_CON6 (0x0018) 21 #define AFE_MAS_HADDR_MSB (0x0020) 22 #define AFE_MEMIF_ONE_HEART (0x0024) 23 #define AFE_MUX_SEL_CFG (0x0044) [all …]
|