| /linux/sound/soc/codecs/ |
| H A D | rt700.h | 30 #define RT700_AUDIO_FUNCTION_GROUP 0x01 31 #define RT700_DAC_OUT1 0x02 32 #define RT700_DAC_OUT2 0x03 33 #define RT700_ADC_IN1 0x09 34 #define RT700_ADC_IN2 0x08 35 #define RT700_DMIC1 0x12 36 #define RT700_DMIC2 0x13 37 #define RT700_SPK_OUT 0x14 38 #define RT700_MIC2 0x19 39 #define RT700_LINE1 0x1a [all …]
|
| H A D | rt711.h | 32 #define RT711_AUDIO_FUNCTION_GROUP 0x01 33 #define RT711_DAC_OUT2 0x03 34 #define RT711_ADC_IN1 0x09 35 #define RT711_ADC_IN2 0x08 36 #define RT711_DMIC1 0x12 37 #define RT711_DMIC2 0x13 38 #define RT711_MIC2 0x19 39 #define RT711_LINE1 0x1a 40 #define RT711_LINE2 0x1b 41 #define RT711_BEEP 0x1d [all …]
|
| H A D | rt5668.c | 68 {0x0002, 0x8080}, 69 {0x0003, 0x8000}, 70 {0x0005, 0x0000}, 71 {0x0006, 0x0000}, 72 {0x0008, 0x800 [all...] |
| H A D | rt5665.c | 71 {0x0000, 0x0000}, 72 {0x0001, 0xc8c8}, 73 {0x0002, 0x8080}, 74 {0x0003, 0x8000}, 75 {0x0004, 0xc80 [all...] |
| H A D | rt5682.c | 44 {RT5682_HP_IMP_SENS_CTRL_19, 0x1000}, 45 {RT5682_DAC_ADC_DIG_VOL1, 0xa020}, 46 {RT5682_I2C_CTRL, 0x000f}, 47 {RT5682_PLL2_INTERNAL, 0x8266}, 48 {RT5682_SAR_IL_CMD_1, 0x22b7}, 49 {RT5682_SAR_IL_CMD_3, 0x0365}, 50 {RT5682_SAR_IL_CMD_6, 0x0110}, 51 {RT5682_CHARGE_PUMP_1, 0x0210}, 52 {RT5682_HP_LOGIC_CTRL_2, 0x0007}, 53 {RT5682_SAR_IL_CMD_2, 0xac0 [all...] |
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | kirkwood-t5325.dts | 23 reg = <0x00000000 0x20000000>; 33 pinctrl-0 = <&pmx_i2s &pmx_sysrst>; 76 flash@0 { 81 reg = <0>; 82 mode = <0>; 84 partition@0 { 85 reg = <0x0 0x80000>; 90 reg = <0x80000 0x40000>; 95 reg = <0xc0000 0x10000>; 100 reg = <0xd0000 0x10000>; [all …]
|
| /linux/drivers/mfd/ |
| H A D | si476x-prop.c | 25 for (i = 0; i < size; i++) in si476x_core_element_is_in_array() 38 for (i = 0; i < size; i++) in si476x_core_element_is_in_range() 49 0x0000, in si476x_core_is_valid_property_a10() 50 0x0500, 0x0501, in si476x_core_is_valid_property_a10() 51 0x0600, in si476x_core_is_valid_property_a10() 52 0x0709, 0x070C, 0x070D, 0x70E, 0x710, in si476x_core_is_valid_property_a10() 53 0x0718, in si476x_core_is_valid_property_a10() 54 0x1207, 0x1208, in si476x_core_is_valid_property_a10() 55 0x2007, in si476x_core_is_valid_property_a10() 56 0x2300, in si476x_core_is_valid_property_a10() [all …]
|
| /linux/Documentation/devicetree/bindings/phy/ |
| H A D | mediatek,xsphy.yaml | 20 u2 port0 0x0000 MISC 21 0x0100 FMREG 22 0x0300 U2PHY_COM 23 u2 port1 0x1000 MISC 24 0x1100 FMREG 25 0x1300 U2PHY_COM 26 u2 port2 0x2000 MISC 28 u31 common 0x3000 DIG_GLB 29 0x3100 PHYA_GLB 30 u31 port0 0x3400 DIG_LN_TOP [all …]
|
| /linux/drivers/media/i2c/ |
| H A D | ov5670.c | 22 #define OV5670_REG_CHIP_ID 0x300a 23 #define OV5670_CHIP_ID 0x005670 25 #define OV5670_REG_MODE_SELECT 0x0100 26 #define OV5670_MODE_STANDBY 0x00 27 #define OV5670_MODE_STREAMING 0x01 29 #define OV5670_REG_SOFTWARE_RST 0x0103 30 #define OV5670_SOFTWARE_RST 0x01 32 #define OV5670_MIPI_SC_CTRL0_REG 0x3018 39 #define OV5670_REG_VTS 0x380e 40 #define OV5670_VTS_30FPS 0x0808 /* default for 30 fps */ [all …]
|
| H A D | ov8865.c | 27 #define OV8865_SW_STANDBY_REG 0x100 28 #define OV8865_SW_STANDBY_STREAM_ON BIT(0) 30 #define OV8865_SW_RESET_REG 0x103 31 #define OV8865_SW_RESET_RESET BIT(0) 33 #define OV8865_PLL_CTRL0_REG 0x300 34 #define OV8865_PLL_CTRL0_PRE_DIV(v) ((v) & GENMASK(2, 0)) 35 #define OV8865_PLL_CTRL1_REG 0x301 37 #define OV8865_PLL_CTRL2_REG 0x302 38 #define OV8865_PLL_CTRL2_MUL_L(v) ((v) & GENMASK(7, 0)) 39 #define OV8865_PLL_CTRL3_REG 0x303 [all …]
|
| /linux/drivers/gpu/drm/amd/include/asic_reg/oss/ |
| H A D | oss_2_4_d.h | 27 #define mmIH_VMID_0_LUT 0xe00 28 #define mmIH_VMID_1_LUT 0xe01 29 #define mmIH_VMID_2_LUT 0xe02 30 #define mmIH_VMID_3_LUT 0xe03 31 #define mmIH_VMID_4_LUT 0xe04 32 #define mmIH_VMID_5_LUT 0xe05 33 #define mmIH_VMID_6_LUT 0xe06 34 #define mmIH_VMID_7_LUT 0xe07 35 #define mmIH_VMID_8_LUT 0xe08 36 #define mmIH_VMID_9_LUT 0xe09 [all …]
|
| H A D | oss_3_0_1_d.h | 27 #define mmIH_VMID_0_LUT 0xe00 28 #define mmIH_VMID_1_LUT 0xe01 29 #define mmIH_VMID_2_LUT 0xe02 30 #define mmIH_VMID_3_LUT 0xe03 31 #define mmIH_VMID_4_LUT 0xe04 32 #define mmIH_VMID_5_LUT 0xe05 33 #define mmIH_VMID_6_LUT 0xe06 34 #define mmIH_VMID_7_LUT 0xe07 35 #define mmIH_VMID_8_LUT 0xe08 36 #define mmIH_VMID_9_LUT 0xe09 [all …]
|
| H A D | oss_2_0_d.h | 27 #define mmIH_VMID_0_LUT 0xf50 28 #define mmIH_VMID_1_LUT 0xf51 29 #define mmIH_VMID_2_LUT 0xf52 30 #define mmIH_VMID_3_LUT 0xf53 31 #define mmIH_VMID_4_LUT 0xf54 32 #define mmIH_VMID_5_LUT 0xf55 33 #define mmIH_VMID_6_LUT 0xf56 34 #define mmIH_VMID_7_LUT 0xf57 35 #define mmIH_VMID_8_LUT 0xf58 36 #define mmIH_VMID_9_LUT 0xf59 [all …]
|
| H A D | oss_3_0_d.h | 27 #define mmIH_VMID_0_LUT 0xe00 28 #define mmIH_VMID_1_LUT 0xe01 29 #define mmIH_VMID_2_LUT 0xe02 30 #define mmIH_VMID_3_LUT 0xe03 31 #define mmIH_VMID_4_LUT 0xe04 32 #define mmIH_VMID_5_LUT 0xe05 33 #define mmIH_VMID_6_LUT 0xe06 34 #define mmIH_VMID_7_LUT 0xe07 35 #define mmIH_VMID_8_LUT 0xe08 36 #define mmIH_VMID_9_LUT 0xe09 [all …]
|
| /linux/drivers/bus/ |
| H A D | omap_l3_noc.h | 16 #define CUSTOM_ERROR 0x2 17 #define STANDARD_ERROR 0x0 18 #define INBAND_ERROR 0x0 19 #define L3_APPLICATION_ERROR 0x0 20 #define L3_DEBUG_ERROR 0x1 23 #define L3_TARG_STDERRLOG_MAIN 0x48 24 #define L3_TARG_STDERRLOG_HDR 0x4c 25 #define L3_TARG_STDERRLOG_MSTADDR 0x50 26 #define L3_TARG_STDERRLOG_INFO 0x58 27 #define L3_TARG_STDERRLOG_SLVOFSLSB 0x5c [all …]
|
| /linux/drivers/gpu/drm/vkms/tests/ |
| H A D | vkms_color_test.c | 16 { 0x0, 0x0, 0x0, 0 }, 17 { 0x1111, 0x1111, 0x1111, 0 }, 18 { 0x2222, 0x2222, 0x2222, 0 }, 19 { 0x3333, 0x3333, 0x3333, 0 }, 20 { 0x4444, 0x4444, 0x4444, 0 }, 21 { 0x5555, 0x5555, 0x5555, 0 }, 22 { 0x6666, 0x6666, 0x6666, 0 }, 23 { 0x7777, 0x7777, 0x7777, 0 }, 24 { 0x8888, 0x8888, 0x8888, 0 }, 25 { 0x9999, 0x9999, 0x9999, 0 }, [all …]
|
| /linux/drivers/net/ethernet/amd/ |
| H A D | ariadne.h | 17 * Publication #16907, Rev. B, Amendment/0, May 1994 62 #define CSR0 0x0000 /* - PCnet-ISA Controller Status */ 63 #define CSR1 0x0100 /* - IADR[15:0] */ 64 #define CSR2 0x0200 /* - IADR[23:16] */ 65 #define CSR3 0x0300 /* - Interrupt Masks and Deferral Control */ 66 #define CSR4 0x0400 /* - Test and Features Control */ 67 #define CSR6 0x0600 /* RCV/XMT Descriptor Table Length */ 68 #define CSR8 0x0800 /* - Logical Address Filter, LADRF[15:0] */ 69 #define CSR9 0x0900 /* - Logical Address Filter, LADRF[31:16] */ 70 #define CSR10 0x0a00 /* - Logical Address Filter, LADRF[47:32] */ [all …]
|
| /linux/drivers/media/usb/pwc/ |
| H A D | pwc-ctrl.c | 41 #define GET_STATUS_B00 0x0B00 42 #define SENSOR_TYPE_FORMATTER1 0x0C00 43 #define GET_STATUS_3000 0x3000 44 #define READ_RAW_Y_MEAN_FORMATTER 0x3100 45 #define SET_POWER_SAVE_MODE_FORMATTER 0x3200 46 #define MIRROR_IMAGE_FORMATTER 0x3300 47 #define LED_FORMATTER 0x3400 48 #define LOWLIGHT 0x3500 49 #define GET_STATUS_3600 0x3600 50 #define SENSOR_TYPE_FORMATTER2 0x3700 [all …]
|
| /linux/drivers/media/usb/gspca/ |
| H A D | dtcs033.c | 32 if (gspca_dev->usb_err < 0) in reg_rw() 36 usb_rcvctrlpipe(udev, 0), in reg_rw() 42 if (ret < 0) { in reg_rw() 53 int i = 0; in reg_reqs() 56 while ((i < n_reqs) && (gspca_dev->usb_err >= 0)) { in reg_reqs() 63 if (gspca_dev->usb_err < 0) { in reg_reqs() 111 return 0; in sd_config() 117 return 0; in sd_init() 137 gspca_frame_add(gspca_dev, FIRST_PACKET, NULL, 0); in dtcs033_pkt_scan() 141 gspca_frame_add(gspca_dev, LAST_PACKET, NULL, 0); in dtcs033_pkt_scan() [all …]
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | s5h1411.c | 42 } while (0) 50 { S5H1411_I2C_TOP_ADDR, 0x00, 0x0071, }, 51 { S5H1411_I2C_TOP_ADDR, 0x08, 0x0047, }, 52 { S5H1411_I2C_TOP_ADDR, 0x1c, 0x0400, }, 53 { S5H1411_I2C_TOP_ADDR, 0x1e, 0x0370, }, 54 { S5H1411_I2C_TOP_ADDR, 0x1f, 0x342c, }, 55 { S5H1411_I2C_TOP_ADDR, 0x24, 0x0231, }, 56 { S5H1411_I2C_TOP_ADDR, 0x25, 0x1011, }, 57 { S5H1411_I2C_TOP_ADDR, 0x26, 0x0f07, }, 58 { S5H1411_I2C_TOP_ADDR, 0x27, 0x0f04, }, [all …]
|
| /linux/drivers/scsi/ |
| H A D | sense_codes.h | 7 SENSE_CODE(0x0000, "No additional sense information") 8 SENSE_CODE(0x0001, "Filemark detected") 9 SENSE_CODE(0x0002, "End-of-partition/medium detected") 10 SENSE_CODE(0x0003, "Setmark detected") 11 SENSE_CODE(0x0004, "Beginning-of-partition/medium detected") 12 SENSE_CODE(0x0005, "End-of-data detected") 13 SENSE_CODE(0x0006, "I/O process terminated") 14 SENSE_CODE(0x0007, "Programmable early warning detected") 15 SENSE_CODE(0x0011, "Audio play operation in progress") 16 SENSE_CODE(0x0012, "Audio play operation paused") [all …]
|
| /linux/drivers/clk/qcom/ |
| H A D | mmcc-apq8084.c | 43 .l_reg = 0x0004, 44 .m_reg = 0x0008, 45 .n_reg = 0x000c, 46 .config_reg = 0x0014, 47 .mode_reg = 0x0000, 48 .status_reg = 0x001c, 61 .enable_reg = 0x0100, 62 .enable_mask = BIT(0), 74 .l_reg = 0x0044, 75 .m_reg = 0x0048, [all …]
|
| H A D | mmcc-msm8974.c | 44 .l_reg = 0x0004, 45 .m_reg = 0x0008, 46 .n_reg = 0x000c, 47 .config_reg = 0x0014, 48 .mode_reg = 0x0000, 49 .status_reg = 0x001c, 62 .enable_reg = 0x0100, 63 .enable_mask = BIT(0), 75 .l_reg = 0x0044, 76 .m_reg = 0x0048, [all …]
|
| H A D | mmcc-msm8998.c | 47 { 0x0, 1 }, 48 { 0x1, 2 }, 49 { 0x3, 4 }, 50 { 0x7, 8 }, 55 .offset = 0xc000, 58 .enable_reg = 0x1e0, 59 .enable_mask = BIT(0), 72 .offset = 0xc000, 87 .offset = 0xc050, 90 .enable_reg = 0x1e0, [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 …]
|