HomeSort by: relevance | last modified time | path
    Searched refs:system_serial_high (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/evbarm/gumstix/
if_smsh_gxio.c 99 KASSERT(system_serial_high != 0 || system_serial_low != 0);
109 sc->sc_enaddr[0] = ((system_serial_high >> 8) & 0xfe) | 0x02;
110 sc->sc_enaddr[1] = system_serial_high;
gumstixvar.h 44 extern uint32_t system_serial_high;
if_sm_gxio.c 179 KASSERT(system_serial_high != 0 || system_serial_low != 0);
192 myea[0] = ((system_serial_high >> 8) & 0xfe) | 0x02;
193 myea[1] = system_serial_high;
gumstix_machdep.c 207 uint32_t system_serial_high; variable in typeref:typename:uint32_t
497 system_serial_high = system_serial[0] << 24 | system_serial[1] << 16 |

Completed in 14 milliseconds