Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sh/
H A Dsiu_dai.c195 u32 srctl, ifctl; in siu_dai_open() local
198 ifctl = siu_read32(base + SIU_IFCTL); in siu_dai_open()
204 ifctl &= ~0xc2; in siu_dai_open()
209 ifctl &= ~0x31; in siu_dai_open()
215 siu_write32(base + SIU_IFCTL, ifctl); in siu_dai_open()
594 u32 ifctl; in siu_dai_set_fmt() local
605 ifctl = siu_flags[info->port_id].playback.i2s | in siu_dai_set_fmt()
609 ifctl = siu_flags[info->port_id].playback.pcm | in siu_dai_set_fmt()
617 ifctl |= ~(siu_flags[info->port_id].playback.mask | in siu_dai_set_fmt()
620 siu_write32(base + SIU_IFCTL, ifctl); in siu_dai_set_fmt()
/openbmc/u-boot/include/linux/
H A Dimmap_qe.h301 u32 ifctl; /* interface control reg */ member
317 u32 ifctl; /* interface control reg */ member
/openbmc/linux/drivers/net/ethernet/atheros/
H A Dag71xx.c1044 u32 ifctl; in ag71xx_mac_link_up() local
1051 ifctl = ag71xx_rr(ag, AG71XX_REG_MAC_IFCTL); in ag71xx_mac_link_up()
1052 ifctl &= ~(MAC_IFCTL_SPEED); in ag71xx_mac_link_up()
1064 ifctl |= MAC_IFCTL_SPEED; in ag71xx_mac_link_up()
1075 ag71xx_wr(ag, AG71XX_REG_MAC_IFCTL, ifctl); in ag71xx_mac_link_up()
/openbmc/linux/drivers/net/ethernet/freescale/
H A Ducc_geth.h48 u32 ifctl; /* interface control reg */ member
H A Ducc_geth.c621 (u32)&ugeth->ug_regs->ifctl, in dump_regs()
622 in_be32(&ugeth->ug_regs->ifctl)); in dump_regs()
/openbmc/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()