Searched refs:REG_SW_RESET (Results 1 – 4 of 4) sorted by relevance
89 vsc_write(adapter, REG_SW_RESET, 0x80000001); in vsc7326_full_reset()92 vsc_read(adapter, REG_SW_RESET, &result); in vsc7326_full_reset()
18 #define REG_SW_RESET CRA(0x7,0xf,0x02) /* Global Soft Reset */ macro
1489 writel(SW_RESET_RX, cp->regs + REG_SW_RESET);1491 if (!(readl(cp->regs + REG_SW_RESET) & SW_RESET_RX))3764 cp->regs + REG_SW_RESET); in cas_global_reset()3766 writel(SW_RESET_TX | SW_RESET_RX, cp->regs + REG_SW_RESET); in cas_global_reset()3774 u32 val = readl(cp->regs + REG_SW_RESET); in cas_global_reset()
219 #define REG_SW_RESET 0x1010 /* Software reset */ macro