Home
last modified time | relevance | path

Searched full:ospi (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/spi/
H A Dspi-stm32-ospi.c155 static int stm32_ospi_abort(struct stm32_ospi *ospi) in stm32_ospi_abort() argument
157 void __iomem *regs_base = ospi->regs_base; in stm32_ospi_abort()
170 dev_err(ospi->dev, "%s abort timeout:%d\n", __func__, timeout); in stm32_ospi_abort()
175 static int stm32_ospi_poll(struct stm32_ospi *ospi, u8 *buf, u32 len, bool read) in stm32_ospi_poll() argument
177 void __iomem *regs_base = ospi->regs_base; in stm32_ospi_poll()
192 dev_err(ospi->dev, "fifo timeout (len:%d stat:%#x)\n", in stm32_ospi_poll()
202 static int stm32_ospi_wait_nobusy(struct stm32_ospi *ospi) in stm32_ospi_wait_nobusy() argument
206 return readl_relaxed_poll_timeout_atomic(ospi->regs_base + OSPI_SR, in stm32_ospi_wait_nobusy()
211 static int stm32_ospi_wait_cmd(struct stm32_ospi *ospi) in stm32_ospi_wait_cmd() argument
213 void __iomem *regs_base = ospi->regs_base; in stm32_ospi_wait_cmd()
[all …]
H A Dspi-sn-f-ospi.c125 static void f_ospi_clear_irq(struct f_ospi *ospi) in f_ospi_clear_irq() argument
128 ospi->base + OSPI_IRQ); in f_ospi_clear_irq()
131 static void f_ospi_enable_irq_status(struct f_ospi *ospi, u32 irq_bits) in f_ospi_enable_irq_status() argument
135 val = readl(ospi->base + OSPI_IRQ_STAT_EN); in f_ospi_enable_irq_status()
137 writel(val, ospi->base + OSPI_IRQ_STAT_EN); in f_ospi_enable_irq_status()
140 static void f_ospi_disable_irq_status(struct f_ospi *ospi, u32 irq_bits) in f_ospi_disable_irq_status() argument
144 val = readl(ospi->base + OSPI_IRQ_STAT_EN); in f_ospi_disable_irq_status()
146 writel(val, ospi->base + OSPI_IRQ_STAT_EN); in f_ospi_disable_irq_status()
149 static void f_ospi_disable_irq_output(struct f_ospi *ospi, u32 irq_bits) in f_ospi_disable_irq_output() argument
153 val = readl(ospi->base + OSPI_IRQ_SIG_EN); in f_ospi_disable_irq_output()
[all …]
H A Dspi-cadence-quadspi.c2187 .compatible = "ti,am654-ospi",
2195 .compatible = "xlnx,versal-ospi-1.0",
2211 .compatible = "mobileye,eyeq5-ospi",
2215 .compatible = "amd,versal2-ospi",
/linux/Documentation/devicetree/bindings/spi/
H A Dst,stm32mp25-ospi.yaml4 $id: http://devicetree.org/schemas/spi/st,stm32mp25-ospi.yaml#
7 title: STMicroelectronics STM32 Octal Serial Peripheral Interface (OSPI)
17 const: st,stm32mp25-ospi
37 - description: phandle to OSPI block reset
84 compatible = "st,stm32mp25-ospi";
H A Dsocionext,f-ospi.yaml4 $id: http://devicetree.org/schemas/spi/socionext,f-ospi.yaml#
21 const: socionext,f-ospi
45 compatible = "socionext,f-ospi";
/linux/Documentation/devicetree/bindings/memory-controllers/
H A Dst,stm32mp25-omm.yaml32 Reflects the memory layout per OSPI instance.
58 Identify to which OSPI instance the memory region belongs to.
92 memory map area shared between the 2 OSPI instance. The Octo Memory
139 $ref: /schemas/spi/st,stm32mp25-ospi.yaml#
194 compatible = "st,stm32mp25-ospi";
211 compatible = "st,stm32mp25-ospi";
/linux/arch/arm/boot/dts/microchip/
H A Dat91-sama7g5ek.dts166 label = "ospi: at91bootstrap";
171 label = "ospi: bootloader";
176 label = "ospi: bootloader env redundant";
181 label = "ospi: bootloader env";
186 label = "ospi: device tree";
191 label = "ospi: kernel";
196 label = "ospi: rootfs";
H A Dsama7g5.dtsi349 compatible = "microchip,sama7g5-ospi";
/linux/drivers/memory/
H A DKconfig232 This driver manages the muxing between the 2 OSPI busses and
241 - the split of the memory area shared between the 2 OSPI instances.
/linux/Documentation/devicetree/bindings/mtd/
H A Dti,am654-hbmc.yaml25 description: MMIO mux controller node to select b/w OSPI and HBMC.
/linux/arch/arm64/boot/dts/xilinx/
H A Dversal-net-vn-x-b2197-01-revA.dts91 &ospi {
H A Dversal-net-clk.dtsi153 &ospi {
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am65.dtsi90 <0x00 0x47000000 0x00 0x47000000 0x00 0x00068400>, /* OSPI space 1 */
H A Dk3-j7200.dtsi152 <0x00 0x47000000 0x00 0x47000000 0x00 0x00068400>, /* OSPI register space */
H A Dk3-j721s2.dtsi159 <0x00 0x47000000 0x00 0x47000000 0x00 0x00068400>, /* OSPI register space */
H A Dk3-j721e.dtsi165 <0x00 0x47000000 0x00 0x47000000 0x00 0x00068400>, /* OSPI register space */
/linux/drivers/firmware/xilinx/
H A Dzynqmp.c946 * zynqmp_pm_ospi_mux_select() - OSPI Mux selection
948 * @dev_id: Device Id of the OSPI device.
949 * @select: OSPI Mux select value.
951 * This function select the OSPI Mux.
/linux/drivers/net/ethernet/chelsio/cxgb3/
H A Dt3_hw.c1643 {OESPI_FRM_ERR, "PMTX ospi framing error", -1, 1}, in pmtx_intr_handler()
1647 "PMTX ospi parity error", -1, 1}, in pmtx_intr_handler()
1673 {OCSPI_FRM_ERR, "PMRX ospi framing error", -1, 1}, in pmrx_intr_handler()
1677 "PMRX ospi parity error", -1, 1}, in pmrx_intr_handler()
/linux/net/xfrm/
H A Dxfrm_state.c164 struct hlist_head *ndst, *nsrc, *nspi, *nseq, *odst, *osrc, *ospi, *oseq; in xfrm_hash_resize() local
201 ospi = xfrm_state_deref_prot(net->xfrm.state_byspi, net); in xfrm_hash_resize()
220 xfrm_hash_free(ospi, osize); in xfrm_hash_resize()
/linux/drivers/clk/stm32/
H A Dclk-stm32mp25.c1004 /* OSPI */