Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/ahci/
H A Dahci_attach.c480 u_int32_t ccc_ctl; in ahci_pci_attach() local
483 ccc_ctl = ahci_read(sc, AHCI_REG_CCC_CTL); in ahci_pci_attach()
484 ccc_ctl &= ~0x00000001; in ahci_pci_attach()
485 ahci_write(sc, AHCI_REG_CCC_CTL, ccc_ctl); in ahci_pci_attach()
487 sc->sc_ccc_mask = 1 << AHCI_REG_CCC_CTL_INT(ccc_ctl); in ahci_pci_attach()
502 ccc_ctl &= ~0xffffff00; in ahci_pci_attach()
503 ccc_ctl |= (ccc_timeout << 16) | (ccc_numcomplete << 8); in ahci_pci_attach()
504 ahci_write(sc, AHCI_REG_CCC_CTL, ccc_ctl); in ahci_pci_attach()
506 ahci_write(sc, AHCI_REG_CCC_CTL, ccc_ctl | 1); in ahci_pci_attach()