ifctl            2228 drivers/ata/sata_mv.c 	u32 ifctl, old_ifctl, ifstat;
ifctl            2233 drivers/ata/sata_mv.c 	ifctl = 0x100 | (old_ifctl & 0xf);
ifctl            2234 drivers/ata/sata_mv.c 	writelfl(ifctl, port_mmio + SATA_IFCTL);
ifctl            2241 drivers/ata/sata_mv.c 	writelfl(ifctl | 0x200, port_mmio + SATA_IFCTL);
ifctl             852 drivers/net/ethernet/atheros/ag71xx.c 	u32 ifctl;
ifctl             867 drivers/net/ethernet/atheros/ag71xx.c 	ifctl = ag71xx_rr(ag, AG71XX_REG_MAC_IFCTL);
ifctl             868 drivers/net/ethernet/atheros/ag71xx.c 	ifctl &= ~(MAC_IFCTL_SPEED);
ifctl             880 drivers/net/ethernet/atheros/ag71xx.c 		ifctl |= MAC_IFCTL_SPEED;
ifctl             899 drivers/net/ethernet/atheros/ag71xx.c 	ag71xx_wr(ag, AG71XX_REG_MAC_IFCTL, ifctl);
ifctl             602 drivers/net/ethernet/freescale/ucc_geth.c 		(u32)&ugeth->ug_regs->ifctl,
ifctl             603 drivers/net/ethernet/freescale/ucc_geth.c 		in_be32(&ugeth->ug_regs->ifctl));
ifctl              49 drivers/net/ethernet/freescale/ucc_geth.h 	u32 ifctl;		/* interface control reg */
ifctl             195 sound/soc/sh/siu_dai.c 	u32 srctl, ifctl;
ifctl             198 sound/soc/sh/siu_dai.c 	ifctl = siu_read32(base + SIU_IFCTL);
ifctl             204 sound/soc/sh/siu_dai.c 		ifctl &= ~0xc2;
ifctl             209 sound/soc/sh/siu_dai.c 		ifctl &= ~0x31;
ifctl             215 sound/soc/sh/siu_dai.c 	siu_write32(base + SIU_IFCTL, ifctl);
ifctl             594 sound/soc/sh/siu_dai.c 	u32 ifctl;
ifctl             605 sound/soc/sh/siu_dai.c 		ifctl = siu_flags[info->port_id].playback.i2s |
ifctl             609 sound/soc/sh/siu_dai.c 		ifctl = siu_flags[info->port_id].playback.pcm |
ifctl             617 sound/soc/sh/siu_dai.c 	ifctl |= ~(siu_flags[info->port_id].playback.mask |
ifctl             620 sound/soc/sh/siu_dai.c 	siu_write32(base + SIU_IFCTL, ifctl);