Home
last modified time | relevance | path

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

/dragonfly/sys/dev/video/cxm/
H A Dcxm.c569 if (sc->type == cxm_iTVC15_type in cxm_stop_firmware()
648 CSR_WRITE_4(sc, CXM_REG_VPU, sc->type == cxm_iTVC15_type in cxm_stop_hardware()
686 if (sc->type == cxm_iTVC15_type) { in cxm_download_firmware()
738 & (sc->type == cxm_iTVC15_type in cxm_init_hardware()
760 if (sc->type == cxm_iTVC15_type) { in cxm_init_hardware()
786 if (sc->type == cxm_iTVC15_type) { in cxm_init_hardware()
1645 sc->type = cxm_iTVC15_type; in cxm_attach()
H A Dcxm.h211 enum cxm_type { cxm_unknown_type, cxm_iTVC15_type, cxm_iTVC16_type }; enumerator