Searched +full:0 +full:x23400 (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mmio.c | 15 [MT_TOP_CFG_BASE] = 0x01000, 16 [MT_HW_BASE] = 0x01000, 17 [MT_PCIE_REMAP_2] = 0x02504, 18 [MT_ARB_BASE] = 0x20c00, 19 [MT_HIF_BASE] = 0x04000, 20 [MT_CSR_BASE] = 0x07000, 21 [MT_PLE_BASE] = 0x08000, 22 [MT_PSE_BASE] = 0x0c000, 23 [MT_CFG_BASE] = 0x20200, 24 [MT_AGG_BASE] = 0x20a00, [all …]
|
/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | ti,pru-rproc.yaml | 19 The K3 SoCs containing ICSSG v1.0 (eg: AM65x SR1.0) also have two Auxiliary 21 containing the revised ICSSG v1.1 (eg: J721E, AM65x SR2.0) have an extra two 46 - ti,am654-tx-pru # for Tx_PRUs in K3 AM65x SR2.0 SoCs 90 pattern: "^rtu@[0-9a-f]+$" 102 pattern: "^txpru@[0-9a-f]+" 106 pattern: "^pru@[0-9a-f]+$" 119 pruss_tm: target-module@300000 { /* 0x4a300000, ap 9 04.0 */ 123 ranges = <0x0 0x300000 0x80000>; 125 pruss: pruss@0 { 127 reg = <0x0 0x80000>; [all …]
|
/linux/arch/arm64/boot/dts/ti/ |
H A D | k3-am65-main.dtsi | 12 reg = <0x0 0x70000000 0x0 0x200000>; 15 ranges = <0x0 0x0 0x70000000 0x200000>; 17 atf-sram@0 { 18 reg = <0x0 0x20000>; 22 reg = <0xf0000 0x10000>; 26 reg = <0x100000 0x100000>; 37 reg = <0x00 0x01800000 0x00 0x10000>, /* GICD */ 38 <0x00 0x01880000 0x00 0x90000>, /* GICR */ 39 <0x00 0x6f000000 0x00 0x2000>, /* GICC */ 40 <0x00 0x6f010000 0x00 0x1000>, /* GICH */ [all …]
|
/linux/drivers/dma/qcom/ |
H A D | gpi.c | 20 #define TRE_TYPE_DMA 0x10 21 #define TRE_TYPE_GO 0x20 22 #define TRE_TYPE_CONFIG0 0x22 25 #define TRE_FLAGS_CHAIN BIT(0) 33 #define TRE_SPI_C0_WORD_SZ GENMASK(4, 0) 42 #define TRE_C0_CLK_DIV GENMASK(11, 0) 46 #define TRE_SPI_GO_CMD GENMASK(4, 0) 51 #define TRE_RX_LEN GENMASK(23, 0) 54 #define TRE_I2C_C0_TLOW GENMASK(7, 0) 61 #define TRE_I2C_GO_CMD GENMASK(4, 0) [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 …]
|