sys/dev/ic/rtsx.c
118
int rtsx_write(struct rtsx_softc *, u_int16_t, u_int8_t, u_int8_t);
sys/dev/ic/rtsx.c
1373
(void)rtsx_write(sc, RTSX_CARD_STOP, RTSX_SD_STOP|RTSX_SD_CLR_ERR,
sys/dev/ic/rtsx.c
1378
(void)rtsx_write(sc, RTSX_DMACTL, RTSX_DMA_RST, RTSX_DMA_RST);
sys/dev/ic/rtsx.c
1380
(void)rtsx_write(sc, RTSX_RBCTL, RTSX_RB_FLUSH, RTSX_RB_FLUSH);
sys/dev/ic/rtsx.c
503
err = rtsx_write(sc, RTSX_LDO_VCC_CFG1, RTSX_LDO_VCC_TUNE_MASK,
sys/dev/ic/rtsx.c
569
error = rtsx_write(sc, RTSX_SD_CFG1, RTSX_BUS_WIDTH_MASK, bus_width);
sys/dev/ic/rtsx.c
82
int err = rtsx_write((sc), (reg), 0xff, (val)); \
sys/dev/ic/rtsx.c
89
int err = rtsx_write((sc), (reg), (bits), 0); \
sys/dev/ic/rtsx.c
946
(void)rtsx_write(sc, reg, 0xff, sc->regs[i++]);
sys/dev/ic/rtsx.c
948
(void)rtsx_write(sc, reg, 0xff, sc->regs[i++]);
sys/dev/ic/rtsx.c
950
(void)rtsx_write(sc, reg, 0xff, sc->regs[i++]);
sys/dev/ic/rtsx.c
96
int err = rtsx_write((sc), (reg), (bits), 0xff);\