Searched refs:MOS_CTL (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/sys/dev/usb/ |
| D | if_mos.c | 430 val = mos_reg_read_1(un, MOS_CTL); in mos_uno_mii_statchg() 432 mos_reg_write_1(un, MOS_CTL, val); in mos_uno_mii_statchg() 457 err = mos_reg_write_1(un, MOS_CTL, val); in mos_uno_mii_statchg() 476 rxmode = mos_reg_read_1(un, MOS_CTL); in mos_uno_mcast() 514 mos_reg_write_1(un, MOS_CTL, rxmode); in mos_uno_mcast() 525 ctl = mos_reg_read_1(un, MOS_CTL); in mos_reset() 529 mos_reg_write_1(un, MOS_CTL, ctl); in mos_reset() 748 rxmode = mos_reg_read_1(un, MOS_CTL); in mos_uno_init() 751 mos_reg_write_1(un, MOS_CTL, rxmode); in mos_uno_init()
|
| D | if_mosreg.h | 64 #define MOS_CTL 0x0e macro
|