Searched refs:W4_PHYSMGMT (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/elxl/ |
H A D | elxl.c | 2020 PUT16(W4_PHYSMGMT, PHYSMGMT_DIR); in ex_mii_send_bits() 2029 PUT16(W4_PHYSMGMT, val); in ex_mii_send_bits() 2031 PUT16(W4_PHYSMGMT, val | PHYSMGMT_CLK); in ex_mii_send_bits() 2033 PUT16(W4_PHYSMGMT, val); in ex_mii_send_bits() 2044 PUT16(W4_PHYSMGMT, PHYSMGMT_DATA | PHYSMGMT_DIR); in ex_mii_sync() 2048 PUT16(W4_PHYSMGMT, PHYSMGMT_DATA | PHYSMGMT_DIR | PHYSMGMT_CLK); in ex_mii_sync() 2050 PUT16(W4_PHYSMGMT, PHYSMGMT_DATA | PHYSMGMT_DIR); in ex_mii_sync() 2075 PUT16(W4_PHYSMGMT, 0); /* switch to input */ in elxl_mii_read() 2077 PUT16(W4_PHYSMGMT, PHYSMGMT_CLK); /* turnaround time */ in elxl_mii_read() 2079 PUT16(W4_PHYSMGMT, 0); in elxl_mii_read() [all …]
|
H A D | elxl.h | 209 #define W4_PHYSMGMT 0x08 macro
|