Searched refs:swloww (Results 1 – 1 of 1) sorted by relevance
77 #define swloww(x) ((((x)<<8)&0xff00)|(((x)>>8)&0x00ff)) macro289 lance->RDP = swloww(ARIADNE_RAM+offsetof(struct lancedata, tx_ring)); in ariadne_open()295 lance->RDP = swloww(ARIADNE_RAM+offsetof(struct lancedata, rx_ring)); in ariadne_open()345 t->TMD0 = swloww(ARIADNE_RAM+offsetof(struct lancedata, tx_buff[i])); in ariadne_init_ring()361 r->RMD0 = swloww(ARIADNE_RAM+offsetof(struct lancedata, rx_buff[i])); in ariadne_init_ring()