Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Drtsxreg.h474 #define RTSX_CFG_BUSY 0x80 macro
Drtsx.c1033 RTSX_WRITE(sc, RTSX_CFGRWCTL, RTSX_CFG_BUSY | (func & 0x03 << 4)); in rtsx_read_cfg()
1037 if (!(rwctl & RTSX_CFG_BUSY)) in rtsx_read_cfg()
1074 RTSX_CFG_BUSY | writemask | (func & 0x03 << 4)); in rtsx_write_cfg()
1079 if (!(rwctl & RTSX_CFG_BUSY)) in rtsx_write_cfg()