Home
last modified time | relevance | path

Searched refs:step_spare_size (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c238 unsigned int step_spare_size; member
633 if (info->step_spare_size) in handle_data_pio()
636 DIV_ROUND_UP(info->step_spare_size, 4)); in handle_data_pio()
647 if (info->step_spare_size) in handle_data_pio()
650 DIV_ROUND_UP(info->step_spare_size, 4)); in handle_data_pio()
660 info->oob_buff_pos += info->step_spare_size; in handle_data_pio()
800 info->step_spare_size = 0; in prepare_start_command()
873 info->step_spare_size = info->spare_size; in prepare_set_command()
897 info->step_spare_size; in prepare_set_command()
930 info->step_spare_size = info->spare_size; in prepare_set_command()
[all …]