Searched refs:PORT_CMD_FIS_ON (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | ahci.h | 174 PORT_CMD_FIS_ON = BIT(14), /* FIS DMA engine running */ enumerator
|
H A D | libahci.c | 723 tmp = ata_wait_register(ap, port_mmio + PORT_CMD, PORT_CMD_FIS_ON, in ahci_stop_fis_rx() 724 PORT_CMD_FIS_ON, 10, 1000); in ahci_stop_fis_rx() 725 if (tmp & PORT_CMD_FIS_ON) in ahci_stop_fis_rx()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | ahci.h | 175 PORT_CMD_FIS_ON = BIT(14), /* FIS DMA engine running */ enumerator
|
H A D | libahci.c | 781 tmp = ata_wait_register(ap, port_mmio + PORT_CMD, PORT_CMD_FIS_ON, in ahci_stop_fis_rx() 782 PORT_CMD_FIS_ON, 10, 1000); in ahci_stop_fis_rx() 783 if (tmp & PORT_CMD_FIS_ON) in ahci_stop_fis_rx()
|
Completed in 9 milliseconds