Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/rtsx/
HDrtsx.c216 static int rtsx_write(struct rtsx_softc *sc, uint16_t addr, uint8_t mask, uint8_t val);
333 int err = rtsx_write((sc), (reg), 0xff, (val)); \
339 int err = rtsx_write((sc), (reg), (bits), 0); \
346 int err = rtsx_write((sc), (reg), (bits), 0xff);\
353 int err = rtsx_write((sc), (reg), (mask), (bits)); \
1389 rtsx_write(struct rtsx_softc *sc, uint16_t addr, uint8_t mask, uint8_t val) function
1965 rtsx_write(sc, RTSX_CLK_CTL, RTSX_CHANGE_CLK, RTSX_CHANGE_CLK);
1966 rtsx_write(sc, RTSX_SD_VPCLK0_CTL, RTSX_PHASE_SELECT_MASK, sample_point);
1967 rtsx_write(sc, RTSX_SD_VPCLK0_CTL, RTSX_PHASE_NOT_RESET, 0);
1968 rtsx_write(sc, RTSX_SD_VPCLK0_CTL, RTSX_PHASE_NOT_RESET, RTSX_PHASE_NOT_RESET);
[all …]