Searched refs:cr_proto (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | rtl80x9.c | 76 uint8_t cr_proto = sc->cr_proto | in rtl80x9_mediastatus() local 85 NIC_PUT(sc->sc_regt, sc->sc_regh, ED_P0_CR, cr_proto | ED_CR_PAGE_3); in rtl80x9_mediastatus() 100 NIC_PUT(sc->sc_regt, sc->sc_regh, ED_P0_CR, cr_proto | ED_CR_PAGE_0); in rtl80x9_mediastatus() 108 uint8_t cr_proto = sc->cr_proto | in rtl80x9_init_card() local 113 NIC_PUT(sc->sc_regt, sc->sc_regh, ED_P0_CR, cr_proto | ED_CR_PAGE_3); in rtl80x9_init_card() 153 NIC_PUT(sc->sc_regt, sc->sc_regh, ED_P0_CR, cr_proto | ED_CR_PAGE_0); in rtl80x9_init_card() 174 sc->cr_proto | ED_CR_PAGE_3); in rtl80x9_media_init() 206 sc->cr_proto | ED_CR_PAGE_0); in rtl80x9_media_init()
|
| D | dp8390.c | 223 sc->cr_proto | ED_CR_PAGE_0 | ED_CR_STP); in dp8390_halt() 287 sc->cr_proto | ED_CR_PAGE_0 | ED_CR_STP); in dp8390_init() 338 sc->cr_proto | ED_CR_PAGE_1 | ED_CR_STP); in dp8390_init() 360 sc->cr_proto | ED_CR_PAGE_0 | ED_CR_STP); in dp8390_init() 384 sc->cr_proto | ED_CR_PAGE_0 | ED_CR_STA); in dp8390_init() 418 sc->cr_proto | ED_CR_PAGE_0 | ED_CR_STA); in dp8390_xmit() 432 sc->cr_proto | ED_CR_PAGE_0 | ED_CR_TXP | ED_CR_STA); in dp8390_xmit() 515 sc->cr_proto | ED_CR_PAGE_1 | ED_CR_STA); in dp8390_rint() 533 sc->cr_proto | ED_CR_PAGE_0 | ED_CR_STA); in dp8390_rint() 630 NIC_PUT(regt, regh, ED_P0_CR, sc->cr_proto | ED_CR_PAGE_0 | ED_CR_STA); in dp8390_intr() [all …]
|
| D | dp8390var.h | 49 u_int8_t cr_proto; /* values always set in CR */ member
|
| D | we.c | 204 sc->cr_proto = 0x00; in we_config() 222 sc->cr_proto = ED_CR_RD2; in we_config()
|
| D | ne2000.c | 182 dsc->cr_proto = ED_CR_RD2; in ne2000_attach()
|
| /netbsd/src/sys/arch/amiga/dev/ |
| D | if_ed_zbus.c | 174 sc->cr_proto = ED_CR_RD2; in ed_zbus_attach()
|
| /netbsd/src/sys/dev/isa/ |
| D | if_ec.c | 370 sc->cr_proto = ED_CR_RD2; in ec_attach()
|