HomeSort by: relevance | last modified time | path
    Searched defs:sc_tx_head (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/acpi/
qcompas.c 108 volatile uint32_t *sc_tx_head; member in struct:qcpas_softc
815 sc->sc_tx_head = &descs[1];
896 head = *sc->sc_tx_head + sc->sc_tx_off;
925 head = *sc->sc_tx_head + roundup(sc->sc_tx_off, 8);
930 *sc->sc_tx_head = head;
qcompas.c 108 volatile uint32_t *sc_tx_head; member in struct:qcpas_softc
815 sc->sc_tx_head = &descs[1];
896 head = *sc->sc_tx_head + sc->sc_tx_off;
925 head = *sc->sc_tx_head + roundup(sc->sc_tx_off, 8);
930 *sc->sc_tx_head = head;
qcompas.c 108 volatile uint32_t *sc_tx_head; member in struct:qcpas_softc
815 sc->sc_tx_head = &descs[1];
896 head = *sc->sc_tx_head + sc->sc_tx_off;
925 head = *sc->sc_tx_head + roundup(sc->sc_tx_off, 8);
930 *sc->sc_tx_head = head;
qcompas.c 108 volatile uint32_t *sc_tx_head; member in struct:qcpas_softc
815 sc->sc_tx_head = &descs[1];
896 head = *sc->sc_tx_head + sc->sc_tx_off;
925 head = *sc->sc_tx_head + roundup(sc->sc_tx_off, 8);
930 *sc->sc_tx_head = head;

Completed in 48 milliseconds