Home
last modified time | relevance | path

Searched refs:ifctl (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/atheros/
H A Dag71xx.c1023 u32 ifctl; in ag71xx_mac_link_up() local
1030 ifctl = ag71xx_rr(ag, AG71XX_REG_MAC_IFCTL); in ag71xx_mac_link_up()
1031 ifctl &= ~(MAC_IFCTL_SPEED); in ag71xx_mac_link_up()
1043 ifctl |= MAC_IFCTL_SPEED; in ag71xx_mac_link_up()
1054 ag71xx_wr(ag, AG71XX_REG_MAC_IFCTL, ifctl); in ag71xx_mac_link_up()
/linux/drivers/ata/
H A Dsata_mv.c2196 u32 ifctl, old_ifctl, ifstat; in mv_send_fis() local
2201 ifctl = 0x100 | (old_ifctl & 0xf); in mv_send_fis()
2202 writelfl(ifctl, port_mmio + SATA_IFCTL); in mv_send_fis()
2209 writelfl(ifctl | 0x200, port_mmio + SATA_IFCTL); in mv_send_fis()