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

/freebsd-current/sys/dev/ahci/
H A Dahci.h519 uint32_t emloc; /* EM buffer location */ member in struct:ahci_controller
H A Dahci.c274 ctlr->emloc = ATA_INL(ctlr->r_mem, AHCI_EM_LOC);
611 offset = (ctlr->emloc & 0xffff0000) >> 14;
612 size = (ctlr->emloc & 0x0000ffff) << 2;

Completed in 158 milliseconds