Home
last modified time | relevance | path

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

/freebsd/sys/arm/freescale/imx/
H A Dimx_spi.c121 struct spi_softc { struct
122 device_t dev;
123 device_t spibus;
124 struct mtx mtx;
125 struct resource *memres;
126 struct resource *intres;
127 void *inthandle;
128 gpio_pin_t cspins[CS_MAX];
129 u_int debug;
153 RD4(struct spi_softc *sc, bus_size_t offset) in RD4() argument
/freebsd/sys/dev/xilinx/
H A Daxi_quad_spi.c96 struct spi_softc { struct
97 struct resource *res[1];
98 bus_space_tag_t bst;
99 bus_space_handle_t bsh;
100 void *ih;
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_spi.c116 struct spi_softc { struct
117 struct resource *res[2];
118 bus_space_tag_t bst;
119 bus_space_handle_t bsh;
120 void *ih;