Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dtcic2.c145 case TCIC_AR_ILOCK: in tcic_check_reserved_bits()
224 id = tcic_read_aux_2(iot, ioh, TCIC_AR_ILOCK); in tcic_chipid()
329 reg = tcic_read_aux_2(sc->iot, sc->ioh, TCIC_AR_ILOCK); in tcic_attach()
331 tcic_write_aux_2(sc->iot, sc->ioh, TCIC_AR_ILOCK, reg); in tcic_attach()
1155 reg = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK); in tcic_chip_socket_enable()
1158 tcic_write_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK, reg); in tcic_chip_socket_enable()
1183 reg = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK); in tcic_chip_socket_enable()
1185 tcic_write_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK, reg); in tcic_chip_socket_enable()
1188 tcic_write_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK, reg); in tcic_chip_socket_enable()
1194 reg = tcic_read_aux_2(h->sc->iot, h->sc->ioh, TCIC_AR_ILOCK); in tcic_chip_socket_enable()
[all …]
H A Dtcic2reg.h67 #define TCIC_AR_ILOCK 0xC0 /* interlock control/status */ macro