Home
last modified time | relevance | path

Searched refs:EXPANSION_NWAY (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmii.h117 #define EXPANSION_NWAY 0x0001 /* Can do N-way auto-nego */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmii.h117 #define EXPANSION_NWAY 0x0001 /* Can do N-way auto-nego */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmii.h117 #define EXPANSION_NWAY 0x0001 /* Can do N-way auto-nego */ macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dmii.h114 #define EXPANSION_NWAY 0x0001 /* Can do N-way auto-nego */ macro
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dmeson-gxl.c183 ((exp & EXPANSION_NWAY) && !(lpa & LPA_LPACK))) { in meson_gxl_read_status()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sis/
H A Dsis190.c974 if (val & LPA_NPAGE && autoexp & EXPANSION_NWAY) { in sis190_phy_task()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c5268 if (!(autoneg_exp & EXPANSION_NWAY)) in e1000_watchdog_task()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/nvidia/
H A Dforcedeth.c3525 phy_exp = mii_rw(dev, np->phyaddr, MII_EXPANSION, MII_READ) & EXPANSION_NWAY; /* autoneg capable */ in nv_update_linkspeed()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_n.c4871 if (!(aner & EXPANSION_NWAY)) goto exit; in rtl8168_set_wol_link_speed()