Searched refs:tc_port (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/sys/external/bsd/drm2/dist/drm/i915/ |
| D | i915_reg.h | 2079 #define MG_PHY_PORT_LN(ln, tc_port, ln0p1, ln0p2, ln1p1) \ argument 2080 _MMIO(_PORT(tc_port, ln0p1, ln0p2) + (ln) * ((ln1p1) - (ln0p1))) 2090 #define MG_TX1_LINK_PARAMS(ln, tc_port) \ argument 2091 MG_PHY_PORT_LN(ln, tc_port, MG_TX_LINK_PARAMS_TX1LN0_PORT1, \ 2103 #define MG_TX2_LINK_PARAMS(ln, tc_port) \ argument 2104 MG_PHY_PORT_LN(ln, tc_port, MG_TX_LINK_PARAMS_TX2LN0_PORT1, \ 2117 #define MG_TX1_PISO_READLOAD(ln, tc_port) \ argument 2118 MG_PHY_PORT_LN(ln, tc_port, MG_TX_PISO_READLOAD_TX1LN0_PORT1, \ 2130 #define MG_TX2_PISO_READLOAD(ln, tc_port) \ argument 2131 MG_PHY_PORT_LN(ln, tc_port, MG_TX_PISO_READLOAD_TX2LN0_PORT1, \ [all …]
|