| /linux/sound/usb/caiaq/ |
| H A D | device.h | 7 #define USB_VID_NATIVEINSTRUMENTS 0x17cc 9 #define USB_PID_RIGKONTROL2 0x1969 10 #define USB_PID_RIGKONTROL3 0x1940 11 #define USB_PID_KORECONTROLLER 0x4711 12 #define USB_PID_KORECONTROLLER2 0x4712 13 #define USB_PID_AK1 0x0815 14 #define USB_PID_AUDIO2DJ 0x041c 15 #define USB_PID_AUDIO4DJ 0x0839 16 #define USB_PID_AUDIO8DJ 0x1978 17 #define USB_PID_SESSIONIO 0x1915 [all …]
|
| /linux/drivers/video/fbdev/ |
| H A D | carminefb_regs.h | 5 #define CARMINE_OVERLAY_EXT_MODE (0x00000002) 6 #define CARMINE_GRAPH_REG (0x00000000) 7 #define CARMINE_DISP0_REG (0x00100000) 8 #define CARMINE_DISP1_REG (0x00140000) 9 #define CARMINE_WB_REG (0x00180000) 10 #define CARMINE_DCTL_REG (0x00300000) 11 #define CARMINE_CTL_REG (0x00400000) 12 #define CARMINE_WINDOW_MODE (0x00000001) 19 #define CARMINE_EXT_CMODE_DIRECT24_RGBA (0xC0000000) 20 #define CARMINE_DCTL_REG_MODE_ADD (0x00) [all …]
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | reg_mci.h | 20 #define AR_MCI_COMMAND0 0x1800 21 #define AR_MCI_COMMAND0_HEADER 0xFF 22 #define AR_MCI_COMMAND0_HEADER_S 0 23 #define AR_MCI_COMMAND0_LEN 0x1f00 25 #define AR_MCI_COMMAND0_DISABLE_TIMESTAMP 0x2000 28 #define AR_MCI_COMMAND1 0x1804 30 #define AR_MCI_COMMAND2 0x1808 31 #define AR_MCI_COMMAND2_RESET_TX 0x01 32 #define AR_MCI_COMMAND2_RESET_TX_S 0 33 #define AR_MCI_COMMAND2_RESET_RX 0x02 [all …]
|
| /linux/drivers/gpu/drm/loongson/ |
| H A D | lsdc_regs.h | 24 #define LS7A1000_PIXPLL0_REG 0x04B0 25 #define LS7A1000_PIXPLL1_REG 0x04C0 28 #define LS7A1000_PLL_GFX_REG 0x0490 30 #define LS7A1000_CONF_REG_BASE 0x10010000 34 #define LS7A2000_PIXPLL0_REG 0x04B0 35 #define LS7A2000_PIXPLL1_REG 0x04C0 38 #define LS7A2000_PLL_GFX_REG 0x0490 40 #define LS7A2000_CONF_REG_BASE 0x10010000 43 #define CFG_PIX_FMT_MASK GENMASK(2, 0) 46 LSDC_PF_NONE = 0, [all …]
|
| /linux/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-qp.h | 13 #define CORE_ID 0x0 14 #define VER_NUMBER 0x4 15 #define VER_TYPE 0x8 16 #define CONFIG_REG 0xc 19 #define CORE_TIMESTAMP_HHMM 0x14 20 #define CORE_TIMESTAMP_MMDD 0x18 21 #define CORE_TIMESTAMP_YYYY 0x1c 23 #define GLOBAL_SWRESET_REQUEST 0x40 26 #define GLOBAL_SWDISABLE 0x44 30 #define RESET_MANAGER_CONFIG0 0x48 [all …]
|
| /linux/drivers/net/ethernet/dlink/ |
| H A D | dl2k.c | 36 module_param_array(mtu, int, NULL, 0); 37 module_param_array(media, charp, NULL, 0); 38 module_param_array(vlan, int, NULL, 0); 39 module_param_array(jumbo, int, NULL, 0); 40 module_param(tx_flow, int, 0); 41 module_param(rx_flow, int, 0); 42 module_param(copy_thresh, int, 0); 43 module_param(rx_coalesce, int, 0); /* Rx frame count each interrupt */ 44 module_param(rx_timeout, int, 0); /* Rx DMA wait time in 64ns increments */ 45 module_param(tx_coalesce, int, 0); /* HW xmit count each TxDMAComplete */ [all …]
|
| /linux/drivers/clk/qcom/ |
| H A D | gcc-msm8994.c | 33 .offset = 0, 36 .enable_reg = 0x1480, 37 .enable_mask = BIT(0), 50 .offset = 0, 63 .offset = 0x1dc0, 66 .enable_reg = 0x1480, 80 .offset = 0x1dc0, 94 { P_XO, 0 }, 104 { P_XO, 0 }, 116 F(50000000, P_GPLL0, 12, 0, 0), [all …]
|
| H A D | gcc-apq8084.c | 39 .l_reg = 0x0004, 40 .m_reg = 0x0008, 41 .n_reg = 0x000c, 42 .config_reg = 0x0014, 43 .mode_reg = 0x0000, 44 .status_reg = 0x001c, 57 .enable_reg = 0x1480, 58 .enable_mask = BIT(0), 70 .l_reg = 0x0044, 71 .m_reg = 0x0048, [all …]
|
| /linux/include/linux/mfd/mt6357/ |
| H A D | registers.h | 10 #define MT6357_TOP0_ID 0x0 11 #define MT6357_TOP0_REV0 0x2 12 #define MT6357_TOP0_DSN_DBI 0x4 13 #define MT6357_TOP0_DSN_DXI 0x6 14 #define MT6357_HWCID 0x8 15 #define MT6357_SWCID 0xa 16 #define MT6357_PONSTS 0xc 17 #define MT6357_POFFSTS 0xe 18 #define MT6357_PSTSCTL 0x10 19 #define MT6357_PG_DEB_STS0 0x12 [all …]
|
| /linux/drivers/gpu/drm/meson/ |
| H A D | meson_registers.h | 18 #define VPP2_DUMMY_DATA 0x1900 19 #define VPP2_LINE_IN_LENGTH 0x1901 20 #define VPP2_PIC_IN_HEIGHT 0x1902 21 #define VPP2_SCALE_COEF_IDX 0x1903 22 #define VPP2_SCALE_COEF 0x1904 23 #define VPP2_VSC_REGION12_STARTP 0x1905 24 #define VPP2_VSC_REGION34_STARTP 0x1906 25 #define VPP2_VSC_REGION4_ENDP 0x1907 26 #define VPP2_VSC_START_PHASE_STEP 0x1908 27 #define VPP2_VSC_REGION0_PHASE_SLOPE 0x1909 [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/wil6210/ |
| H A D | wmi.h | 27 #define WMI_INVALID_TEMPERATURE (0xFFFFFFFF) 55 #define WMI_QOS_SET_VIF_PRIORITY (0xFF) 63 MID_DEFAULT = 0x00, 64 FIRST_DBG_MID_ID = 0x10, 65 LAST_DBG_MID_ID = 0xFE, 66 MID_BROADCAST = 0xFF, 74 WMI_FW_CAPABILITY_FTM = 0, 115 WMI_CONNECT_CMDID = 0x01, 116 WMI_DISCONNECT_CMDID = 0x03, 117 WMI_DISCONNECT_STA_CMDID = 0x04, [all …]
|
| /linux/drivers/net/ethernet/qlogic/ |
| H A D | qla3xxx.c | 60 module_param(debug, int, 0); 61 MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)"); 64 module_param(msi, int, 0); 71 {0,} 80 PHY_TYPE_UNKNOWN = 0, 94 {PHY_TYPE_UNKNOWN, 0x000000, 0x0, "PHY_TYPE_UNKNOWN"}, 95 {PHY_VITESSE_VSC8211, 0x0003f1, 0xb, "PHY_VITESSE_VSC8211"}, 96 {PHY_AGERE_ET1011C, 0x00a0bc, 0x1, "PHY_AGERE_ET1011C"}, 116 return 0; in ql_sem_spinlock() 146 int i = 0; in ql_wait_for_drvr_lock() [all …]
|
| /linux/drivers/gpu/drm/amd/include/asic_reg/dce/ |
| H A D | dce_6_0_d.h | 26 #define ixATTR00 0x0000 27 #define ixATTR01 0x0001 28 #define ixATTR02 0x0002 29 #define ixATTR03 0x0003 30 #define ixATTR04 0x0004 31 #define ixATTR05 0x0005 32 #define ixATTR06 0x0006 33 #define ixATTR07 0x0007 34 #define ixATTR08 0x0008 35 #define ixATTR09 0x0009 [all …]
|
| H A D | dce_8_0_d.h | 27 #define mmPIPE0_PG_CONFIG 0x1760 28 #define mmPIPE0_PG_ENABLE 0x1761 29 #define mmPIPE0_PG_STATUS 0x1762 30 #define mmPIPE1_PG_CONFIG 0x1764 31 #define mmPIPE1_PG_ENABLE 0x1765 32 #define mmPIPE1_PG_STATUS 0x1766 33 #define mmPIPE2_PG_CONFIG 0x1768 34 #define mmPIPE2_PG_ENABLE 0x1769 35 #define mmPIPE2_PG_STATUS 0x176a 36 #define mmPIPE3_PG_CONFIG 0x176c [all …]
|
| /linux/sound/hda/codecs/ |
| H A D | sigmatel.c | 220 #define AC_VERB_IDT_SET_POWER_MAP 0x7ec 221 #define AC_VERB_IDT_GET_POWER_MAP 0xfec 224 0x0a, 0x0b, 0x0c, 0xd, 0x0e, 225 0x0f, 0x10, 0x11 229 0x0a, 0x0b, 0x0c, 0xd, 0x0e, 230 0x0f, 0x10 234 0x0a, 0x0d, 0x0f 257 int i, idx = 0; in stac_capture_pcm_hook() 262 for (i = 0; i < spec->gen.num_all_adcs; i++) { in stac_capture_pcm_hook() 272 snd_hda_codec_write(codec, hinfo->nid, 0, in stac_capture_pcm_hook() [all …]
|
| /linux/drivers/gpu/drm/amd/include/asic_reg/gc/ |
| H A D | gc_12_0_0_offset.h | 29 // base address: 0x4980 30 …SDMA0_DEC_START 0x0000 31 …e regSDMA0_DEC_START_BASE_IDX 0 32 …SDMA0_MCU_MISC_CNTL 0x0001 33 …e regSDMA0_MCU_MISC_CNTL_BASE_IDX 0 34 …SDMA0_UCODE_REV 0x0003 35 …e regSDMA0_UCODE_REV_BASE_IDX 0 36 …SDMA0_GLOBAL_TIMESTAMP_LO 0x0005 37 …e regSDMA0_GLOBAL_TIMESTAMP_LO_BASE_IDX 0 38 …SDMA0_GLOBAL_TIMESTAMP_HI 0x0006 [all …]
|
| H A D | gc_11_0_3_offset.h | 29 // base address: 0x4980 30 …SDMA0_DEC_START 0x0000 31 …e regSDMA0_DEC_START_BASE_IDX 0 32 …SDMA0_F32_MISC_CNTL 0x000b 33 …e regSDMA0_F32_MISC_CNTL_BASE_IDX 0 34 …SDMA0_GLOBAL_TIMESTAMP_LO 0x000f 35 …e regSDMA0_GLOBAL_TIMESTAMP_LO_BASE_IDX 0 36 …SDMA0_GLOBAL_TIMESTAMP_HI 0x0010 37 …e regSDMA0_GLOBAL_TIMESTAMP_HI_BASE_IDX 0 38 …SDMA0_POWER_CNTL 0x001a [all …]
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | rtw8821c_table.c | 10 0x010, 0x00000043, 11 0x025, 0x0000001D, 12 0x026, 0x000000CE, 13 0x04F, 0x00000001, 14 0x029, 0x000000F9, 15 0x420, 0x00000080, 16 0x421, 0x0000001F, 17 0x428, 0x0000000A, 18 0x429, 0x00000010, 19 0x430, 0x00000000, [all …]
|
| /linux/drivers/gpu/drm/amd/include/asic_reg/dcn/ |
| H A D | dcn_2_1_0_offset.h | 27 // base address: 0x48 28 …VGA_MEM_WRITE_PAGE_ADDR 0x0000 29 …ne mmVGA_MEM_WRITE_PAGE_ADDR_BASE_IDX 0 30 …VGA_MEM_READ_PAGE_ADDR 0x0001 31 …ne mmVGA_MEM_READ_PAGE_ADDR_BASE_IDX 0 35 // base address: 0x3b4 36 …CRTC8_IDX 0x002d 38 …CRTC8_DATA 0x002d 40 …GENFC_WT 0x002e 42 …GENS1 0x002e [all …]
|
| H A D | dcn_3_0_1_offset.h | 27 // base address: 0x48 28 …VGA_MEM_WRITE_PAGE_ADDR 0x0000 29 …ne mmVGA_MEM_WRITE_PAGE_ADDR_BASE_IDX 0 30 …VGA_MEM_READ_PAGE_ADDR 0x0001 31 …ne mmVGA_MEM_READ_PAGE_ADDR_BASE_IDX 0 35 // base address: 0x3b4 36 …CRTC8_IDX 0x002d 38 …CRTC8_DATA 0x002d 40 …GENFC_WT 0x002e 42 …GENS1 0x002e [all …]
|
| H A D | dcn_3_2_0_offset.h | 27 // base address: 0x0 28 …DENTIST_DISPCLK_CNTL 0x0064 33 // base address: 0x0 34 …PHYPLLA_PIXCLK_RESYNC_CNTL 0x0040 36 …PHYPLLB_PIXCLK_RESYNC_CNTL 0x0041 38 …PHYPLLC_PIXCLK_RESYNC_CNTL 0x0042 40 …PHYPLLD_PIXCLK_RESYNC_CNTL 0x0043 42 …DP_DTO_DBUF_EN 0x0044 44 …DSCCLK3_DTO_PARAM 0x0045 46 …DPREFCLK_CGTT_BLK_CTRL_REG 0x0048 [all …]
|
| H A D | dcn_3_2_1_offset.h | 27 // base address: 0x0 28 …DENTIST_DISPCLK_CNTL 0x0064 33 // base address: 0x0 34 …PHYPLLA_PIXCLK_RESYNC_CNTL 0x0040 36 …PHYPLLB_PIXCLK_RESYNC_CNTL 0x0041 38 …PHYPLLC_PIXCLK_RESYNC_CNTL 0x0042 40 …PHYPLLD_PIXCLK_RESYNC_CNTL 0x0043 42 …DP_DTO_DBUF_EN 0x0044 44 …DSCCLK3_DTO_PARAM 0x0045 46 …DPREFCLK_CGTT_BLK_CTRL_REG 0x0048 [all …]
|
| H A D | dcn_1_0_offset.h | 27 // base address: 0x1300000 31 // base address: 0x1300000 35 // base address: 0x1300000 39 // base address: 0x1300000 43 // base address: 0x1300000 47 // base address: 0x1300020 51 // base address: 0x1300040 55 // base address: 0x1300060 59 // base address: 0x1300080 63 // base address: 0x13000a0 [all …]
|
| H A D | dcn_4_1_0_offset.h | 11 // base address: 0x0 12 …DENTIST_DISPCLK_CNTL 0x0064 17 // base address: 0x0 18 …PHYPLLA_PIXCLK_RESYNC_CNTL 0x0040 20 …PHYPLLB_PIXCLK_RESYNC_CNTL 0x0041 22 …PHYPLLC_PIXCLK_RESYNC_CNTL 0x0042 24 …PHYPLLD_PIXCLK_RESYNC_CNTL 0x0043 26 …DP_DTO_DBUF_EN 0x0044 28 …DSCCLK3_DTO_PARAM 0x0045 30 …DSCCLK4_DTO_PARAM 0x0046 [all …]
|