Home
last modified time | relevance | path

Searched refs:pm_port_c (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/ata/
H A Dfsl_sata.c324 h2d->pm_port_c = cfis->pm_port_c; in fsl_ata_exec_ata_cmd()
404 val32 = (u32)(h2d->pm_port_c & 0x0f); in fsl_ata_exec_ata_cmd()
490 cfis->pm_port_c = 0x80; /* is command */ in fsl_sata_identify()
516 cfis->pm_port_c = 0x80; /* is command */ in fsl_sata_set_features()
547 cfis->pm_port_c = 0x80; /* is command */ in fsl_sata_rw_cmd()
569 cfis->pm_port_c = 0x80; /* is command */ in fsl_sata_flush_cache()
586 cfis->pm_port_c = 0x80; /* is command */ in fsl_sata_rw_cmd_ext()
623 cfis->pm_port_c = 0x80; /* is command */ in fsl_sata_rw_ncq_cmd()
657 cfis->pm_port_c = 0x80; /* is command */ in fsl_sata_flush_cache_ext()
H A Dsata_sil.c177 pcmd->prb.fis.pm_port_c = (1 << 7); in sil_cmd_set_feature()
217 pcmd->prb.fis.pm_port_c = (1 << 7); in sil_cmd_identify_device()
253 pcmd->prb.fis.pm_port_c = 0xf; in sil_cmd_soft_reset()
279 pcmd->prb.fis.pm_port_c = (1 << 7); in sil_sata_rw_cmd()
324 pcmd->prb.fis.pm_port_c = (1 << 7); in sil_sata_rw_cmd_ext()
423 pcmd->prb.fis.pm_port_c = (1 << 7); in sil_sata_cmd_flush_cache()
435 pcmd->prb.fis.pm_port_c = (1 << 7); in sil_sata_cmd_flush_cache_ext()
H A Ddwc_ahsata.c425 cfis->pm_port_c = 1 << 7; in ahci_set_feature()
534 cfis->pm_port_c = 0x80; /* is command */ in dwc_ahsata_identify()
562 cfis->pm_port_c = 0x80; /* is command */ in dwc_ahsata_rw_cmd()
588 cfis->pm_port_c = 0x80; /* is command */ in dwc_ahsata_flush_cache()
607 cfis->pm_port_c = 0x80; /* is command */ in dwc_ahsata_rw_cmd_ext()
638 cfis->pm_port_c = 0x80; /* is command */ in dwc_ahsata_flush_cache_ext()
H A Dsata_mv.c592 ((cfis->pm_port_c << CRQB_CNTRLFLAGS_PMPORTSHIFT) in mv_ata_exec_ata_cmd()
/openbmc/u-boot/include/
H A Dfis.h14 u8 pm_port_c; member
37 u8 pm_port_c; member