Lines Matching refs:presetval
247 int sd3_requested_clkmode, uint32 *drvstrn, uint16 *presetval);
2694 uint16 val1 = 0, presetval = 0; in sdstd_3_set_highspeed_uhsi_mode() local
2709 if (!sdstd_3_get_matching_drvstrn(sd, sd3ClkMode, &drvstrn, &presetval)) { in sdstd_3_set_highspeed_uhsi_mode()
2711 "val:0x%x\n", __FUNCTION__, drvstrn, presetval)); in sdstd_3_set_highspeed_uhsi_mode()
2775 GFIELD(presetval, PRESET_DRIVR_SELECT)); in sdstd_3_set_highspeed_uhsi_mode()
2785 if (FALSE == sdstd_start_clock(sd, GFIELD(presetval, PRESET_CLK_DIV))) { in sdstd_3_set_highspeed_uhsi_mode()
2914 uint32 *drvstrn, uint16 *presetval) in sdstd_3_get_matching_drvstrn() argument
2934 *presetval = sdstd_rreg16(sd, presetreg); in sdstd_3_get_matching_drvstrn()
2937 *presetval = presetval_sw_table[sd3_requested_clkmode + 3]; in sdstd_3_get_matching_drvstrn()
2940 __FUNCTION__, sd3_requested_clkmode, *presetval)); in sdstd_3_get_matching_drvstrn()
2942 cccr_reqd_dtype_mask <<= GFIELD(*presetval, PRESET_DRIVR_SELECT); in sdstd_3_get_matching_drvstrn()
2957 *drvstrn = GFIELD(*presetval, PRESET_DRIVR_SELECT); in sdstd_3_get_matching_drvstrn()
3001 uint16 presetval; in sdstd_3_get_matching_uhsi_clkmode() local
3048 &drvstrn, &presetval)) { in sdstd_3_get_matching_uhsi_clkmode()
3050 "val:0x%x\n", __FUNCTION__, drvstrn, presetval)); in sdstd_3_get_matching_uhsi_clkmode()