Searched refs:sc_active_channels (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/arm/ti/
H A Dti_sdma.c122 * Bits in the sc_active_channels data field indicate if the channel has
125 uint32_t sc_active_channels; member in struct:ti_sdma_softc
247 if ((sc->sc_active_channels & (1 << ch)) == 0) {
335 if (sc->sc_active_channels == 0xffffffff) {
342 if (!(sc->sc_active_channels & (0x1 << i))) {
343 sc->sc_active_channels |= (0x1 << i);
415 if ((sc->sc_active_channels & (1 << ch)) == 0) {
421 sc->sc_active_channels &= ~(1 << ch);
469 if ((sc->sc_active_channels & (1 << ch)) == 0) {
527 if ((sc->sc_active_channels
[all...]

Completed in 52 milliseconds