Home
last modified time | relevance | path

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

/freebsd/sys/dev/ufshci/
H A Dufshci_ctrlr.c170 uint32_t hce; in ufshci_ctrlr_disable_host_ctrlr() local
172 hce = ufshci_mmio_read_4(ctrlr, hce); in ufshci_ctrlr_disable_host_ctrlr()
175 if (UFSHCIV(UFSHCI_HCE_REG_HCE, hce)) { in ufshci_ctrlr_disable_host_ctrlr()
176 hce &= ~UFSHCIM(UFSHCI_HCE_REG_HCE); in ufshci_ctrlr_disable_host_ctrlr()
177 ufshci_mmio_write_4(ctrlr, hce, hce); in ufshci_ctrlr_disable_host_ctrlr()
182 hce = ufshci_mmio_read_4(ctrlr, hce); in ufshci_ctrlr_disable_host_ctrlr()
183 if (!UFSHCIV(UFSHCI_HCE_REG_HCE, hce)) in ufshci_ctrlr_disable_host_ctrlr()
205 uint32_t hce; in ufshci_ctrlr_enable_host_ctrlr() local
207 hce = ufshci_mmio_read_4(ctrlr, hce); in ufshci_ctrlr_enable_host_ctrlr()
210 hce |= UFSHCIM(UFSHCI_HCE_REG_HCE); in ufshci_ctrlr_enable_host_ctrlr()
[all …]
H A Dufshci_reg.h30 uint32_t hce; /* Host Controller Enable */ member
/freebsd/sys/contrib/device-tree/src/arm/microchip/
H A Dat91-cosino_mega2560.dts19 compatible = "hce,cosino_mega2560", "atmel,at91sam9x5", "atmel,at91sam9";
H A Dat91-cosino.dtsi17 compatible = "hce,cosino", "atmel,at91sam9x5", "atmel,at91sam9";