Searched refs:PS_TO_REG (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/mii/
H A Dmicphy.c81 #define PS_TO_REG(p) ((p) / 200) macro
184 val |= (PS_TO_REG(dts_value[0]) & f1mask) << f1off;
190 val |= (PS_TO_REG(dts_value[0]) & f2mask) << f2off;
196 val |= (PS_TO_REG(dts_value[0]) & f3mask) << f3off;
202 val |= (PS_TO_REG(dts_value[0]) & f4mask) << f4off;

Completed in 48 milliseconds