Searched refs:rwctl (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/rtsx/ |
H A D | rtsx.c | 1362 uint8_t data0, data1, data2, data3, rwctl; local 1369 RTSX_READ(sc, RTSX_CFGRWCTL, &rwctl); 1370 if (!(rwctl & RTSX_CFG_BUSY)) 1418 uint8_t data0, data1, rwctl; local 1424 RTSX_READ(sc, RTSX_PHY_RWCTL, &rwctl); 1425 if (!(rwctl & RTSX_PHY_BUSY)) 1442 uint8_t rwctl; local 1450 RTSX_READ(sc, RTSX_PHY_RWCTL, &rwctl); 1451 if (!(rwctl & RTSX_PHY_BUSY))
|