Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Diavc.c67 if ((iavc_read_port(sc, B1_INSTAT) & 0xfc) || in iavc_b1_detect()
68 (iavc_read_port(sc, B1_OUTSTAT) & 0xfc)) in iavc_b1_detect()
73 if ((iavc_read_port(sc, B1_INSTAT) & 0xfe) != 2 || in iavc_b1_detect()
74 (iavc_read_port(sc, B1_OUTSTAT) & 0xfe) != 2) in iavc_b1_detect()
79 if ((iavc_read_port(sc, B1_INSTAT) & 0xfe) || in iavc_b1_detect()
80 (iavc_read_port(sc, B1_OUTSTAT) & 0xfe)) in iavc_b1_detect()
145 if (((iavc_read_port(sc, 0x02) & 0xfe) != 0x02) || in iavc_b1dma_detect()
146 (iavc_read_port(sc, 0x03) != 0x03)) in iavc_b1dma_detect()
152 if (((iavc_read_port(sc, 0x02) & 0xfe) != 0x00) || in iavc_b1dma_detect()
153 (iavc_read_port(sc, 0x03) != 0x01)) in iavc_b1dma_detect()
Diavcreg.h461 #define iavc_read_port(sc, port) \ macro