Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dfsl_sata.c325 h2d->pm_port_c = cfis->pm_port_c; in fsl_ata_exec_ata_cmd()
405 val32 = (u32)(h2d->pm_port_c & 0x0f); in fsl_ata_exec_ata_cmd()
491 cfis->pm_port_c = 0x80; /* is command */ in fsl_sata_identify()
517 cfis->pm_port_c = 0x80; /* is command */ in fsl_sata_set_features()
548 cfis->pm_port_c = 0x80; /* is command */ in fsl_sata_rw_cmd()
570 cfis->pm_port_c = 0x80; /* is command */ in fsl_sata_flush_cache()
587 cfis->pm_port_c = 0x80; /* is command */ in fsl_sata_rw_cmd_ext()
624 cfis->pm_port_c = 0x80; /* is command */ in fsl_sata_rw_ncq_cmd()
658 cfis->pm_port_c = 0x80; /* is command */ in fsl_sata_flush_cache_ext()
H A Dsata_sil.c178 pcmd->prb.fis.pm_port_c = (1 << 7); in sil_cmd_set_feature()
218 pcmd->prb.fis.pm_port_c = (1 << 7); in sil_cmd_identify_device()
254 pcmd->prb.fis.pm_port_c = 0xf; in sil_cmd_soft_reset()
280 pcmd->prb.fis.pm_port_c = (1 << 7); in sil_sata_rw_cmd()
325 pcmd->prb.fis.pm_port_c = (1 << 7); in sil_sata_rw_cmd_ext()
424 pcmd->prb.fis.pm_port_c = (1 << 7); in sil_sata_cmd_flush_cache()
436 pcmd->prb.fis.pm_port_c = (1 << 7); in sil_sata_cmd_flush_cache_ext()
H A Ddwc_ahsata.c426 cfis->pm_port_c = 1 << 7; in ahci_set_feature()
535 cfis->pm_port_c = 0x80; /* is command */ in dwc_ahsata_identify()
563 cfis->pm_port_c = 0x80; /* is command */ in dwc_ahsata_rw_cmd()
589 cfis->pm_port_c = 0x80; /* is command */ in dwc_ahsata_flush_cache()
608 cfis->pm_port_c = 0x80; /* is command */ in dwc_ahsata_rw_cmd_ext()
639 cfis->pm_port_c = 0x80; /* is command */ in dwc_ahsata_flush_cache_ext()
H A Dsata_mv.c593 ((cfis->pm_port_c << CRQB_CNTRLFLAGS_PMPORTSHIFT) in mv_ata_exec_ata_cmd()
/OK3568_Linux_fs/u-boot/include/
H A Dfis.h15 u8 pm_port_c; member
38 u8 pm_port_c; member