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

  /src/sys/arch/sgimips/mace/
if_mecreg.h 40 #define MEC_MAC_CONTROL 0x00
if_mec.c 560 command = bus_space_read_8(sc->sc_st, sc->sc_sh, MEC_MAC_CONTROL);
837 control = bus_space_read_8(st, sh, MEC_MAC_CONTROL);
849 bus_space_write_8(st, sh, MEC_MAC_CONTROL, control);
923 bus_space_write_8(st, sh, MEC_MAC_CONTROL, MEC_MAC_CORE_RESET);
925 bus_space_write_8(st, sh, MEC_MAC_CONTROL, 0);
932 bus_space_write_8(st, sh, MEC_MAC_CONTROL, control);
937 bus_space_read_8(st, sh, MEC_MAC_CONTROL)));
1501 control = bus_space_read_8(st, sh, MEC_MAC_CONTROL);
1507 bus_space_write_8(st, sh, MEC_MAC_CONTROL, control);
1521 bus_space_write_8(st, sh, MEC_MAC_CONTROL, control)
    [all...]

Completed in 16 milliseconds