Searched refs:is_atapi (Results 1 – 5 of 5) sorted by relevance
1379 int is_atapi = opts & AHCI_CMD_ATAPI; in ahci_pio_transfer() local 1393 pio_fis_i = ad->done_first_drq || (!is_atapi && !is_write); in ahci_pio_transfer() 1396 if (is_atapi && !ad->done_first_drq) { in ahci_pio_transfer() 1406 size, is_atapi ? "atapi" : "ata", in ahci_pio_transfer()
601 bool is_atapi(AHCIQState *ahci, uint8_t port);
118 bool is_atapi(AHCIQState *ahci, uint8_t port) in is_atapi() function
26 int is_atapi;
233 if (is_atapi(ahci, port)) { in ahci_boot_and_enable()