fiscfg            510 drivers/ata/sata_mv.c 	u32			fiscfg;
fiscfg            947 drivers/ata/sata_mv.c 	pp->cached.fiscfg = readl(port_mmio + FISCFG);
fiscfg           1483 drivers/ata/sata_mv.c 	u32 fiscfg,   *old_fiscfg   = &pp->cached.fiscfg;
fiscfg           1491 drivers/ata/sata_mv.c 		fiscfg = *old_fiscfg | FISCFG_SINGLE_SYNC;
fiscfg           1496 drivers/ata/sata_mv.c 			fiscfg |=  FISCFG_WAIT_DEV_ERR;
fiscfg           1498 drivers/ata/sata_mv.c 		fiscfg = *old_fiscfg & ~(FISCFG_SINGLE_SYNC | FISCFG_WAIT_DEV_ERR);
fiscfg           1502 drivers/ata/sata_mv.c 	mv_write_cached_reg(port_mmio + FISCFG, old_fiscfg, fiscfg);