Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsampidefs.h1099 #define LOCAL_PHY_OP_BITS 0x0000FF00 macro
H A Dsampirsp.c2137 operation = (phyOpId & LOCAL_PHY_OP_BITS) >> SHIFT8; in mpiPhyCntrlRsp()
5817 portOperation = (((operation & LOCAL_PHY_OP_BITS) >> SHIFT8) | (portState << SHIFT28) ); in mpiPortControlRsp()