Home
last modified time | relevance | path

Searched refs:IF_MODE_EN_AUTO (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/net/fm/
H A Dmemac.c107 if_mode |= IF_MODE_EN_AUTO; in memac_set_interface_mode()
111 if_mode &= ~IF_MODE_EN_AUTO; in memac_set_interface_mode()
/openbmc/u-boot/include/
H A Dfsl_memac.h211 #define IF_MODE_EN_AUTO 0x00008000 /* 1 - Enable automatic speed selection */ macro