Searched refs:mctl (Results 1 – 3 of 3) sorted by relevance
1913 int mctl; local1918 mctl = bus_space_read_2(iot, ioh, EP_W3_MAC_CONTROL);1920 mctl |= MAC_CONTROL_FDX;1922 mctl &= ~MAC_CONTROL_FDX;1923 bus_space_write_2(iot, ioh, EP_W3_MAC_CONTROL, mctl);
2036 emuxki_set_port(void *addr, mixer_ctrl_t *mctl) in emuxki_set_port() argument2040 return sc->codecif->vtbl->mixer_set_port(sc->codecif, mctl); in emuxki_set_port()2044 emuxki_get_port(void *addr, mixer_ctrl_t *mctl) in emuxki_get_port() argument2048 return sc->codecif->vtbl->mixer_get_port(sc->codecif, mctl); in emuxki_get_port()
1666 union sockunion mctl; in pswitch() member1709 ip->mctl = myctladdr; in pswitch()1710 myctladdr = op->mctl; in pswitch()