| /kernel/linux/linux-6.6/drivers/net/ethernet/marvell/octeontx2/af/ |
| D | rvu_reg.c | 30 {NIX_TXSCH_LVL_SMQ, 2, 0xFFFF, {{0x0700, 0x0708}, {0x1400, 0x14C8} } }, 31 {NIX_TXSCH_LVL_TL4, 3, 0xFFFF, {{0x0B00, 0x0B08}, {0x0B10, 0x0B18}, 32 {0x1200, 0x12E0} } }, 33 {NIX_TXSCH_LVL_TL3, 4, 0xFFFF, {{0x1000, 0x10E0}, {0x1600, 0x1608}, 34 {0x1610, 0x1618}, {0x1700, 0x17C8} } }, 35 {NIX_TXSCH_LVL_TL2, 2, 0xFFFF, {{0x0E00, 0x0EE0}, {0x1700, 0x17C8} } }, 36 {NIX_TXSCH_LVL_TL1, 1, 0xFFFF, {{0x0C00, 0x0D98} } }, 45 if (reg & 0x07) in rvu_check_valid_reg() 62 for (idx = 0; idx < map->num_ranges; idx++) { in rvu_check_valid_reg()
|
| /kernel/linux/linux-6.6/drivers/gpu/host1x/hw/ |
| D | hw_host1x08_hypervisor.h | 6 #define HOST1X_HV_SYNCPT_PROT_EN 0x1724 8 #define HOST1X_HV_CH_MLOCK_EN(x) (0x1700 + (x * 4)) 9 #define HOST1X_HV_CH_KERNEL_FILTER_GBUFFER(x) (0x1710 + (x * 4))
|
| /kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
| D | halbtc8822bwifionly.c | 9 halwifionly_phy_set_bb_reg(wifionlycfg, 0x4c, 0x01800000, 0x2); in ex_hal8822b_wifi_only_hw_config() 11 halwifionly_phy_set_bb_reg(wifionlycfg, 0xcb4, 0xff, 0x77); in ex_hal8822b_wifi_only_hw_config() 13 halwifionly_phy_set_bb_reg(wifionlycfg, 0x974, 0x300, 0x3); in ex_hal8822b_wifi_only_hw_config() 15 halwifionly_phy_set_bb_reg(wifionlycfg, 0x1990, 0x300, 0x0); in ex_hal8822b_wifi_only_hw_config() 17 halwifionly_phy_set_bb_reg(wifionlycfg, 0xcbc, 0x80000, 0x0); in ex_hal8822b_wifi_only_hw_config() 19 halwifionly_phy_set_bb_reg(wifionlycfg, 0x70, 0xff000000, 0x0e); in ex_hal8822b_wifi_only_hw_config() 20 /*gnt_wl=1 , gnt_bt=0*/ in ex_hal8822b_wifi_only_hw_config() 21 halwifionly_phy_set_bb_reg(wifionlycfg, 0x1704, 0xffffffff, 0x7700); in ex_hal8822b_wifi_only_hw_config() 22 halwifionly_phy_set_bb_reg(wifionlycfg, 0x1700, 0xffffffff, 0xc00f0038); in ex_hal8822b_wifi_only_hw_config() 41 halwifionly_phy_set_bb_reg(wifionlycfg, 0xcbc, 0x300, 0x1); in hal8822b_wifi_only_switch_antenna() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
| D | halbtc8822bwifionly.c | 9 halwifionly_phy_set_bb_reg(wifionlycfg, 0x4c, 0x01800000, 0x2); in ex_hal8822b_wifi_only_hw_config() 11 halwifionly_phy_set_bb_reg(wifionlycfg, 0xcb4, 0xff, 0x77); in ex_hal8822b_wifi_only_hw_config() 13 halwifionly_phy_set_bb_reg(wifionlycfg, 0x974, 0x300, 0x3); in ex_hal8822b_wifi_only_hw_config() 15 halwifionly_phy_set_bb_reg(wifionlycfg, 0x1990, 0x300, 0x0); in ex_hal8822b_wifi_only_hw_config() 17 halwifionly_phy_set_bb_reg(wifionlycfg, 0xcbc, 0x80000, 0x0); in ex_hal8822b_wifi_only_hw_config() 19 halwifionly_phy_set_bb_reg(wifionlycfg, 0x70, 0xff000000, 0x0e); in ex_hal8822b_wifi_only_hw_config() 20 /*gnt_wl=1 , gnt_bt=0*/ in ex_hal8822b_wifi_only_hw_config() 21 halwifionly_phy_set_bb_reg(wifionlycfg, 0x1704, 0xffffffff, 0x7700); in ex_hal8822b_wifi_only_hw_config() 22 halwifionly_phy_set_bb_reg(wifionlycfg, 0x1700, 0xffffffff, 0xc00f0038); in ex_hal8822b_wifi_only_hw_config() 41 halwifionly_phy_set_bb_reg(wifionlycfg, 0xcbc, 0x300, 0x1); in hal8822b_wifi_only_switch_antenna() [all …]
|
| /kernel/linux/linux-6.6/drivers/regulator/ |
| D | qcom_spmi-regulator.c | 25 #define SPMI_REGULATOR_PIN_CTRL_ENABLE_NONE 0x00 26 #define SPMI_REGULATOR_PIN_CTRL_ENABLE_EN0 0x01 27 #define SPMI_REGULATOR_PIN_CTRL_ENABLE_EN1 0x02 28 #define SPMI_REGULATOR_PIN_CTRL_ENABLE_EN2 0x04 29 #define SPMI_REGULATOR_PIN_CTRL_ENABLE_EN3 0x08 30 #define SPMI_REGULATOR_PIN_CTRL_ENABLE_HW_DEFAULT 0x10 33 #define SPMI_REGULATOR_PIN_CTRL_HPM_NONE 0x00 34 #define SPMI_REGULATOR_PIN_CTRL_HPM_EN0 0x01 35 #define SPMI_REGULATOR_PIN_CTRL_HPM_EN1 0x02 36 #define SPMI_REGULATOR_PIN_CTRL_HPM_EN2 0x04 [all …]
|
| D | slg51000-regulator.h | 14 #define SLG51000_SYSCTL_PATN_ID_B0 0x1105 15 #define SLG51000_SYSCTL_PATN_ID_B1 0x1106 16 #define SLG51000_SYSCTL_PATN_ID_B2 0x1107 17 #define SLG51000_SYSCTL_SYS_CONF_A 0x1109 18 #define SLG51000_SYSCTL_SYS_CONF_D 0x110c 19 #define SLG51000_SYSCTL_MATRIX_CONF_A 0x110d 20 #define SLG51000_SYSCTL_MATRIX_CONF_B 0x110e 21 #define SLG51000_SYSCTL_REFGEN_CONF_C 0x1111 22 #define SLG51000_SYSCTL_UVLO_CONF_A 0x1112 23 #define SLG51000_SYSCTL_FAULT_LOG1 0x1115 [all …]
|
| /kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
| D | cm2_54xx.h | 22 #define OMAP54XX_CM_CORE_BASE 0x4a008000 28 #define OMAP54XX_CM_CORE_OCP_SOCKET_INST 0x0000 29 #define OMAP54XX_CM_CORE_CKGEN_INST 0x0100 30 #define OMAP54XX_CM_CORE_COREAON_INST 0x0600 31 #define OMAP54XX_CM_CORE_CORE_INST 0x0700 32 #define OMAP54XX_CM_CORE_IVA_INST 0x1200 33 #define OMAP54XX_CM_CORE_CAM_INST 0x1300 34 #define OMAP54XX_CM_CORE_DSS_INST 0x1400 35 #define OMAP54XX_CM_CORE_GPU_INST 0x1500 36 #define OMAP54XX_CM_CORE_L3INIT_INST 0x1600 [all …]
|
| D | prm54xx.h | 24 #define OMAP54XX_PRM_BASE 0x4ae06000 31 #define OMAP54XX_PRM_OCP_SOCKET_INST 0x0000 32 #define OMAP54XX_PRM_CKGEN_INST 0x0100 33 #define OMAP54XX_PRM_MPU_INST 0x0300 34 #define OMAP54XX_PRM_DSP_INST 0x0400 35 #define OMAP54XX_PRM_ABE_INST 0x0500 36 #define OMAP54XX_PRM_COREAON_INST 0x0600 37 #define OMAP54XX_PRM_CORE_INST 0x0700 38 #define OMAP54XX_PRM_IVA_INST 0x1200 39 #define OMAP54XX_PRM_CAM_INST 0x1300 [all …]
|
| D | cm2_7xx.h | 23 #define DRA7XX_CM_CORE_BASE 0x4a008000 29 #define DRA7XX_CM_CORE_OCP_SOCKET_INST 0x0000 30 #define DRA7XX_CM_CORE_CKGEN_INST 0x0104 31 #define DRA7XX_CM_CORE_COREAON_INST 0x0600 32 #define DRA7XX_CM_CORE_CORE_INST 0x0700 33 #define DRA7XX_CM_CORE_IVA_INST 0x0f00 34 #define DRA7XX_CM_CORE_CAM_INST 0x1000 35 #define DRA7XX_CM_CORE_DSS_INST 0x1100 36 #define DRA7XX_CM_CORE_GPU_INST 0x1200 37 #define DRA7XX_CM_CORE_L3INIT_INST 0x1300 [all …]
|
| D | prm44xx.h | 28 #define OMAP4430_PRM_BASE 0x4a306000 35 #define OMAP4430_PRM_OCP_SOCKET_INST 0x0000 36 #define OMAP4430_PRM_CKGEN_INST 0x0100 37 #define OMAP4430_PRM_MPU_INST 0x0300 38 #define OMAP4430_PRM_TESLA_INST 0x0400 39 #define OMAP4430_PRM_ABE_INST 0x0500 40 #define OMAP4430_PRM_ALWAYS_ON_INST 0x0600 41 #define OMAP4430_PRM_CORE_INST 0x0700 42 #define OMAP4430_PRM_IVAHD_INST 0x0f00 43 #define OMAP4430_PRM_CAM_INST 0x1000 [all …]
|
| /kernel/linux/linux-6.6/arch/sparc/include/asm/ |
| D | contregs.h | 12 #define AC_M_PCR 0x0000 /* shv Processor Control Reg */ 13 #define AC_M_CTPR 0x0100 /* shv Context Table Pointer Reg */ 14 #define AC_M_CXR 0x0200 /* shv Context Register */ 15 #define AC_M_SFSR 0x0300 /* shv Synchronous Fault Status Reg */ 16 #define AC_M_SFAR 0x0400 /* shv Synchronous Fault Address Reg */ 17 #define AC_M_AFSR 0x0500 /* hv Asynchronous Fault Status Reg */ 18 #define AC_M_AFAR 0x0600 /* hv Asynchronous Fault Address Reg */ 19 #define AC_M_RESET 0x0700 /* hv Reset Reg */ 20 #define AC_M_RPR 0x1000 /* hv Root Pointer Reg */ 21 #define AC_M_TSUTRCR 0x1000 /* s TLB Replacement Ctrl Reg */ [all …]
|
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| D | contregs.h | 12 #define AC_M_PCR 0x0000 /* shv Processor Control Reg */ 13 #define AC_M_CTPR 0x0100 /* shv Context Table Pointer Reg */ 14 #define AC_M_CXR 0x0200 /* shv Context Register */ 15 #define AC_M_SFSR 0x0300 /* shv Synchronous Fault Status Reg */ 16 #define AC_M_SFAR 0x0400 /* shv Synchronous Fault Address Reg */ 17 #define AC_M_AFSR 0x0500 /* hv Asynchronous Fault Status Reg */ 18 #define AC_M_AFAR 0x0600 /* hv Asynchronous Fault Address Reg */ 19 #define AC_M_RESET 0x0700 /* hv Reset Reg */ 20 #define AC_M_RPR 0x1000 /* hv Root Pointer Reg */ 21 #define AC_M_TSUTRCR 0x1000 /* s TLB Replacement Ctrl Reg */ [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/marvell/octeontx2/af/ |
| D | rvu_reg.c | 33 {NIX_TXSCH_LVL_SMQ, 2, 0xFFFF, {{0x0700, 0x0708}, {0x1400, 0x14C8} } }, 34 {NIX_TXSCH_LVL_TL4, 3, 0xFFFF, {{0x0B00, 0x0B08}, {0x0B10, 0x0B18}, 35 {0x1200, 0x12E0} } }, 36 {NIX_TXSCH_LVL_TL3, 3, 0xFFFF, {{0x1000, 0x10E0}, {0x1600, 0x1608}, 37 {0x1610, 0x1618} } }, 38 {NIX_TXSCH_LVL_TL2, 2, 0xFFFF, {{0x0E00, 0x0EE0}, {0x1700, 0x1768} } }, 39 {NIX_TXSCH_LVL_TL1, 1, 0xFFFF, {{0x0C00, 0x0D98} } }, 48 if (reg & 0x07) in rvu_check_valid_reg() 65 for (idx = 0; idx < map->num_ranges; idx++) { in rvu_check_valid_reg()
|
| /kernel/linux/linux-5.10/drivers/regulator/ |
| D | qcom_spmi-regulator.c | 24 #define SPMI_REGULATOR_PIN_CTRL_ENABLE_NONE 0x00 25 #define SPMI_REGULATOR_PIN_CTRL_ENABLE_EN0 0x01 26 #define SPMI_REGULATOR_PIN_CTRL_ENABLE_EN1 0x02 27 #define SPMI_REGULATOR_PIN_CTRL_ENABLE_EN2 0x04 28 #define SPMI_REGULATOR_PIN_CTRL_ENABLE_EN3 0x08 29 #define SPMI_REGULATOR_PIN_CTRL_ENABLE_HW_DEFAULT 0x10 32 #define SPMI_REGULATOR_PIN_CTRL_HPM_NONE 0x00 33 #define SPMI_REGULATOR_PIN_CTRL_HPM_EN0 0x01 34 #define SPMI_REGULATOR_PIN_CTRL_HPM_EN1 0x02 35 #define SPMI_REGULATOR_PIN_CTRL_HPM_EN2 0x04 [all …]
|
| D | slg51000-regulator.h | 14 #define SLG51000_SYSCTL_PATN_ID_B0 0x1105 15 #define SLG51000_SYSCTL_PATN_ID_B1 0x1106 16 #define SLG51000_SYSCTL_PATN_ID_B2 0x1107 17 #define SLG51000_SYSCTL_SYS_CONF_A 0x1109 18 #define SLG51000_SYSCTL_SYS_CONF_D 0x110c 19 #define SLG51000_SYSCTL_MATRIX_CONF_A 0x110d 20 #define SLG51000_SYSCTL_MATRIX_CONF_B 0x110e 21 #define SLG51000_SYSCTL_REFGEN_CONF_C 0x1111 22 #define SLG51000_SYSCTL_UVLO_CONF_A 0x1112 23 #define SLG51000_SYSCTL_FAULT_LOG1 0x1115 [all …]
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | contregs.h | 15 #define AC_IDPROM 0x00000000 /* 34 ID PROM, R/O, byte, 32 bytes */ 16 #define AC_PAGEMAP 0x10000000 /* 3 Pagemap R/W, long */ 17 #define AC_SEGMAP 0x20000000 /* 3 Segment map, byte */ 18 #define AC_CONTEXT 0x30000000 /* 34c current mmu-context */ 19 #define AC_SENABLE 0x40000000 /* 34c system dvma/cache/reset enable reg*/ 20 #define AC_UDVMA_ENB 0x50000000 /* 34 Not used on Sun boards, byte */ 21 #define AC_BUS_ERROR 0x60000000 /* 34 Not cleared on read, byte. */ 22 #define AC_SYNC_ERR 0x60000000 /* c fault type */ 23 #define AC_SYNC_VA 0x60000004 /* c fault virtual address */ 24 #define AC_ASYNC_ERR 0x60000008 /* c asynchronous fault type */ [all …]
|
| /kernel/linux/linux-6.6/arch/m68k/include/asm/ |
| D | contregs.h | 15 #define AC_IDPROM 0x00000000 /* 34 ID PROM, R/O, byte, 32 bytes */ 16 #define AC_PAGEMAP 0x10000000 /* 3 Pagemap R/W, long */ 17 #define AC_SEGMAP 0x20000000 /* 3 Segment map, byte */ 18 #define AC_CONTEXT 0x30000000 /* 34c current mmu-context */ 19 #define AC_SENABLE 0x40000000 /* 34c system dvma/cache/reset enable reg*/ 20 #define AC_UDVMA_ENB 0x50000000 /* 34 Not used on Sun boards, byte */ 21 #define AC_BUS_ERROR 0x60000000 /* 34 Not cleared on read, byte. */ 22 #define AC_SYNC_ERR 0x60000000 /* c fault type */ 23 #define AC_SYNC_VA 0x60000004 /* c fault virtual address */ 24 #define AC_ASYNC_ERR 0x60000008 /* c asynchronous fault type */ [all …]
|
| /kernel/linux/linux-5.10/arch/loongarch/kvm/intc/ |
| D | ls3a_ext_irq.h | 19 #define EXTIOI_ADDR_OFF 0x10000 21 #define EXTIOI_REG_END (EXTIOI_REG_BASE + 0x20000) 23 #define EXTIOI_PERCORE_REG_OFF 0x10000 24 #define EXTIOI_PERCORE_REG_END (EXTIOI_PERCORE_REG_OFF + 0x10000) 31 #define EXTIOI_NODETYPE_END (EXTIOI_NODETYPE_START + 0x20) 33 #define EXTIOI_IPMAP_END (EXTIOI_IPMAP_START + 0x8) 35 #define EXTIOI_ENABLE_END (EXTIOI_ENABLE_START + 0x20) 37 #define EXTIOI_BOUNCE_END (EXTIOI_BOUNCE_START + 0x20) 38 #define EXTIOI_ISR_START (0x1700 - IOCSR_EXTIOI_ADDR) 39 #define EXTIOI_ISR_END (EXTIOI_ISR_START + 0x20) [all …]
|
| /kernel/linux/linux-6.6/drivers/char/mwave/ |
| D | smapi.c | 54 static unsigned short g_usSmapiPort = 0; 72 int retval = 0; in smapi_request() 77 __asm__ __volatile__("movw $0x5380,%%ax\n\t" in smapi_request() 86 "out %%al,$0x4F\n\t" in smapi_request() 87 "cmpb $0x53,%%ah\n\t" in smapi_request() 92 "movw %%ax,%0\n\t" in smapi_request() 121 retval = (usSmapiOK == 1) ? 0 : -EIO; in smapi_request() 132 0x0030, 0x4E30, 0x8E30, 0xCE30, in smapi_query_DSP_cfg() 133 0x0130, 0x0350, 0x0070, 0x0DB0 }; in smapi_query_DSP_cfg() 135 0x03F8, 0x02F8, 0x03E8, 0x02E8 }; in smapi_query_DSP_cfg() [all …]
|
| /kernel/linux/linux-5.10/drivers/char/mwave/ |
| D | smapi.c | 54 static unsigned short g_usSmapiPort = 0; 72 int retval = 0; in smapi_request() 77 __asm__ __volatile__("movw $0x5380,%%ax\n\t" in smapi_request() 86 "out %%al,$0x4F\n\t" in smapi_request() 87 "cmpb $0x53,%%ah\n\t" in smapi_request() 92 "movw %%ax,%0\n\t" in smapi_request() 121 retval = (usSmapiOK == 1) ? 0 : -EIO; in smapi_request() 132 0x0030, 0x4E30, 0x8E30, 0xCE30, in smapi_query_DSP_cfg() 133 0x0130, 0x0350, 0x0070, 0x0DB0 }; in smapi_query_DSP_cfg() 135 0x03F8, 0x02F8, 0x03E8, 0x02E8 }; in smapi_query_DSP_cfg() [all …]
|
| /kernel/linux/linux-6.6/drivers/bus/ |
| 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 …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| D | qcom,pmic-typec.yaml | 95 #size-cells = <0>; 99 reg = <0x1500>, 100 <0x1700>; 102 interrupts = <0x2 0x15 0x00 IRQ_TYPE_EDGE_RISING>, 103 <0x2 0x15 0x01 IRQ_TYPE_EDGE_BOTH>, 104 <0x2 0x15 0x02 IRQ_TYPE_EDGE_RISING>, 105 <0x2 0x15 0x03 IRQ_TYPE_EDGE_BOTH>, 106 <0x2 0x15 0x04 IRQ_TYPE_EDGE_RISING>, 107 <0x2 0x15 0x05 IRQ_TYPE_EDGE_RISING>, 108 <0x2 0x15 0x06 IRQ_TYPE_EDGE_BOTH>, [all …]
|
| D | dwc2.yaml | 25 - const: ingenic,x1700-otg 192 reg = <0x10180000 0x40000>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | phy-mtk-tphy.txt | 5 controllers on MediaTek SoCs, such as, USB2.0, USB3.0, PCIe, and SATA. 23 the child's base address to 0, the physical address 72 reg = <0 0x11290000 0 0x800>; 78 reg = <0 0x11290800 0 0x100>; 85 reg = <0 0x11290800 0 0x700>; 92 reg = <0 0x11291000 0 0x100>; 113 phy-names = "usb2-0", "usb3-0"; 122 shared 0x0000 SPLLC 123 0x0100 FMREG 124 u2 port0 0x0800 U2PHY_COM [all …]
|
| /kernel/linux/linux-5.10/drivers/bus/ |
| D | omap_l3_noc.h | 24 #define CUSTOM_ERROR 0x2 25 #define STANDARD_ERROR 0x0 26 #define INBAND_ERROR 0x0 27 #define L3_APPLICATION_ERROR 0x0 28 #define L3_DEBUG_ERROR 0x1 31 #define L3_TARG_STDERRLOG_MAIN 0x48 32 #define L3_TARG_STDERRLOG_HDR 0x4c 33 #define L3_TARG_STDERRLOG_MSTADDR 0x50 34 #define L3_TARG_STDERRLOG_INFO 0x58 35 #define L3_TARG_STDERRLOG_SLVOFSLSB 0x5c [all …]
|