Home
last modified time | relevance | path

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

/drivers/spi/
A Dspi-mem-nodm.c94 if (slave->max_write_size && len > slave->max_write_size) in spi_mem_adjust_op_size()
101 } else if (slave->max_write_size) { in spi_mem_adjust_op_size()
103 slave->max_write_size - len); in spi_mem_adjust_op_size()
A Dgxp_spi.c145 if (len > slave->max_write_size) { in gxp_spi_xfer()
146 printf("SF: write length is too big(>%d)\n", slave->max_write_size); in gxp_spi_xfer()
276 slave->max_write_size = GXP_SPILDAT_SIZE; in gxp_spi_child_pre_probe()
A Dspi-mem.c479 if (slave->max_write_size && len > slave->max_write_size) in spi_mem_adjust_op_size()
486 } else if (slave->max_write_size) { in spi_mem_adjust_op_size()
488 slave->max_write_size - len); in spi_mem_adjust_op_size()
A Dich.c737 } else if (slave->max_write_size) { in ich_spi_adjust_size()
739 slave->max_write_size); in ich_spi_adjust_size()
926 slave->max_write_size = priv->databytes; in ich_spi_child_pre_probe()
A Dbcm63xx_spi.c363 slave->max_write_size = regs[SPI_TX_SIZE]; in bcm63xx_spi_child_pre_probe()
A Dbcm63xx_hsspi.c556 slave->max_write_size = HSSPI_MAX_DATA_SIZE; in bcm63xx_hsspi_child_pre_probe()
/drivers/mtd/ubi/
A Dbuild.c703 ubi->max_write_size = ubi->mtd->writebufsize; in io_init()
708 if (ubi->max_write_size < ubi->min_io_size || in io_init()
709 ubi->max_write_size % ubi->min_io_size || in io_init()
710 !is_power_of_2(ubi->max_write_size)) { in io_init()
712 ubi->max_write_size, ubi->min_io_size); in io_init()
721 dbg_gen("max_write_size %d", ubi->max_write_size); in io_init()
1034 ubi->min_io_size, ubi->max_write_size, ubi->hdrs_min_io_size); in ubi_attach_mtd_dev()
A Dkapi.c38 di->max_write_size = ubi->max_write_size; in ubi_do_get_device_info()
A Dubi.h624 int max_write_size; member

Completed in 24 milliseconds