sys/dev/ic/rtsx.c
388
RTSX_SET(sc, RTSX_CLK_DIV, 0x07);
sys/dev/ic/rtsx.c
405
RTSX_SET(sc, RTSX_CHANGE_LINK_STATE, RTSX_MAC_PHY_RST_N_DBG);
sys/dev/ic/rtsx.c
406
RTSX_SET(sc, RTSX_IRQSTAT0, RTSX_LINK_READY_INT);
sys/dev/ic/rtsx.c
414
RTSX_SET(sc, RTSX_PETXCFG, RTSX_PETXCFG_CLKREQ_PIN);
sys/dev/ic/rtsx.c
421
RTSX_SET(sc, RTSX_GPIO_CTL, RTSX_GPIO_LED_ON);
sys/dev/ic/rtsx.c
424
RTSX_SET(sc, RTSX_LDO_PWR_SEL, RTSX_LDO_PWR_SEL_3V3);
sys/dev/ic/rtsx.c
426
RTSX_SET(sc, RTSX_OLT_LED_CTL, RTSX_OLT_LED_PERIOD);
sys/dev/ic/rtsx.c
451
RTSX_SET(sc, RTSX_GPIO_CTL, RTSX_GPIO_LED_ON);
sys/dev/ic/rtsx.c
452
RTSX_SET(sc, RTSX_OLT_LED_CTL, RTSX_OLT_LED_AUTOBLINK);
sys/dev/ic/rtsx.c
478
RTSX_SET(sc, RTSX_GPIO_CTL, 0x01);
sys/dev/ic/rtsx.c
562
RTSX_SET(sc, RTSX_PWR_GATE_CTRL, RTSX_LDO3318_OFF);
sys/dev/ic/rtsx.c
579
RTSX_SET(sc, RTSX_CARD_PWR_CTL, RTSX_SD_PWR_OFF);
sys/dev/ic/rtsx.c
630
RTSX_SET(sc, RTSX_CARD_CLK_EN, RTSX_SD_CLK_EN);
sys/dev/ic/rtsx.c
676
RTSX_SET(sc, RTSX_CARD_PWR_CTL, RTSX_SD_PARTIAL_PWR_ON);
sys/dev/ic/rtsx.c
678
RTSX_SET(sc, RTSX_PWR_GATE_CTRL, RTSX_LDO3318_SUSPEND);
sys/dev/ic/rtsx.c
680
RTSX_SET(sc, RTSX_PWR_GATE_CTRL, RTSX_LDO3318_VCC1);
sys/dev/ic/rtsx.c
689
RTSX_SET(sc, RTSX_PWR_GATE_CTRL, RTSX_LDO3318_VCC2);
sys/dev/ic/rtsx.c
740
RTSX_SET(sc, RTSX_SD_CFG1, bus_width);
sys/dev/ic/rtsx.c
750
RTSX_SET(sc, RTSX_SD_BUS_STAT, RTSX_SD_CLK_FORCE_STOP);
sys/dev/ic/rtsx.c
762
RTSX_SET(sc, RTSX_CLK_CTL, RTSX_CLK_LOW_FREQ);
sys/dev/ic/rtsx.c
772
RTSX_SET(sc, RTSX_SSC_CTL1, RTSX_RSTB);