lightbar.c | 63 uint32_t *sc_dmabuf; member in struct:lightbar_softc 173 sc->sc_dmabuf = kmem_alloc(4096, KM_SLEEP); 177 sc->sc_dmabuf[i] = LEDMASK(0xaa550000); 188 DBDMA_BUILD(cmd, DBDMA_CMD_OUT_MORE, 0, 32, vtophys((vaddr_t)sc->sc_dmabuf), 310 sc->sc_dmabuf[i] = LEDMASK(latch);
|