Searched refs:cr_proto (Results 1 – 6 of 6) sorted by relevance
/openbsd/sys/dev/ic/ |
H A D | rtl80x9.c | 76 u_int8_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() 98 NIC_PUT(sc->sc_regt, sc->sc_regh, ED_P0_CR, cr_proto | ED_CR_PAGE_0); in rtl80x9_mediastatus() 106 u_int8_t cr_proto = sc->cr_proto | in rtl80x9_init_card() local 111 NIC_PUT(sc->sc_regt, sc->sc_regh, ED_P0_CR, cr_proto | ED_CR_PAGE_3); in rtl80x9_init_card() 151 NIC_PUT(sc->sc_regt, sc->sc_regh, ED_P0_CR, cr_proto | ED_CR_PAGE_0); in rtl80x9_init_card()
|
H A D | dp8390.c | 196 sc->cr_proto | ED_CR_PAGE_0 | ED_CR_STP); in dp8390_stop() 256 sc->cr_proto | ED_CR_PAGE_0 | ED_CR_STP); in dp8390_init() 307 sc->cr_proto | ED_CR_PAGE_1 | ED_CR_STP); in dp8390_init() 330 sc->cr_proto | ED_CR_PAGE_0 | ED_CR_STP); in dp8390_init() 354 sc->cr_proto | ED_CR_PAGE_0 | ED_CR_STA); in dp8390_init() 389 sc->cr_proto | ED_CR_PAGE_0 | ED_CR_STA); in dp8390_xmit() 403 sc->cr_proto | ED_CR_PAGE_0 | ED_CR_TXP | ED_CR_STA); in dp8390_xmit() 499 sc->cr_proto | ED_CR_PAGE_1 | ED_CR_STA); in dp8390_rint() 517 sc->cr_proto | ED_CR_PAGE_0 | ED_CR_STA); in dp8390_rint() 625 sc->cr_proto | ED_CR_PAGE_0 | ED_CR_STA); in dp8390_intr() [all …]
|
H A D | dp8390var.h | 46 u_int8_t cr_proto; /* values always set in CR */ member
|
H A D | ne2000.c | 134 dsc->cr_proto = ED_CR_RD2; in ne2000_attach()
|
/openbsd/sys/dev/isa/ |
H A D | if_we.c | 453 sc->cr_proto = 0x00; in we_attach() 468 sc->cr_proto = ED_CR_RD2; in we_attach()
|
H A D | if_ec.c | 364 sc->cr_proto = ED_CR_RD2; in ec_attach()
|