Home
last modified time | relevance | path

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

/components/drivers/sdio/sdhci/
A Dsdhci.c758 rt_uint8_t pwr = 0; in rt_sdhci_set_power_with_noreg() local
766 pwr = RT_SDHCI_POWER_180; in rt_sdhci_set_power_with_noreg()
770 pwr = RT_SDHCI_POWER_300; in rt_sdhci_set_power_with_noreg()
776 pwr = RT_SDHCI_POWER_330; in rt_sdhci_set_power_with_noreg()
783 if (host->pwr == pwr) in rt_sdhci_set_power_with_noreg()
786 host->pwr = pwr; in rt_sdhci_set_power_with_noreg()
788 if (pwr == 0) in rt_sdhci_set_power_with_noreg()
800 rt_sdhci_writeb(host, pwr, RT_SDHCI_POWER_CONTROL); in rt_sdhci_set_power_with_noreg()
802 pwr |= RT_SDHCI_POWER_ON; in rt_sdhci_set_power_with_noreg()
804 rt_sdhci_writeb(host, pwr, RT_SDHCI_POWER_CONTROL); in rt_sdhci_set_power_with_noreg()
/components/drivers/sdio/sdhci/include/
A Dsdhci.h457 rt_uint8_t pwr; /* Current voltage */ member
/components/drivers/usb/cherryusb/port/rp2040/
A Dusb_dc_rp2040.c165 usb_hw->pwr = USB_USB_PWR_VBUS_DETECT_BITS | USB_USB_PWR_VBUS_DETECT_OVERRIDE_EN_BITS; in usb_dc_init()
A Dusb_hc_rp2040.c339 usb_hw->pwr = USB_USB_PWR_VBUS_DETECT_BITS | USB_USB_PWR_VBUS_DETECT_OVERRIDE_EN_BITS; in usb_hc_init()

Completed in 19 milliseconds