Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/8390/
H A D8390.h208 #define ENDCFG_WTS 0x01 /* word transfer mode selection */ macro
H A Dlib8390.c1020 ? (0x48 | ENDCFG_WTS | (ei_local->bigendian ? ENDCFG_BOS : 0)) in __NS8390_init()
H A Daxnet_cs.c1632 int endcfg = ei_local->word16 ? (0x48 | ENDCFG_WTS) : 0x48; in AX88190_init()