Searched refs:rst_bit (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/reset/ |
| D | reset-lpc18xx.c | 73 u32 stat, rst_bit; in lpc18xx_rgu_setclear_reset() local 77 rst_bit = 1 << (id % LPC18XX_RGU_RESETS_PER_REG); in lpc18xx_rgu_setclear_reset() 82 writel(stat | rst_bit, rc->base + ctrl_offset); in lpc18xx_rgu_setclear_reset() 84 writel(stat & ~rst_bit, rc->base + ctrl_offset); in lpc18xx_rgu_setclear_reset()
|
| /Linux-v5.4/drivers/staging/fieldbus/anybuss/ |
| D | arcx-anybus.c | 50 static void do_reset(struct controller_priv *cd, u8 rst_bit, bool reset) in do_reset() argument 58 cd->control_reg &= ~rst_bit; in do_reset() 60 cd->control_reg |= rst_bit; in do_reset()
|
| /Linux-v5.4/drivers/clk/sirf/ |
| D | clk-atlas7.c | 285 u8 rst_bit; member 1407 clkc_writel(1 << reset->rst_bit, reset->rst_ofs + 4); in atlas7_reset_module() 1410 clkc_writel(1 << reset->rst_bit, reset->rst_ofs); in atlas7_reset_module() 1414 clkc_writel(1 << reset->rst_bit, reset->rst_ofs + 4); in atlas7_reset_module() 1418 clkc_writel(1 << reset->rst_bit, reset->rst_ofs); in atlas7_reset_module()
|
| /Linux-v5.4/drivers/usb/mtu3/ |
| D | mtu3_core.c | 209 u32 rst_bit = EP_RST(mep->is_in, mep->epnum); in mtu3_ep_reset() local 211 mtu3_setbits(mtu->mac_base, U3D_EP_RST, rst_bit); in mtu3_ep_reset() 212 mtu3_clrbits(mtu->mac_base, U3D_EP_RST, rst_bit); in mtu3_ep_reset()
|
| /Linux-v5.4/drivers/staging/media/imx/ |
| D | imx7-mipi-csis.c | 215 u8 rst_bit; member
|