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

  /src/sys/dev/usb/
if_aue.c 573 * This turns on the 'dual link LED' bin in the auxmode
577 uint16_t auxmode; local in function:aue_uno_mii_statchg
578 aue_uno_mii_read_reg(un, 0, 0x1b, &auxmode);
579 aue_uno_mii_write_reg(un, 0, 0x1b, auxmode | 0x04);
if_aue.c 573 * This turns on the 'dual link LED' bin in the auxmode
577 uint16_t auxmode; local in function:aue_uno_mii_statchg
578 aue_uno_mii_read_reg(un, 0, 0x1b, &auxmode);
579 aue_uno_mii_write_reg(un, 0, 0x1b, auxmode | 0x04);

Completed in 24 milliseconds