Searched refs:rst_bit (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/drivers/reset/ |
| D | reset-lpc18xx.c | 77 u32 stat, rst_bit; in lpc18xx_rgu_setclear_reset() local 81 rst_bit = 1 << (id % LPC18XX_RGU_RESETS_PER_REG); in lpc18xx_rgu_setclear_reset() 86 writel(stat | rst_bit, rc->base + ctrl_offset); in lpc18xx_rgu_setclear_reset() 88 writel(stat & ~rst_bit, rc->base + ctrl_offset); in lpc18xx_rgu_setclear_reset()
|
| /Linux-v4.19/drivers/clk/sirf/ |
| D | clk-atlas7.c | 286 u8 rst_bit; member 1408 clkc_writel(1 << reset->rst_bit, reset->rst_ofs + 4); in atlas7_reset_module() 1411 clkc_writel(1 << reset->rst_bit, reset->rst_ofs); in atlas7_reset_module() 1415 clkc_writel(1 << reset->rst_bit, reset->rst_ofs + 4); in atlas7_reset_module() 1419 clkc_writel(1 << reset->rst_bit, reset->rst_ofs); in atlas7_reset_module()
|
| /Linux-v4.19/drivers/usb/mtu3/ |
| D | mtu3_core.c | 206 u32 rst_bit = EP_RST(mep->is_in, mep->epnum); in mtu3_ep_reset() local 208 mtu3_setbits(mtu->mac_base, U3D_EP_RST, rst_bit); in mtu3_ep_reset() 209 mtu3_clrbits(mtu->mac_base, U3D_EP_RST, rst_bit); in mtu3_ep_reset()
|