Home
last modified time | relevance | path

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

/minix3/minix/drivers/net/dp8390/
H A Dwdeth.h83 #define E_790_GCR_IR0 0x04 /* bit 0 of encoded IRQ */ macro
H A Dwdeth.c199 ((gcr & (E_790_GCR_IR1|E_790_GCR_IR0)) >> 2);
/minix3/minix/drivers/net/dpeth/
H A Dwd.h94 #define E_790_GCR_IR0 0x04 /* bit 0 of encoded IRQ */ macro
H A Dwd.c168 ((gcr & (E_790_GCR_IR1 | E_790_GCR_IR0)) >> 2); in we_init()