Searched refs:sc_serial_rw (Results 1 – 2 of 2) sorted by relevance
254 mutex_enter(&sc->sc_serial_rw); in arn_iowrite32()257 mutex_exit(&sc->sc_serial_rw); in arn_iowrite32()270 mutex_enter(&sc->sc_serial_rw); in arn_ioread32()273 mutex_exit(&sc->sc_serial_rw); in arn_ioread32()2876 mutex_init(&sc->sc_serial_rw, NULL, MUTEX_DRIVER, NULL); in arn_attach()3334 mutex_destroy(&sc->sc_serial_rw); in arn_attach()3435 mutex_destroy(&sc->sc_serial_rw); in arn_detach()
960 kmutex_t sc_serial_rw; member