Searched refs:smplsel (Results 1 – 4 of 4) sorted by relevance
23 #define SYSMGR_SDMMC_CTRL_SET(smplsel, drvsel) \ argument24 ((((smplsel) & 0x7) << 3) | (((drvsel) & 0x7) << 0))26 #define SYSMGR_SDMMC_CTRL_SET_AS10(smplsel, drvsel) \ argument27 ((((smplsel) & 0x7) << 4) | (((drvsel) & 0x7) << 0))
35 unsigned int smplsel; member55 u32 sdmmc_mask = ((priv->smplsel & 0x7) << SYSMGR_SDMMC_SMPLSEL_SHIFT) | in socfpga_dwmci_clksel()63 priv->drvsel, priv->smplsel); in socfpga_dwmci_clksel()129 priv->smplsel = fdtdec_get_uint(gd->fdt_blob, dev_of_offset(dev), in socfpga_dwmmc_ofdata_to_platdata()
27 #define SYSMGR_SDMMC_CTRL_SET(smplsel, drvsel, reg_shift) \ argument28 ((((smplsel) & 0x7) << reg_shift) | (((drvsel) & 0x7) << 0))
85 smplsel = <0>;