Home
last modified time | relevance | path

Searched refs:REG_SW_RESET (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb/
Dvsc7326.c88 vsc_write(adapter, REG_SW_RESET, 0x80000001); in vsc7326_full_reset()
91 vsc_read(adapter, REG_SW_RESET, &result); in vsc7326_full_reset()
Dvsc7326_reg.h19 #define REG_SW_RESET CRA(0x7,0xf,0x02) /* Global Soft Reset */ macro
/linux-5.19.10/drivers/staging/media/atomisp/i2c/
Dmt9m114.h83 #define REG_SW_RESET 0x301A macro
/linux-5.19.10/drivers/net/ethernet/sun/
Dcassini.c1454 writel(SW_RESET_RX, cp->regs + REG_SW_RESET);
1456 if (!(readl(cp->regs + REG_SW_RESET) & SW_RESET_RX))
3726 cp->regs + REG_SW_RESET); in cas_global_reset()
3728 writel(SW_RESET_TX | SW_RESET_RX, cp->regs + REG_SW_RESET); in cas_global_reset()
3736 u32 val = readl(cp->regs + REG_SW_RESET); in cas_global_reset()
Dcassini.h207 #define REG_SW_RESET 0x1010 /* Software reset */ macro