Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dahcireg.h246 #define AHCI_CMD_LIST_FLAG_W (1<<6) /* Write */ macro
H A Dahci.c1055 AHCI_CMD_LIST_FLAG_W); in ahci_port_softreset()
1066 htolem16(&cmd_slot->flags, 5 | AHCI_CMD_LIST_FLAG_W); in ahci_port_softreset()
2836 flags |= AHCI_CMD_LIST_FLAG_W; in ahci_ata_cmd()
3411 flags |= AHCI_CMD_LIST_FLAG_W; in ahci_hibernate_io()