Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dtwe.c120 static inline u_int32_t twe_inl(struct twe_softc *, int);
269 twe_inl(struct twe_softc *sc, int off) in twe_inl() function
718 status = twe_inl(sc, TWE_REG_STS); in twe_reset()
727 status = twe_inl(sc, TWE_REG_STS); in twe_reset()
735 (void)twe_inl(sc, TWE_REG_RESP_QUEUE); in twe_reset()
769 status = twe_inl(sc, TWE_REG_STS); in twe_intr()
1267 status = twe_inl(sc, TWE_REG_STS); in twe_poll()
1274 cmdid = twe_inl(sc, TWE_REG_RESP_QUEUE); in twe_poll()
1314 if ((twe_inl(sc, TWE_REG_STS) & status) == status) in twe_status_wait()
1667 status = twe_inl(sc, TWE_REG_STS); in twe_ccb_submit()