Searched refs:octo_phy_mask (Results 1 – 3 of 3) sorted by relevance
67 uint octo_phy_mask = 0; in calculate_octo_phy_mask() local83 octo_phy_mask |= (1 << (k * 2)); in calculate_octo_phy_mask()92 octo_phy_mask |= (1 << (k * 2 + 1)); in calculate_octo_phy_mask()97 octo_phy_mask |= (1 << (k * 2 + 1)); in calculate_octo_phy_mask()100 return octo_phy_mask; in calculate_octo_phy_mask()125 struct porttype *get_porttype(uint octo_phy_mask, uint k) in get_porttype() argument130 if (octo_phy_mask & 0x01) in get_porttype()132 else if (!(octo_phy_mask & 0x03)) in get_porttype()135 if (octo_phy_mask & (1 << octo_index)) in get_porttype()160 int init_octo_phys(uint octo_phy_mask) in init_octo_phys() argument[all …]
189 uint octo_phy_mask = 0; in ccdc_eth_init() local205 octo_phy_mask = calculate_octo_phy_mask(); in ccdc_eth_init()207 printf("IHS PHYS: %08x", octo_phy_mask); in ccdc_eth_init()209 ret = init_octo_phys(octo_phy_mask); in ccdc_eth_init()
2 int init_octo_phys(uint octo_phy_mask);