Home
last modified time | relevance | path

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

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