Home
last modified time | relevance | path

Searched refs:YT8521_RSSR_FIBER_SPACE (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/phy/
H A Dmotorcomm.c160 #define YT8521_RSSR_FIBER_SPACE (0x1 << 1) macro
291 * YT8521_RSSR_FIBER_SPACE
663 * returns current reg space of yt8521 (YT8521_RSSR_FIBER_SPACE/
674 if ((old_page & YT8521_RSSR_SPACE_MASK) == YT8521_RSSR_FIBER_SPACE) in yt8521_read_page()
675 return YT8521_RSSR_FIBER_SPACE; in yt8521_read_page()
683 * @page: The reg page(YT8521_RSSR_FIBER_SPACE/YT8521_RSSR_UTP_SPACE) to write.
692 if ((page & YT8521_RSSR_SPACE_MASK) == YT8521_RSSR_FIBER_SPACE) in yt8521_write_page()
693 set = YT8521_RSSR_FIBER_SPACE; in yt8521_write_page()
983 priv->reg_page = YT8521_RSSR_FIBER_SPACE; in yt8521_probe()
1250 * @page: The reg page(YT8521_RSSR_FIBER_SPACE/YT8521_RSSR_UTP_SPAC
[all...]

Completed in 3 milliseconds