Searched refs:step_size (Results 1 – 8 of 8) sorted by relevance
| /u-boot/drivers/phy/ |
| A D | phy-zynqmp.c | 191 u32 step_size; member 297 u32 step_size; in xpsgtr_configure_pll() local 300 step_size = ssc->step_size; in xpsgtr_configure_pll() 314 STEP_SIZE_0_MASK, step_size & STEP_SIZE_0_MASK); in xpsgtr_configure_pll() 317 step_size >>= STEP_SIZE_SHIFT; in xpsgtr_configure_pll() 319 STEP_SIZE_1_MASK, step_size & STEP_SIZE_1_MASK); in xpsgtr_configure_pll() 322 step_size >>= STEP_SIZE_SHIFT; in xpsgtr_configure_pll() 324 STEP_SIZE_2_MASK, step_size & STEP_SIZE_2_MASK); in xpsgtr_configure_pll() 336 step_size >>= STEP_SIZE_SHIFT; in xpsgtr_configure_pll() 338 STEP_SIZE_3_MASK, (step_size & STEP_SIZE_3_MASK) | in xpsgtr_configure_pll()
|
| /u-boot/drivers/spi/ |
| A D | bcm63xx_hsspi.c | 222 size_t step_size = HSSPI_FIFO_SIZE; in bcm63xx_hsspi_xfer() local 240 step_size -= HSSPI_FIFO_OP_SIZE; in bcm63xx_hsspi_xfer() 257 size_t curr_step = min(step_size, data_bytes); in bcm63xx_hsspi_xfer()
|
| /u-boot/include/linux/mtd/ |
| A D | nand.h | 120 unsigned int step_size; member 123 #define NAND_ECCREQ(str, stp) { .strength = (str), .step_size = (stp) }
|
| A D | rawnand.h | 522 int (*calc_ecc_bytes)(int step_size, int strength);
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | nand_base.c | 4757 step_size = stepinfo->stepsize; in nand_match_ecc_req() 4770 if (mtd->writesize % step_size) in nand_match_ecc_req() 4773 nsteps = mtd->writesize / step_size; in nand_match_ecc_req() 4790 best_step = step_size; in nand_match_ecc_req() 4822 int step_size, strength, nsteps, ecc_bytes, corr; in nand_maximize_ecc() local 4833 step_size = stepinfo->stepsize; in nand_maximize_ecc() 4836 if (chip->ecc.size && step_size != chip->ecc.size) in nand_maximize_ecc() 4842 if (mtd->writesize % step_size) in nand_maximize_ecc() 4845 nsteps = mtd->writesize / step_size; in nand_maximize_ecc() 4861 (corr == best_corr && step_size > best_step)) { in nand_maximize_ecc() [all …]
|
| A D | denali.h | 323 int denali_calc_ecc_bytes(int step_size, int strength);
|
| A D | denali.c | 1101 int denali_calc_ecc_bytes(int step_size, int strength) in denali_calc_ecc_bytes() argument 1104 return DIV_ROUND_UP(strength * fls(step_size * 8), 16) * 2; in denali_calc_ecc_bytes()
|
| A D | stm32_fmc2_nand.c | 778 static int stm32_fmc2_nfc_calc_ecc_bytes(int step_size, int strength) in stm32_fmc2_nfc_calc_ecc_bytes() argument
|
Completed in 35 milliseconds