Home
last modified time | relevance | path

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

/freebsd/sys/dev/ufshci/
H A Dufshci_uic_cmd.c17 uint32_t is, hcs; in ufshci_uic_power_mode_ready() local
45 hcs = ufshci_mmio_read_4(ctrlr, hcs); in ufshci_uic_power_mode_ready()
46 if (UFSHCIV(UFSHCI_HCS_REG_UPMCRS, hcs) != 0x01) { in ufshci_uic_power_mode_ready()
49 UFSHCIV(UFSHCI_HCS_REG_UPMCRS, hcs)); in ufshci_uic_power_mode_ready()
59 uint32_t is, hcs; in ufshci_uic_hibernation_ready() local
93 hcs = ufshci_mmio_read_4(ctrlr, hcs); in ufshci_uic_hibernation_ready()
94 if (UFSHCIV(UFSHCI_HCS_REG_UPMCRS, hcs) != 0x01) { in ufshci_uic_hibernation_ready()
97 UFSHCIV(UFSHCI_HCS_REG_UPMCRS, hcs)); in ufshci_uic_hibernation_ready()
107 uint32_t hcs; in ufshci_uic_cmd_ready() local
114 hcs = ufshci_mmio_read_4(ctrlr, hcs); in ufshci_uic_cmd_ready()
[all …]
H A Dufshci_req_sdb.c383 uint32_t hcs, utmrldbr, utmrlrsr; in ufshci_req_sdb_enable() local
396 hcs = ufshci_mmio_read_4(ctrlr, hcs); in ufshci_req_sdb_enable()
397 if (!(hcs & UFSHCIM(UFSHCI_HCS_REG_UTMRLRDY))) { in ufshci_req_sdb_enable()
415 uint32_t hcs, utrldbr, utrlcnr, utrlrsr; in ufshci_req_sdb_enable() local
428 hcs = ufshci_mmio_read_4(ctrlr, hcs); in ufshci_req_sdb_enable()
429 if (!(hcs & UFSHCIM(UFSHCI_HCS_REG_UTRLRDY))) { in ufshci_req_sdb_enable()
H A Dufshci_ctrlr.c255 uint32_t ie, hcs; in ufshci_ctrlr_enable() local
273 hcs = ufshci_mmio_read_4(ctrlr, hcs); in ufshci_ctrlr_enable()
274 if (!UFSHCIV(UFSHCI_HCS_REG_DP, hcs)) { in ufshci_ctrlr_enable()
647 UFSHCI_DUMP_REG(ctrlr, hcs); in ufshci_reg_dump()
H A Dufshci_reg.h29 uint32_t hcs; /* Host Controller Status */ member