Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/imx/
H A Dimx_spi.c123 struct spi_softc { struct
124 device_t dev;
125 device_t spibus;
126 struct mtx mtx;
127 struct resource *memres;
128 struct resource *intres;
129 void *inthandle;
130 gpio_pin_t cspins[CS_MAX];
131 u_int debug;
155 RD4(struct spi_softc *sc, bus_size_t offset) in RD4() argument
/f-stack/freebsd/arm/freescale/vybrid/
H A Dvf_spi.c119 struct spi_softc { struct
120 struct resource *res[2];
121 bus_space_tag_t bst;
122 bus_space_handle_t bsh;
123 void *ih;