sys/dev/ic/rtsx.c
102
int err = rtsx_write((sc), (reg), (mask), (bits));\
sys/dev/ic/rtsx.c
1148
(void)rtsx_write(sc, reg, 0xff, sc->sc_regs[i++]);
sys/dev/ic/rtsx.c
1150
(void)rtsx_write(sc, reg, 0xff, sc->sc_regs[i++]);
sys/dev/ic/rtsx.c
1152
(void)rtsx_write(sc, reg, 0xff, sc->sc_regs[i++]);
sys/dev/ic/rtsx.c
127
static int rtsx_write(struct rtsx_softc *, uint16_t, uint8_t, uint8_t);
sys/dev/ic/rtsx.c
1631
(void)rtsx_write(sc, RTSX_CARD_STOP, RTSX_SD_STOP|RTSX_SD_CLR_ERR,
sys/dev/ic/rtsx.c
1636
(void)rtsx_write(sc, RTSX_DMACTL, RTSX_DMA_RST, RTSX_DMA_RST);
sys/dev/ic/rtsx.c
1638
(void)rtsx_write(sc, RTSX_RBCTL, RTSX_RB_FLUSH, RTSX_RB_FLUSH);
sys/dev/ic/rtsx.c
621
int err = rtsx_write(sc, RTSX_LDO_VCC_CFG1, RTSX_LDO_VCC_TUNE_MASK,
sys/dev/ic/rtsx.c
81
int err = rtsx_write((sc), (reg), 0xff, (val)); \
sys/dev/ic/rtsx.c
859
error = rtsx_write(sc, RTSX_SD_CFG1, RTSX_CLK_DIVIDE_128, 0xff);
sys/dev/ic/rtsx.c
867
error = rtsx_write(sc, RTSX_SD_CFG1, RTSX_CLK_DIVIDE_MASK, 0);
sys/dev/ic/rtsx.c
875
error = rtsx_write(sc, RTSX_SD_CFG1, RTSX_CLK_DIVIDE_MASK, 0);
sys/dev/ic/rtsx.c
88
int err = rtsx_write((sc), (reg), (bits), 0); \
sys/dev/ic/rtsx.c
883
error = rtsx_write(sc, RTSX_SD_CFG1, RTSX_CLK_DIVIDE_MASK, 0);
sys/dev/ic/rtsx.c
891
error = rtsx_write(sc, RTSX_SD_CFG1, RTSX_CLK_DIVIDE_MASK, 0);
sys/dev/ic/rtsx.c
899
error = rtsx_write(sc, RTSX_SD_CFG1, RTSX_CLK_DIVIDE_MASK, 0);
sys/dev/ic/rtsx.c
95
int err = rtsx_write((sc), (reg), (bits), 0xff);\