Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Drtsx.c279 status = READ4(sc, RTSX_BIPR); in rtsx_init()
280 WRITE4(sc, RTSX_BIPR, status); in rtsx_init()
363 if (READ4(sc, RTSX_BIPR) & RTSX_SD_EXIST) in rtsx_activate()
1451 status = READ4(sc, RTSX_BIPR); in rtsx_intr()
1454 WRITE4(sc, RTSX_BIPR, status); in rtsx_intr()
H A Drtsxreg.h39 #define RTSX_BIPR 0x14 macro