Home
last modified time | relevance | path

Searched refs:calculate (Results 1 – 25 of 29) sorted by relevance

12

/drivers/memory/
Dstm32-fmc2-ebi.c171 u32 (*calculate)(struct stm32_fmc2_ebi *ebi, int cs, u32 setup); member
784 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
792 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
800 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
808 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
815 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
822 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
829 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
835 .calculate = stm32_fmc2_ebi_ns_to_clk_period,
843 .calculate = stm32_fmc2_ebi_ns_to_clock_cycles,
[all …]
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
Dgpc.fuc198 // calculate GPC mmio context size
205 // calculate per-TPC mmio context size
215 // calculate per-UNK mmio context size
235 // calculate size of strand context data
242 // calculate size of tpc strand context data
/drivers/mtd/nand/raw/ingenic/
Dingenic_ecc.h65 int (*calculate)(struct ingenic_ecc *ecc, member
Dingenic_ecc.c31 return ecc->ops->calculate(ecc, params, buf, ecc_code); in ingenic_ecc_calculate()
Djz4740_ecc.c176 .calculate = jz4740_ecc_calculate,
Djz4780_bch.c249 .calculate = jz4780_calculate,
Djz4725b_bch.c274 .calculate = jz4725b_calculate,
Dingenic_nand_drv.c205 chip->ecc.calculate = ingenic_nand_ecc_calculate; in ingenic_nand_attach_chip()
/drivers/iio/common/cros_ec_sensors/
DKconfig31 This module is loaded when the EC can calculate the angle between the base
/drivers/s390/char/
Dsclp.c142 static int sclp_init_mask(int calculate);
781 sclp_init_mask(int calculate) in sclp_init_mask() argument
803 if (calculate) in sclp_init_mask()
829 if (calculate) { in sclp_init_mask()
/drivers/mtd/nand/raw/
Ds3c2410.c950 chip->ecc.calculate = s3c2410_nand_calculate_ecc; in s3c2410_nand_attach_chip()
957 chip->ecc.calculate = s3c2410_nand_calculate_ecc; in s3c2410_nand_attach_chip()
962 chip->ecc.calculate = s3c2412_nand_calculate_ecc; in s3c2410_nand_attach_chip()
967 chip->ecc.calculate = s3c2440_nand_calculate_ecc; in s3c2410_nand_attach_chip()
Dsharpsl.c109 chip->ecc.calculate = sharpsl_nand_calculate_ecc; in sharpsl_attach_chip()
Dnand_base.c2744 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_read_page_swecc()
2808 chip->ecc.calculate(chip, p, &chip->ecc.calc_buf[i]); in nand_read_subpage()
2911 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_read_page_hwecc()
3713 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_write_page_swecc()
3751 chip->ecc.calculate(chip, p, &ecc_calc[i]); in nand_write_page_hwecc()
3808 chip->ecc.calculate(chip, buf, ecc_calc); in nand_write_subpage_hwecc()
3878 chip->ecc.calculate(chip, p, oob); in nand_write_page_syndrome()
5160 if (!ecc->write_subpage && ecc->hwctl && ecc->calculate) in nand_set_ecc_on_host_ops()
5165 if ((!ecc->calculate || !ecc->correct || !ecc->hwctl) && in nand_set_ecc_on_host_ops()
5208 ecc->calculate = nand_calculate_ecc; in nand_set_ecc_soft_ops()
[all …]
Dfsmc_nand.c744 chip->ecc.calculate(chip, p, &ecc_calc[i]); in fsmc_read_page_hwecc()
911 nand->ecc.calculate = fsmc_read_hwecc_ecc4; in fsmc_nand_attach_chip()
940 nand->ecc.calculate = fsmc_read_hwecc_ecc1; in fsmc_nand_attach_chip()
Dndfc.c151 chip->ecc.calculate = ndfc_calculate_ecc; in ndfc_chip_init()
Ddavinci_nand.c627 info->chip.ecc.calculate = nand_davinci_calculate_4bit; in davinci_nand_attach_chip()
656 info->chip.ecc.calculate = nand_davinci_calculate_1bit; in davinci_nand_attach_chip()
Dcs553x_nand.c254 chip->ecc.calculate = cs_calculate_ecc; in cs553x_attach_chip()
Dtmio_nand.c368 chip->ecc.calculate = tmio_nand_calculate_ecc; in tmio_attach_chip()
Dtxx9ndfmc.c269 chip->ecc.calculate = txx9ndfmc_calculate_ecc; in txx9ndfmc_attach_chip()
Domap2.c2026 chip->ecc.calculate = omap_calculate_ecc; in omap_nand_attach_chip()
2045 chip->ecc.calculate = omap_calculate_ecc_bch_sw; in omap_nand_attach_chip()
2087 chip->ecc.calculate = omap_calculate_ecc_bch_sw; in omap_nand_attach_chip()
Dr852.c830 chip->ecc.calculate = r852_ecc_calculate; in r852_attach_chip()
Dstm32_fmc2_nand.c1622 chip->ecc.calculate = stm32_fmc2_nfc_ham_calculate; in stm32_fmc2_nfc_nand_callbacks_setup()
1627 chip->ecc.calculate = stm32_fmc2_nfc_bch_calculate; in stm32_fmc2_nfc_nand_callbacks_setup()
Dlpc32xx_slc.c805 chip->ecc.calculate = lpc32xx_nand_ecc_calculate; in lpc32xx_nand_attach_chip()
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
Dkernel.fuc243 // calculate the number of ticks in the specified nanoseconds delay
277 // calculate the number of ticks in the specified microsecond delay
304 // calculate the number of ticks in the specified microsecond delay
Dhost.fuc71 // calculate address of message

12