Lines Matching defs:page
289 /* current reg page of yt8521 phy:
591 static int yt8511_write_page(struct phy_device *phydev, int page)
593 return __phy_write(phydev, YT8511_PAGE_SELECT, page);
637 /* fast ethernet delay is in a separate page */
660 * yt8521_read_page() - read reg page
681 * yt8521_write_page() - write reg page
683 * @page: The reg page(YT8521_RSSR_FIBER_SPACE/YT8521_RSSR_UTP_SPACE) to write.
687 static int yt8521_write_page(struct phy_device *phydev, int page)
692 if ((page & YT8521_RSSR_SPACE_MASK) == YT8521_RSSR_FIBER_SPACE)
1248 * yt8521_read_status_paged() - determines the speed and duplex of one page
1250 * @page: The reg page(YT8521_RSSR_FIBER_SPACE/YT8521_RSSR_UTP_SPACE) to
1255 static int yt8521_read_status_paged(struct phy_device *phydev, int page)
1277 page &= YT8521_RSSR_SPACE_MASK;
1278 old_page = phy_select_page(phydev, page);
1296 if (page == YT8521_RSSR_FIBER_SPACE) {
1323 if (page == YT8521_RSSR_UTP_SPACE)
1353 /* when page is YT8521_RSSR_TO_BE_ARBITRATED, arbitration is
1420 * yt8521_modify_bmcr_paged - bits modify a PHY's BMCR register of one page
1422 * @page: The reg page(YT8521_RSSR_FIBER_SPACE/YT8521_RSSR_UTP_SPACE) to operate
1434 static int yt8521_modify_bmcr_paged(struct phy_device *phydev, int page,
1441 old_page = phy_select_page(phydev, page & YT8521_RSSR_SPACE_MASK);
1988 * of one page
1990 * @page: The reg page(YT8521_RSSR_FIBER_SPACE/YT8521_RSSR_UTP_SPACE) to
1995 static int yt8521_config_aneg_paged(struct phy_device *phydev, int page)
2002 page &= YT8521_RSSR_SPACE_MASK;
2004 old_page = phy_select_page(phydev, page);
2016 if (page == YT8521_RSSR_FIBER_SPACE) {
2033 if (page == YT8521_RSSR_FIBER_SPACE)
2086 * page.
2088 * @page: The reg page(YT8521_RSSR_FIBER_SPACE/YT8521_RSSR_UTP_SPACE) to
2093 static int yt8521_aneg_done_paged(struct phy_device *phydev, int page)
2099 old_page = phy_select_page(phydev, page & YT8521_RSSR_SPACE_MASK);
2200 * yt8521_get_features_paged() - read supported link modes for one page
2202 * @page: The reg page(YT8521_RSSR_FIBER_SPACE/YT8521_RSSR_UTP_SPACE) to
2207 static int yt8521_get_features_paged(struct phy_device *phydev, int page)
2212 page &= YT8521_RSSR_SPACE_MASK;
2213 old_page = phy_select_page(phydev, page);
2217 if (page == YT8521_RSSR_FIBER_SPACE) {