Home
last modified time | relevance | path

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

/external/u-boot/board/gdsys/a38x/
Dihs_phys.c67 uint octo_phy_mask = 0; in calculate_octo_phy_mask() local
83 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() argument
130 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 …]
Dcontrolcenterdc.c189 uint octo_phy_mask = 0; in ccdc_eth_init() local
205 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()
Dihs_phys.h2 int init_octo_phys(uint octo_phy_mask);