Searched +full:0 +full:x23040 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/ |
H A D | qcom,sc7280-mss-pil.yaml | 216 reg = <0x04080000 0x10000>, <0x04180000 0x48>; 219 iommus = <&apps_smmu 0x124 0x0>, <&apps_smmu 0x488 0x7>; 221 interconnects = <&mc_virt MASTER_LLCC 0 &mc_virt SLAVE_EBI1 0>; 224 <&modem_smp2p_in 0 IRQ_TYPE_EDGE_RISING>, 248 qcom,smem-states = <&modem_smp2p_out 0>; 255 qcom,halt-regs = <&tcsr_mutex 0x23000 0x25000 0x28000 0x33000>; 256 qcom,ext-regs = <&tcsr 0x10000 0x10004>, <&tcsr_mutex 0x26004 0x26008>; 257 qcom,qaccept-regs = <&tcsr_mutex 0x23030 0x23040 0x23020>;
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_hw.c | 46 } while (0) 60 * at the time it indicated completion is stored there. Returns 0 if the 72 return 0; in t4_wait_op_done_val() 74 if (--attempts == 0) in t4_wait_op_done_val() 179 * Reset F_ENABLE to 0 so reads of PCIE_CFG_SPACE_DATA won't cause a in t4_hw_pci_read_cfg4() 181 * F_ENABLE is 0 so a simple register write is easier than a in t4_hw_pci_read_cfg4() 184 t4_write_reg(adap, A_PCIE_CFG_SPACE_REQ, 0); in t4_hw_pci_read_cfg4() 213 CH_ERR(adap, "firmware reports adapter error: %s (0x%08x)\n", in t4_report_fw_error() 291 t4_set_reg_field(sc, port_ctl_reg, F_PORTTXEN, 0); in check_tx_state() 298 #define X_CIM_PF_NOACCESS 0xeeeeeeee [all …]
|
/freebsd/usr.sbin/cxgbetool/ |
H A D | reg_defs_t4.c | 5 { "SGE_PF_KDOORBELL", 0x1e000, 0 }, 8 { "PIDX", 0, 14 }, 9 { "SGE_PF_GTS", 0x1e004, 0 }, 13 { "CIDXInc", 0, 12 }, 14 { "SGE_PF_KDOORBELL", 0x1e400, 0 }, 17 { "PIDX", 0, 14 }, 18 { "SGE_PF_GTS", 0x1e404, 0 }, 22 { "CIDXInc", 0, 12 }, 23 { "SGE_PF_KDOORBELL", 0x1e800, 0 }, 26 { "PIDX", 0, 14 }, [all …]
|