Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/qcom_qup/
H A Dqcom_spi_var.h39 struct qcom_spi_softc { struct
40 device_t sc_dev;
41 device_t spibus;
43 uint32_t sc_debug;
45 struct resource *sc_mem_res;
46 struct resource *sc_irq_res;
47 void *sc_irq_h;
49 struct mtx sc_mtx;
50 bool sc_busy; /* an SPI transfer (cmd+data)
53 qcom_spi_hw_version_t hw_version;
[all …]