Home
last modified time | relevance | path

Searched defs:mfd (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/util/
H A Dmemfd.c63 int mfd = -1; in qemu_memfd_create() local
112 int mfd = qemu_memfd_create(name, size, false, 0, seals, NULL); in qemu_memfd_alloc() local
202 int mfd; in qemu_memfd_check() local
/openbmc/u-boot/arch/arm/cpu/arm920t/imx/
H A Dspeed.c29 u32 mfd = (spctl0 >> 16) & 0x3f; in get_systemPLLCLK() local
43 u32 mfd = (mpctl0 >> 16) & 0x3f; in get_mcuPLLCLK() local
/openbmc/qemu/hw/misc/
H A Dimx_ccm.c53 uint32_t mfd = 1 + MFD(pllreg); /* Denominator */ in imx_ccm_calc_pll() local
/openbmc/u-boot/arch/arm/mach-imx/mx5/
H A Dclock.c53 u32 mfd; member
64 u32 mfd; member
162 uint32_t ctrl, op, mfd, mfn, mfi, pdf, ret; in decode_pll() local
553 u64 pd, mfi = 1, mfn, mfd, t1; in calc_pll_params() local
/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A Dspeed.c145 int fref, temp, fout, mfd; in clock_pll() local
/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/
H A Dgeneric.c18 u32 mfd = GET_PLL_MFD(reg); in mx31_decode_pll() local
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx25/
H A Dgeneric.c38 unsigned int mfd = (pll >> CCM_PLL_MFD_SHIFT) in imx_decode_pll() local
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dgeneric.c30 unsigned int mfd = (pll >> 16) & 0x3ff; in imx_decode_pll() local
/openbmc/qemu/hw/vfio/
H A Dcontainer-base.c82 int mfd = rb ? qemu_ram_get_fd(rb) : -1; in vfio_container_dma_map() local
/openbmc/qemu/chardev/
H A Dchar-pty.c247 int mfd = -1, sfd = -1; in openpty() local
/openbmc/u-boot/arch/arm/cpu/arm1136/mx35/
H A Dgeneric.c118 u32 mfd = (reg >> 16) & 0x3ff; in decode_pll() local
/openbmc/qemu/backends/
H A Diommufd.c234 int mfd, unsigned long start, bool readonly) in iommufd_backend_map_file_dma()
/openbmc/u-boot/arch/arm/include/asm/arch-mx35/
H A Dimx-regs.h143 #define _PLL_SETTING(brm, pd, mfd, mfi, mfn) \ argument
/openbmc/u-boot/arch/arm/include/asm/arch-mx5/
H A Dcrm_regs.h16 u32 mfd; member