Lines Matching full:package
3 * PHY package support
14 * @base_addr: Base PHY address of PHY package used to combine PHYs
15 * in one package and for offset calculation of phy_package_read/write
16 * @np: Pointer to the Device Node if PHY package defined in DT
18 * @flags: Initialization of PHY package
20 * @priv: Driver private data shared across a PHY package
23 * package, for example a quad PHY. See phy_package_join() and
28 /* With PHY package defined in DT this points to the PHY package node */
118 * @base_addr: cookie and base PHY address of PHY package for offset
127 * for all members of one group and as the base PHY address of the PHY package
128 * for offset calculation to access generic registers of a PHY package.
129 * Usually, one of the PHY addresses of the different PHYs in the package
190 * of_phy_package_join - join a common PHY group in PHY package
194 * This is a variant of phy_package_join for PHY package defined in DT.
196 * The parent node of the @phydev is checked as a valid PHY package node
197 * structure (by matching the node name "ethernet-phy-package") and the
198 * base_addr for the PHY package is passed to phy_package_join.
202 * probe_once and config_init_once PHY package OPs.
207 * name for PHY package.
223 if (!of_node_name_eq(package_node, "ethernet-phy-package")) { in of_phy_package_join()
284 * @dev: device that is registering this PHY package
286 * @base_addr: cookie and base PHY address of PHY package for offset
320 * @dev: device that is registering this PHY package