Searched refs:REG_SW_RESET (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/chxge/com/ |
H A D | vsc7321.c | 111 { REG_SW_RESET, 0x80000001 }, 113 { REG_SW_RESET, 0x00000000 },
|
H A D | vsc7326.c | 108 vsc_write(adapter, REG_SW_RESET, 0x80000001); in vsc7326_full_reset() 111 vsc_read(adapter, REG_SW_RESET, &result); in vsc7326_full_reset()
|
H A D | vsc7321_reg.h | 44 #define REG_SW_RESET CRA(0x7,0xf,0x02) /* Global Soft Reset */ macro
|
H A D | vsc7326_reg.h | 44 #define REG_SW_RESET CRA(0x7,0xf,0x02) /* Global Soft Reset */ macro
|