Searched refs:pwr (Results 1 – 4 of 4) sorted by relevance
758 rt_uint8_t pwr = 0; in rt_sdhci_set_power_with_noreg() local766 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()
457 rt_uint8_t pwr; /* Current voltage */ member
165 usb_hw->pwr = USB_USB_PWR_VBUS_DETECT_BITS | USB_USB_PWR_VBUS_DETECT_OVERRIDE_EN_BITS; in usb_dc_init()
339 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