Home
last modified time | relevance | path

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

/freebsd/sys/dev/ahci/
H A Dahci.h519 uint32_t emloc; /* EM buffer location */ member
H A Dahci.c274 ctlr->emloc = ATA_INL(ctlr->r_mem, AHCI_EM_LOC); in ahci_attach()
613 offset = (ctlr->emloc & 0xffff0000) >> 14; in ahci_alloc_resource()
614 size = (ctlr->emloc & 0x0000ffff) << 2; in ahci_alloc_resource()