Searched refs:rst_bit (Results 1 – 3 of 3) sorted by relevance
121 unsigned int rst_bit = BIT(id & NPCM_MASK_RESETS); in npcm_rc_setclear_reset() local 129 writel(stat | rst_bit, rc->base + ctrl_offset); in npcm_rc_setclear_reset() 131 writel(stat & ~rst_bit, rc->base + ctrl_offset); in npcm_rc_setclear_reset() 152 unsigned int rst_bit = BIT(id & NPCM_MASK_RESETS); in npcm_rc_status() local 155 return (readl(rc->base + ctrl_offset) & rst_bit); in npcm_rc_status()
301 u32 rst_bit = EP_RST(mep->is_in, mep->epnum); in mtu3_ep_reset() local 303 mtu3_setbits(mtu->mac_base, U3D_EP_RST, rst_bit); in mtu3_ep_reset() 304 mtu3_clrbits(mtu->mac_base, U3D_EP_RST, rst_bit); in mtu3_ep_reset()
930 u8 rst_bit = id % 16; in rzv2h_cpg_reset_xlate() local 935 rst_bit == priv->resets[i].reset_bit) in rzv2h_cpg_reset_xlate()