ahcisata_core.c | 648 uint32_t is, tfd, sact; local in function:ahci_intr_port_common 658 "is 0x%x CI 0x%x SACT 0x%x TFD 0x%x\n", 668 sact = AHCI_READ(sc, AHCI_P_CI(chp->ch_channel)); 671 sact = AHCI_READ(sc, AHCI_P_SACT(chp->ch_channel)); 690 "%s port %d: TFE: sact 0x%x is 0x%x tfd 0x%x\n", 691 AHCINAME(sc), chp->ch_channel, sact, is, tfd), 730 (sact & __BIT(slot)) == 0) { 747 (sact & __BIT(slot)) == 0) {
|