Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Detherfabric.c379 status = EFAB_DWORD_FIELD ( reg, in mdio_clause45_check_mmds()
1579 if ( EFAB_DWORD_FIELD ( md_stat, FCN_MD_BSY ) == 0 ) { in falcon_gmii_wait()
1580 if ( EFAB_DWORD_FIELD ( md_stat, FCN_MD_LNFL ) != 0 || in falcon_gmii_wait()
1581 EFAB_DWORD_FIELD ( md_stat, FCN_MD_BSERR ) != 0 ) { in falcon_gmii_wait()
1893 EFAB_DWORD_FIELD ( *value, FCN_MAC_DATA ) ); in falcon_gmac_writel()
2077 EFAB_DWORD_FIELD ( *value, FCN_MAC_DATA ) ); in falcon_xmac_writel()
2140 if ( EFAB_DWORD_FIELD ( reg, FCN_XM_LCLFLT ) || in falcon_xgmii_status()
2141 EFAB_DWORD_FIELD ( reg, FCN_XM_RMTFLT ) ) { in falcon_xgmii_status()
2185 if ( EFAB_DWORD_FIELD ( reg, FCN_XM_CORE_RST ) == 0 ) in falcon_reset_xmac()
2207 if ( EFAB_DWORD_FIELD ( reg, FCN_XX_RST_XX_EN ) == 0 ) { in falcon_reset_xaui()
[all …]
Detherfabric.h229 #define EFAB_DWORD_FIELD( dword, field ) \ macro