Searched refs:REG_SW_RESET (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/ |
H A D | vsc7326.c | 88 vsc_write(adapter, REG_SW_RESET, 0x80000001); in vsc7326_full_reset() 91 vsc_read(adapter, REG_SW_RESET, &result); in vsc7326_full_reset()
|
H A D | vsc7326_reg.h | 19 #define REG_SW_RESET CRA(0x7,0xf,0x02) /* Global Soft Reset */ macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/ |
H A D | vsc7326.c | 88 vsc_write(adapter, REG_SW_RESET, 0x80000001); in vsc7326_full_reset() 91 vsc_read(adapter, REG_SW_RESET, &result); in vsc7326_full_reset()
|
H A D | vsc7326_reg.h | 19 #define REG_SW_RESET CRA(0x7,0xf,0x02) /* Global Soft Reset */ macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | cassini.c | 1466 writel(SW_RESET_RX, cp->regs + REG_SW_RESET); 1468 if (!(readl(cp->regs + REG_SW_RESET) & SW_RESET_RX)) 3739 cp->regs + REG_SW_RESET); in cas_global_reset() 3741 writel(SW_RESET_TX | SW_RESET_RX, cp->regs + REG_SW_RESET); in cas_global_reset() 3749 u32 val = readl(cp->regs + REG_SW_RESET); in cas_global_reset()
|
H A D | cassini.h | 207 #define REG_SW_RESET 0x1010 /* Software reset */ macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | cassini.c | 1452 writel(SW_RESET_RX, cp->regs + REG_SW_RESET); 1454 if (!(readl(cp->regs + REG_SW_RESET) & SW_RESET_RX)) 3704 cp->regs + REG_SW_RESET); in cas_global_reset() 3706 writel(SW_RESET_TX | SW_RESET_RX, cp->regs + REG_SW_RESET); in cas_global_reset() 3714 u32 val = readl(cp->regs + REG_SW_RESET); in cas_global_reset()
|
H A D | cassini.h | 207 #define REG_SW_RESET 0x1010 /* Software reset */ macro
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
H A D | mt9m114.h | 83 #define REG_SW_RESET 0x301A macro
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/i2c/ |
H A D | mt9m114.h | 83 #define REG_SW_RESET 0x301A macro
|
Completed in 38 milliseconds