Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Ddp8390reg.h296 #define ED_DCR_LS 0x08 macro
Dne2000.c150 dsc->dcr_reg = ED_DCR_FT1 | ED_DCR_LS | (useword ? ED_DCR_WTS : 0); in ne2000_attach()
394 bus_space_write_1(nict, nich, ED_P0_DCR, ED_DCR_FT1 | ED_DCR_LS); in ne2000_detect()
412 ED_DCR_WTS | ED_DCR_FT1 | ED_DCR_LS); in ne2000_detect()
Ddp8390.c259 if (sc->dcr_reg & ED_DCR_LS) { in dp8390_init()
266 NIC_PUT(regt, regh, ED_P0_DCR, ED_DCR_FT1 | ED_DCR_LS); in dp8390_init()
/openbsd/src/sys/dev/isa/
Dif_ec.c374 sc->dcr_reg = ED_DCR_FT1 | ED_DCR_LS | in ec_attach()
Dif_we.c483 sc->dcr_reg = ED_DCR_FT1 | ED_DCR_LS | in we_attach()