Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/hp300/dev/
H A Dgendiofb.c122 if (size > DIOII_DEVSIZE) /* XXX */ in gendiofb_attach()
123 size = DIOII_DEVSIZE; in gendiofb_attach()
257 if (size > DIOII_DEVSIZE) /* XXX */ in gendiofbcnattach()
258 size = DIOII_DEVSIZE; in gendiofbcnattach()
H A Ddioreg.h76 #define DIOII_DEVSIZE 0x00400000 /* size of a DIO-II device */ macro
H A Ddio.c202 rval = DIOII_BASE + ((scode - DIOII_SCBASE) * DIOII_DEVSIZE); in dio_scodetopa()