Home
last modified time | relevance | path

Searched refs:bMode (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.c75 uint16_t bMode, fracMode, aModeRefSel = 0; in ar9280SetChannel() local
95 bMode = 1; in ar9280SetChannel()
110 bMode = 0; in ar9280SetChannel()
206 reg32 = reg32 | (bMode << 29) | (fracMode << 28) | in ar9280SetChannel()
H A Dar9287.c75 uint16_t bMode, fracMode, aModeRefSel = 0; in ar9287SetChannel() local
92 bMode = 1; in ar9287SetChannel()
119 bMode = 0; in ar9287SetChannel()
148 reg32 = reg32 | (bMode << 29) | (fracMode << 28) | in ar9287SetChannel()
/freebsd/sys/dev/usb/serial/
H A Dufoma.c114 uint8_t bMode[1]; member
430 memcpy(&sc->sc_modetable[1], mad->bMode, elements); in ufoma_attach()
433 sc->sc_modetoactivate = mad->bMode[0]; in ufoma_attach()