Lines Matching defs:res_struct
181 struct lan966x_sd6g40_setup *res_struct,
187 lan_rmw(HSIO_SD_CFG_LANE_10BIT_SEL_SET(res_struct->lane_10bit_sel) |
188 HSIO_SD_CFG_RX_RATE_SET(res_struct->rx_rate) |
189 HSIO_SD_CFG_TX_RATE_SET(res_struct->tx_rate) |
190 HSIO_SD_CFG_TX_INVERT_SET(res_struct->tx_invert) |
191 HSIO_SD_CFG_RX_INVERT_SET(res_struct->rx_invert) |
192 HSIO_SD_CFG_LANE_LOOPBK_EN_SET(res_struct->lane_loopbk_en) |
205 lan_rmw(HSIO_MPLL_CFG_MPLL_MULTIPLIER_SET(res_struct->mpll_multiplier) |
206 HSIO_MPLL_CFG_REF_CLKDIV2_SET(res_struct->ref_clkdiv2),
211 lan_rmw(HSIO_SD_CFG_RX_TERM_EN_SET(res_struct->rx_term_en),