Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/net/
H A D8390.h91 #define ENDCFG_BOS 0x02 /* byte order selection */ macro
/openbmc/linux/drivers/net/ethernet/8390/
H A D8390.h209 #define ENDCFG_BOS 0x02 /* byte order selection */ macro
H A Dlib8390.c1020 ? (0x48 | ENDCFG_WTS | (ei_local->bigendian ? ENDCFG_BOS : 0)) in __NS8390_init()