Searched refs:NIC_OUTB (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/arch/x68k/stand/boot/ |
| D | ne.c | 72 #define NIC_OUTB(x, b) outb(NIC_PORT(x), (b)) macro 120 NIC_OUTB(ED_P0_CR, ED_CR_RD2 | ED_CR_PAGE_0 | ED_CR_STP); in EtherInit() 134 NIC_OUTB(ED_P0_CR, ED_CR_RD2 | ED_CR_PAGE_0 | ED_CR_STA); in EtherInit() 139 NIC_OUTB(ED_P0_ISR, ED_ISR_RST); in EtherInit() 151 NIC_OUTB(ED_P0_RCR, ED_RCR_MON); in EtherInit() 155 NIC_OUTB(ED_P0_DCR, ED_DCR_FT1 | ED_DCR_LS | ED_DCR_WTS); in EtherInit() 157 NIC_OUTB(ED_P0_DCR, ED_DCR_FT1 | ED_DCR_LS); in EtherInit() 165 NIC_OUTB(ED_P0_PSTART, 8192 >> ED_PAGE_SHIFT); in EtherInit() 166 NIC_OUTB(ED_P0_PSTOP, 16384 >> ED_PAGE_SHIFT); in EtherInit() 193 NIC_OUTB(ED_P0_CR, ED_CR_RD2 | ED_CR_PAGE_0 | ED_CR_STP); in EtherStop() [all …]
|