Home
last modified time | relevance | path

Searched refs:sc_ncm_supported_formats (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/usb/
H A Dif_umb.h344 unsigned int sc_ncm_supported_formats; member
H A Dif_umb.c605 if (sc->sc_ncm_supported_formats == 0) in umb_attach()
729 sc->sc_ncm_supported_formats = UGETW(np.bmNtbFormatsSupported); in umb_ncm_setup()
737 sc->sc_ncm_supported_formats = NCM_FORMAT_NTB16_MASK; in umb_ncm_setup()
749 if (sc->sc_ncm_supported_formats == 0) in umb_ncm_setup_format()
753 if (sc->sc_ncm_supported_formats == NCM_FORMAT_NTB16_MASK) { in umb_ncm_setup_format()
768 if ((sc->sc_ncm_supported_formats & (1UL << fmt)) == 0) in umb_ncm_setup_format()
775 DEVNAM(sc), sc->sc_ncm_format, sc->sc_ncm_supported_formats); in umb_ncm_setup_format()
780 sc->sc_ncm_supported_formats = 0; in umb_ncm_setup_format()