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

/freebsd-11.0-release/sys/dev/mii/
H A Dmicphy.c71 #define PS_TO_REG(p) ((p) / 200) macro
128 val = PS_TO_REG(dts_value[0]);
133 val |= PS_TO_REG(dts_value[0]) << 4;
138 val |= PS_TO_REG(dts_value[0]) << 8;
143 val |= PS_TO_REG(dts_value[0]) << 12;

Completed in 47 milliseconds