Searched refs:cfis (Results 1 – 1 of 1) sorted by relevance
512 struct sata_fis_h2d *cfis = &h2d; in ahci_set_feature() local516 cfis->pm_port_c = 1 << 7; in ahci_set_feature()620 struct sata_fis_h2d *cfis = &h2d; in dwc_ahsata_identify() local627 cfis->command = ATA_CMD_ID_ATA; in dwc_ahsata_identify()645 struct sata_fis_h2d *cfis = &h2d; in dwc_ahsata_rw_cmd() local656 cfis->device = ATA_LBA; in dwc_ahsata_rw_cmd()661 cfis->lba_low = block & 0xff; in dwc_ahsata_rw_cmd()674 struct sata_fis_h2d *cfis = &h2d; in dwc_ahsata_flush_cache() local681 cfis->command = ATA_CMD_FLUSH; in dwc_ahsata_flush_cache()709 cfis->lba_low = block & 0xff; in dwc_ahsata_rw_cmd_ext()[all …]
Completed in 10 milliseconds