Lines Matching defs:imxspi_softc
47 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;
59 void *sc_ih;
60 struct spi_transfer *sc_transfer;
61 bool sc_running;
64 int sc_nslaves;
65 int sc_enhanced;
66 enum imxspi_type sc_type;