Searched refs:REG_DEV_SETUP (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb/ |
D | vsc7326.c | 136 { REG_DEV_SETUP(0), 0x00000083 }, 137 { REG_DEV_SETUP(0), 0x00000082 }, 162 { REG_DEV_SETUP(1), 0x00000083 }, 163 { REG_DEV_SETUP(1), 0x00000082 }, 188 { REG_DEV_SETUP(2), 0x00000083 }, 189 { REG_DEV_SETUP(2), 0x00000082 }, 214 { REG_DEV_SETUP(3), 0x00000083 }, 215 { REG_DEV_SETUP(3), 0x00000082 }, 329 vsc_write(adapter, REG_DEV_SETUP(port), 0x0); in run_bist_all() 353 vsc_write(adapter, REG_DEV_SETUP(port), 0x1); in run_bist_all() [all …]
|
D | vsc7326_reg.h | 182 #define REG_DEV_SETUP(pn) CRA(0x1,pn,0x0b) /* MAC clock/reset setup */ macro
|