Searched refs:mrd (Results 1 – 3 of 3) sorted by relevance
407 struct mt6360_regulator_data *mrd; in mt6360_regulator_probe() local411 mrd = devm_kzalloc(&pdev->dev, sizeof(*mrd), GFP_KERNEL); in mt6360_regulator_probe()412 if (!mrd) in mt6360_regulator_probe()415 mrd->dev = &pdev->dev; in mt6360_regulator_probe()417 mrd->regmap = dev_get_regmap(pdev->dev.parent, NULL); in mt6360_regulator_probe()418 if (!mrd->regmap) { in mt6360_regulator_probe()424 config.driver_data = mrd; in mt6360_regulator_probe()425 config.regmap = mrd->regmap; in mt6360_regulator_probe()
21 unsigned long dawr, dawrx, mrd; in set_dawr() local36 mrd = ((brk->hw_len + 7) >> 3) - 1; in set_dawr()37 dawrx |= (mrd & 0x3f) << (63 - 53); in set_dawr()
205 uint64_t mrd:3; member207 uint64_t mrd:3;224 uint64_t mrd:3; member226 uint64_t mrd:3;