Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ic/
Drtl80x9.c76 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()
Ddp8390.c223 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 …]
Ddp8390var.h49 u_int8_t cr_proto; /* values always set in CR */ member
Dwe.c204 sc->cr_proto = 0x00; in we_config()
222 sc->cr_proto = ED_CR_RD2; in we_config()
Dne2000.c182 dsc->cr_proto = ED_CR_RD2; in ne2000_attach()
/netbsd/src/sys/arch/amiga/dev/
Dif_ed_zbus.c174 sc->cr_proto = ED_CR_RD2; in ed_zbus_attach()
/netbsd/src/sys/dev/isa/
Dif_ec.c370 sc->cr_proto = ED_CR_RD2; in ec_attach()