Searched refs:mfr (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/board/isee/igep00x0/ |
| H A D | spl.c | 18 int mfr, id, err = identify_nand_chip(&mfr, &id); in get_board_mem_timings() local 22 switch (mfr) { in get_board_mem_timings()
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap3/ |
| H A D | spl_id_nand.c | 29 int identify_nand_chip(int *mfr, int *id) in identify_nand_chip() argument 53 *mfr = readb(&gpmc_cfg->cs[0].nand_dat); in identify_nand_chip()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | samsung_mipi_dcphy.c | 236 u8 mfr; member 1328 MRR(samsung->pll.mrr) | MFR(samsung->pll.mfr)); in samsung_mipi_dcphy_pll_configure() 1650 u16 prediv, u16 fbdiv, u8 *mfr, u8 *mrr) in samsung_mipi_dcphy_pll_ssc_modulation_calc() argument 1690 *mfr = best_mfr & 0xff; in samsung_mipi_dcphy_pll_ssc_modulation_calc() 1693 *mfr, *mrr, div64_ul(fin, (prediv * *mfr) << 5), in samsung_mipi_dcphy_pll_ssc_modulation_calc() 1694 div64_ul(*mfr * *mrr * 1000000, fbdiv << 6)); in samsung_mipi_dcphy_pll_ssc_modulation_calc() 1707 u8 *prediv, u16 *fbdiv, u16 *dsm, u8 *scaler, u8 *mfr, u8 *mrr) in samsung_mipi_dcphy_pll_round_rate() argument 1811 *mfr = best_mfr; in samsung_mipi_dcphy_pll_round_rate() 1824 u8 scaler = 0, mfr = 0, mrr = 0; in samsung_mipi_dcphy_set_pll() local 1831 &fbdiv, &dsm, &scaler, &mfr, &mrr); in samsung_mipi_dcphy_set_pll() [all …]
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/arch-omap3/ |
| H A D | sys_proto.h | 43 int identify_nand_chip(int *mfr, int *id);
|
| /rk3399_rockchip-uboot/include/linux/mtd/ |
| H A D | doc2000.h | 177 unsigned long mfr; /* Flash IDs - only one type of flash per device */ member
|