Searched refs:octo_phy_mask (Results 1 – 3 of 3) sorted by relevance
69 uint octo_phy_mask = 0; in calculate_octo_phy_mask() local85 octo_phy_mask |= (1 << (k * 2)); in calculate_octo_phy_mask()94 octo_phy_mask |= (1 << (k * 2 + 1)); in calculate_octo_phy_mask()99 octo_phy_mask |= (1 << (k * 2 + 1)); in calculate_octo_phy_mask()102 return octo_phy_mask; in calculate_octo_phy_mask()132 if (octo_phy_mask & 0x01) in get_porttype()134 else if (!(octo_phy_mask & 0x03)) in get_porttype()137 if (octo_phy_mask & (1 << octo_index)) in get_porttype()162 int init_octo_phys(uint octo_phy_mask) in init_octo_phys() argument174 porttype = get_porttype(octo_phy_mask, bus_idx); in init_octo_phys()[all …]
204 uint octo_phy_mask = 0; in ccdc_eth_init() local220 octo_phy_mask = calculate_octo_phy_mask(); in ccdc_eth_init()222 printf("IHS PHYS: %08x", octo_phy_mask); in ccdc_eth_init()224 ret = init_octo_phys(octo_phy_mask); in ccdc_eth_init()
2 int init_octo_phys(uint octo_phy_mask);
Completed in 4 milliseconds