Home
last modified time | relevance | path

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

/openbsd/sys/dev/tc/
H A Dbba.c175 uint8_t bba_codec_dread(struct am7930_softc *, int);
611 val = bba_codec_dread(sc, AM7930_DREG_DR); in bba_codec_iread()
625 val = bba_codec_dread(sc, AM7930_DREG_DR); in bba_codec_iread16()
626 val |= bba_codec_dread(sc, AM7930_DREG_DR) << 8; in bba_codec_iread16()
647 bba_codec_dread(struct am7930_softc *asc, int reg) in bba_codec_dread() function