Searched refs:hcs (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/dev/ufshci/ |
| H A D | ufshci_uic_cmd.c | 17 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 D | ufshci_req_sdb.c | 383 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 D | ufshci_ctrlr.c | 255 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 D | ufshci_reg.h | 29 uint32_t hcs; /* Host Controller Status */ member
|