Home
last modified time | relevance | path

Searched refs:REG_DEV_SETUP (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/chelsio/
Dvsc7326.c137 { REG_DEV_SETUP(0), 0x00000083 },
138 { REG_DEV_SETUP(0), 0x00000082 },
163 { REG_DEV_SETUP(1), 0x00000083 },
164 { REG_DEV_SETUP(1), 0x00000082 },
189 { REG_DEV_SETUP(2), 0x00000083 },
190 { REG_DEV_SETUP(2), 0x00000082 },
215 { REG_DEV_SETUP(3), 0x00000083 },
216 { REG_DEV_SETUP(3), 0x00000082 },
330 vsc_write(adapter, REG_DEV_SETUP(port), 0x0); in run_bist_all()
354 vsc_write(adapter, REG_DEV_SETUP(port), 0x1); in run_bist_all()
[all …]
Dvsc7326_reg.h181 #define REG_DEV_SETUP(pn) CRA(0x1,pn,0x0b) /* MAC clock/reset setup */ macro