Home | History | Annotate | Download | only in ic

Lines Matching defs:mctl

1000 		int mctl, config0, config1;
1016 mctl = bus_space_read_2(iot, ioh, ELINK_W3_MAC_CONTROL);
1018 mctl |= MAC_CONTROL_FDX;
1020 mctl &= ~MAC_CONTROL_FDX;
1021 bus_space_write_2(iot, ioh, ELINK_W3_MAC_CONTROL, mctl);
2072 int mctl;
2075 mctl = bus_space_read_2(iot, ioh, ELINK_W3_MAC_CONTROL);
2077 mctl |= MAC_CONTROL_FDX;
2079 mctl &= ~MAC_CONTROL_FDX;
2080 bus_space_write_2(iot, ioh, ELINK_W3_MAC_CONTROL, mctl);