Home
last modified time | relevance | path

Searched refs:auxmode (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/usb/
Dpegasus.c397 __u16 auxmode; in reset_mac() local
398 read_mii_word(pegasus, 3, 0x1b, &auxmode); in reset_mac()
399 auxmode |= 4; in reset_mac()
400 write_mii_word(pegasus, 3, 0x1b, &auxmode); in reset_mac()
430 u16 auxmode; in enable_net_traffic() local
431 read_mii_word(pegasus, 0, 0x1b, &auxmode); in enable_net_traffic()
432 auxmode |= 4; in enable_net_traffic()
433 write_mii_word(pegasus, 0, 0x1b, &auxmode); in enable_net_traffic()