Searched refs:I365_IO (Results 1 – 2 of 2) sorted by relevance
636 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()
35 #define I365_IO(map) (0x08+((map)<<2)) macro