Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/elxl/
H A Delxl.c2020 PUT16(W4_PHYSMGMT, PHYSMGMT_DIR); in ex_mii_send_bits()
2025 val = PHYSMGMT_DIR | PHYSMGMT_DATA; in ex_mii_send_bits()
2027 val = PHYSMGMT_DIR; 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()
2099 PUT16(W4_PHYSMGMT, PHYSMGMT_DIR); in elxl_mii_read()
2127 PUT16(W4_PHYSMGMT, PHYSMGMT_DIR); in elxl_mii_write()
H A Delxl.h212 #define PHYSMGMT_DIR 0x0004 macro