Searched refs:ldiv (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/disk/ |
H A D | part_mac.c | 29 extern ldiv_t ldiv (long int __numer, long int __denom); 85 mb = ldiv(n, ((1024 * 1024) / ddesc->blk_size)); /* MB */ in part_print_mac() 91 gb = ldiv(10 * mb.quot + mb.rem, 10240); in part_print_mac()
|
/openbmc/u-boot/lib/ |
H A D | ldiv.c | 12 ldiv (long int numer, long int denom) in ldiv() function
|
H A D | Makefile | 38 obj-y += ldiv.o
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-pci-gli.c | 442 static void gl9750_set_pll(struct sdhci_host *host, u8 dir, u16 ldiv, u8 pdiv) in gl9750_set_pll() argument 451 pll |= FIELD_PREP(SDHCI_GLI_9750_PLL_LDIV, ldiv) | in gl9750_set_pll() 638 static void gl9755_set_pll(struct pci_dev *pdev, u8 dir, u16 ldiv, u8 pdiv) in gl9755_set_pll() argument 647 pll |= FIELD_PREP(PCI_GLI_9755_PLL_LDIV, ldiv) | in gl9755_set_pll() 862 static void gl9767_set_pll(struct pci_dev *pdev, u8 dir, u16 ldiv, u8 pdiv) in gl9767_set_pll() argument 872 pll |= FIELD_PREP(PCIE_GLI_9767_SD_PLL_CTL_PLL_LDIV, ldiv) | in gl9767_set_pll()
|
/openbmc/linux/ |
H A D | opengrok0.0.log | [all...] |