Searched refs:AHCI_CMD_STATUS_FRE (Results 1 – 2 of 2) sorted by relevance
195 #define AHCI_CMD_STATUS_FRE (0x1 << 4) /* FIS receive enable */ macro
4056 AHCI_CMD_STATUS_FRE | in ahci_initialize_port()5349 port_cmd_status|AHCI_CMD_STATUS_FRE); in ahci_port_reset()5527 ASSERT(port_cmd_status & AHCI_CMD_STATUS_FRE); in ahci_pmport_reset()5528 if (!(port_cmd_status & AHCI_CMD_STATUS_FRE)) in ahci_pmport_reset()6014 if (!(port_cmd_status & AHCI_CMD_STATUS_FRE)) { in ahci_start_port()6015 port_cmd_status |= AHCI_CMD_STATUS_FRE; in ahci_start_port()6063 if (port_cmd_status & (AHCI_CMD_STATUS_FRE | AHCI_CMD_STATUS_FR)) { in ahci_setup_port_base_addresses()6067 port_cmd_status &= ~AHCI_CMD_STATUS_FRE; in ahci_setup_port_base_addresses()