Searched refs:flex_spi_softc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/flash/flexspi/ |
| H A D | flex_spi.c | 85 struct flex_spi_softc struct 115 static int flex_spi_read(struct flex_spi_softc *sc, off_t offset, caddr_t data, argument 117 static int flex_spi_write(struct flex_spi_softc *sc, off_t offset, 133 read_reg(struct flex_spi_softc *sc, uint32_t offset) in read_reg() 140 write_reg(struct flex_spi_softc *sc, uint32_t offset, uint32_t value) in write_reg() 147 reg_read_poll_tout(struct flex_spi_softc *sc, uint32_t offset, uint32_t mask, in reg_read_poll_tout() 170 flex_spi_clk_setup(struct flex_spi_softc *sc, uint32_t rate) in flex_spi_clk_setup() 192 flex_spi_prepare_lut(struct flex_spi_softc *sc, uint8_t op) in flex_spi_prepare_lut() 260 flex_spi_prepare_ahb_lut(struct flex_spi_softc *sc) in flex_spi_prepare_ahb_lut() 287 flex_spi_read_rxfifo(struct flex_spi_softc *sc, uint8_t *buf, uint8_t size) in flex_spi_read_rxfifo() [all …]
|