Searched refs:atapi (Results 1 – 6 of 6) sorted by relevance
45 bool atapi; member78 .atapi = true, .pio = true },549 if (cmd->props->atapi && (cmd->xbytes == 0 || cmd->props->dma)) { in ahci_port_check_pio_sanity()707 if (opts->atapi) { in ahci_exec()847 if (props->atapi) { in command_header_init()892 g_assert(cmd->props->atapi); in ahci_command_enable_atapi_dma()908 g_assert(!(props->dma && props->pio) || props->atapi); in ahci_command_create()920 cmd->sector_size = props->atapi ? ATAPI_SECTOR_SIZE : AHCI_SECTOR_SIZE; in ahci_command_create()980 .atapi = true, in ahci_atapi_get_sense()1066 if (cmd->props->atapi) { in ahci_command_set_offset()[all …]
486 bool atapi; /* ATAPI command? */ member
8 system_ss.add(when: 'CONFIG_IDE_CORE', if_true: files('core.c', 'atapi.c'))
49 # atapi.c
119 } __attribute__ ((packed)) atapi; member
1577 .atapi = true, in ahci_test_cdrom()