Home
last modified time | relevance | path

Searched refs:I365_IO (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/core/
Di82365.c636 i365_set(sockno, I365_IO(0)+0, pccc->iowin & 0xff); in i82365_interfacer()
637 i365_set(sockno, I365_IO(0)+1, (pccc->iowin >> 8) & 0xff); in i82365_interfacer()
638 i365_set(sockno, I365_IO(0)+2, (pccc->iowin+pccc->iolen - 1) & 0xff); in i82365_interfacer()
639 i365_set(sockno, I365_IO(0)+3, ((pccc->iowin+pccc->iolen- 1) >> 8) & 0xff); in i82365_interfacer()
/external/syslinux/gpxe/src/include/
Di82365.h35 #define I365_IO(map) (0x08+((map)<<2)) macro