HomeSort by relevance Sort by last modified time
    Searched refs:octo_phy_mask (Results 1 - 3 of 3) sorted by null

  /external/u-boot/board/gdsys/a38x/
ihs_phys.h 2 int init_octo_phys(uint octo_phy_mask);
ihs_phys.c 67 uint octo_phy_mask = 0; local
83 octo_phy_mask |= (1 << (k * 2));
92 octo_phy_mask |= (1 << (k * 2 + 1));
97 octo_phy_mask |= (1 << (k * 2 + 1));
100 return octo_phy_mask;
125 struct porttype *get_porttype(uint octo_phy_mask, uint k)
130 if (octo_phy_mask & 0x01)
132 else if (!(octo_phy_mask & 0x03))
135 if (octo_phy_mask & (1 << octo_index))
160 int init_octo_phys(uint octo_phy_mask)
    [all...]
controlcenterdc.c 189 uint octo_phy_mask = 0; local
205 octo_phy_mask = calculate_octo_phy_mask();
207 printf("IHS PHYS: %08x", octo_phy_mask);
209 ret = init_octo_phys(octo_phy_mask);

Completed in 624 milliseconds