Home
last modified time | relevance | path

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

/freebsd/sys/dev/spibus/controller/rockchip/
H A Drk_spi.c100 struct rk_spi_softc { struct
101 device_t dev;
102 device_t spibus;
103 struct resource *res[2];
104 struct mtx mtx;
105 clk_t clk_apb;
106 clk_t clk_spi;
107 void * intrhand;
108 int transfer;
132 rk_spi_enable_chip(struct rk_spi_softc *sc, int enable) in rk_spi_enable_chip() argument