Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmport.c132 onePortContext->LinkRate = DM_GET_LINK_RATE(dmPortInfo->flag); in dmCreatePort()
H A Ddmdefs.h1074 #define DM_GET_LINK_RATE(input) (input & 0x0F) macro