Searched +full:0 +full:x23040 (Results 1 – 3 of 3) sorted by relevance
/linux/Documentation/devicetree/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>;
|
/linux/drivers/media/platform/renesas/ |
H A D | rcar-csi2.c | 31 #define TREF_REG 0x00 32 #define TREF_TREF BIT(0) 35 #define SRST_REG 0x04 36 #define SRST_SRST BIT(0) 39 #define PHYCNT_REG 0x08 46 #define PHYCNT_ENABLE_0 BIT(0) 49 #define CHKSUM_REG 0x0c 51 #define CHKSUM_CRC_EN BIT(0) 55 * VCDT[0-15]: Channel 0 VCDT[16-31]: Channel 1 56 * VCDT2[0-15]: Channel 2 VCDT2[16-31]: Channel 3 [all …]
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | t4_hw.c | 54 * at the time it indicated completion is stored there. Returns 0 if the 66 return 0; in t4_wait_op_done_val() 68 if (--attempts == 0) in t4_wait_op_done_val() 167 /* Reset ENABLE to 0 so reads of PCIE_CFG_SPACE_DATA won't cause a in t4_hw_pci_read_cfg4() 169 * ENABLE is 0 so a simple register write is easier than a in t4_hw_pci_read_cfg4() 172 t4_write_reg(adap, PCIE_CFG_SPACE_REQ_A, 0); in t4_hw_pci_read_cfg4() 247 log->cursor = 0; in t4_record_mbox() 249 for (i = 0; i < size / 8; i++) in t4_record_mbox() 252 entry->cmd[i++] = 0; in t4_record_mbox() 277 * The return value is 0 on success or a negative errno on failure. A [all …]
|