Home
last modified time | relevance | path

Searched refs:ED_NOVELL_RESET (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/dev/ed/
Dif_ed_cbus.c460 reset = ED_NOVELL_RESET; in ed98_alloc_port()
579 if (reset != ED_NOVELL_RESET) in ed98_alloc_port()
580 io_res[ED_NOVELL_ASIC_OFFSET + ED_NOVELL_RESET] = in ed98_alloc_port()
692 tmp = ed_asic_inb(sc, ED_NOVELL_RESET); in ed98_probe_Novell()
693 ed_asic_outb(sc, ED_NOVELL_RESET, (tmp & 0xf0) | 0x08); in ed98_probe_Novell()
701 ed_asic_outb(sc, ED_NOVELL_RESET, 0x00); in ed98_probe_Novell()
703 ed_asic_outb(sc, ED_NOVELL_RESET, 0x01); in ed98_probe_Novell()
707 tmp = ed_asic_inb(sc, ED_NOVELL_RESET); in ed98_probe_Novell()
717 ed_asic_outb(sc, ED_NOVELL_RESET, tmp); in ed98_probe_Novell()
1489 ed_asic_outb(sc, ED_NOVELL_RESET, 0x7a); in ed_probe_SB98()
[all …]
Dif_ed_novell.c79 ed_asic_outb(sc, ED_NOVELL_RESET, 0); in ed_probe_Novell_generic()
82 tmp = ed_asic_inb(sc, ED_NOVELL_RESET); in ed_probe_Novell_generic()
89 ed_asic_outb(sc, ED_NOVELL_RESET, tmp); in ed_probe_Novell_generic()
Dif_edreg.h953 #define ED_NOVELL_RESET 0x0f macro
Dif_ed_pccard.c778 ed_asic_outb(sc, ED_NOVELL_RESET, ed_asic_inb(sc, ED_NOVELL_RESET)); in ed_pccard_ax88x90_reset()