예제 #1
0
파일: sata_via.c 프로젝트: 3null/fastsocket
static void svia_noop_freeze(struct ata_port *ap)
{
	/* Some VIA controllers choke if ATA_NIEN is manipulated in
	 * certain way.  Leave it alone and just clear pending IRQ.
	 */
	ap->ops->sff_check_status(ap);
	ata_sff_irq_clear(ap);
}
예제 #2
0
static void svia_noop_freeze(struct ata_port *ap)
{
	
	ap->ops->sff_check_status(ap);
	ata_sff_irq_clear(ap);
}