core_ctl         1739 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c 	u32  core_ctl;
core_ctl         1745 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c 	core_ctl = IXGBE_READ_REG(hw, IXGBE_CORECTL);
core_ctl         1746 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c 	*val = (u8)core_ctl;
core_ctl         1761 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c 	u32  core_ctl;
core_ctl         1763 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c 	core_ctl = (reg << 8) | val;
core_ctl         1764 drivers/net/ethernet/intel/ixgbe/ixgbe_82599.c 	IXGBE_WRITE_REG(hw, IXGBE_CORECTL, core_ctl);
core_ctl          160 sound/soc/img/img-i2s-out.c 	u32 core_ctl, chan_ctl;
core_ctl          162 sound/soc/img/img-i2s-out.c 	core_ctl = img_i2s_out_readl(i2s, IMG_I2S_OUT_CTL) &
core_ctl          167 sound/soc/img/img-i2s-out.c 		core_ctl &= ~IMG_I2S_OUT_CTL_CLK_EN_MASK;
core_ctl          181 sound/soc/img/img-i2s-out.c 	img_i2s_out_writel(i2s, core_ctl, IMG_I2S_OUT_CTL);