Searched refs:hce (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/ufshci/ |
| H A D | ufshci_ctrlr.c | 170 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 D | ufshci_reg.h | 30 uint32_t hce; /* Host Controller Enable */ member
|
| /freebsd/sys/contrib/device-tree/src/arm/microchip/ |
| H A D | at91-cosino_mega2560.dts | 19 compatible = "hce,cosino_mega2560", "atmel,at91sam9x5", "atmel,at91sam9";
|
| H A D | at91-cosino.dtsi | 17 compatible = "hce,cosino", "atmel,at91sam9x5", "atmel,at91sam9";
|