Home
last modified time | relevance | path

Searched refs:octo_phy_mask (Results 1 – 3 of 3) sorted by relevance

/u-boot/board/gdsys/a38x/
A Dihs_phys.c69 uint octo_phy_mask = 0; in calculate_octo_phy_mask() local
85 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() argument
174 porttype = get_porttype(octo_phy_mask, bus_idx); in init_octo_phys()
[all …]
A Dcontrolcenterdc.c204 uint octo_phy_mask = 0; in ccdc_eth_init() local
220 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()
A Dihs_phys.h2 int init_octo_phys(uint octo_phy_mask);

Completed in 4 milliseconds