Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/etherswitch/mtkswitch/
HDmtkswitch_mt7620.h69 #define PIAC_MDIO_RW_DATA_MASK 0xffff macro
HDmtkswitch_mt7620.c66 return ((int)(data & PIAC_MDIO_RW_DATA_MASK)); in mtkswitch_phy_read_locked()
93 (val & PIAC_MDIO_RW_DATA_MASK) | PIAC_MDIO_CMD_WRITE); in mtkswitch_phy_write_locked()