Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Drtsx.c81 int err = rtsx_write((sc), (reg), 0xff, (val)); \
88 int err = rtsx_write((sc), (reg), (bits), 0); \
95 int err = rtsx_write((sc), (reg), (bits), 0xff);\
102 int err = rtsx_write((sc), (reg), (mask), (bits));\
127 static int rtsx_write(struct rtsx_softc *, uint16_t, uint8_t, uint8_t);
621 int err = rtsx_write(sc, RTSX_LDO_VCC_CFG1, RTSX_LDO_VCC_TUNE_MASK, in rtsx_bus_power_on()
859 error = rtsx_write(sc, RTSX_SD_CFG1, RTSX_CLK_DIVIDE_128, 0xff); in rtsx_bus_clock()
867 error = rtsx_write(sc, RTSX_SD_CFG1, RTSX_CLK_DIVIDE_MASK, 0); in rtsx_bus_clock()
875 error = rtsx_write(sc, RTSX_SD_CFG1, RTSX_CLK_DIVIDE_MASK, 0); in rtsx_bus_clock()
883 error = rtsx_write(sc, RTSX_SD_CFG1, RTSX_CLK_DIVIDE_MASK, 0); in rtsx_bus_clock()
[all …]