Home
last modified time | relevance | path

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

/openbsd/sys/arch/armv7/omap/
H A Dnxphdmi.c275 int nxphdmi_read(struct nxphdmi_softc *, uint16_t, uint8_t *);
358 res |= nxphdmi_read(sc, TDA_VERSION, &data); in nxphdmi_attach()
360 res |= nxphdmi_read(sc, TDA_VERSION_MSB, &data); in nxphdmi_attach()
433 nxphdmi_read(struct nxphdmi_softc *sc, uint16_t reg, uint8_t *buf) in nxphdmi_read() function
504 ret |= nxphdmi_read(sc, reg, &buf); in nxphdmi_set()
517 ret |= nxphdmi_read(sc, reg, &buf); in nxphdmi_clear()
565 nxphdmi_read(sc, TDA_INT_FLAGS_2, &reg); in nxphdmi_read_edid()