Home
last modified time | relevance | path

Searched defs:imxspi_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/arm/imx/
H A Dimxspivar.h47 struct imxspi_softc { struct
48 device_t sc_dev;
49 int sc_phandle;
51 bus_space_tag_t sc_iot;
52 bus_space_handle_t sc_ioh;
53 spi_chipset_tag_t sc_tag;
55 struct spi_controller sc_spi;
56 unsigned long sc_freq;
57 struct spi_chunk *sc_wchunk;
58 struct spi_chunk *sc_rchunk;
[all …]