Home
last modified time | relevance | path

Searched refs:FE_DLCR5 (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/ic/
Dmb86960.c508 bus_space_write_1(bst, bsh, FE_DLCR5, sc->proto_dlcr5); in mb86960_init()
552 if (bus_space_read_1(bst, bsh, FE_DLCR5) & FE_D5_BUFEMP) in mb86960_init()
968 if (bus_space_read_1(bst, bsh, FE_DLCR5) & FE_D5_BUFEMP) in mb86960_rint()
1625 bus_space_write_1(bst, bsh, FE_DLCR5, in mb86960_setmode()
1639 bus_space_write_1(bst, bsh, FE_DLCR5, sc->proto_dlcr5 | FE_D5_AFM1); in mb86960_setmode()
1907 bus_space_read_1(bst, bsh, FE_DLCR5), in mb86960_dump()
Dmb86960reg.h53 #define FE_DLCR5 5 macro
/netbsd/src/sys/dev/isa/
Dif_ate.c224 { FE_DLCR5, 0x80, 0x00 }, in ate_find()