Searched refs:max_iosize (Results 1 – 6 of 6) sorted by relevance
185 u32 max_iosize; member310 sfc->max_iosize = rockchip_sfc_get_max_iosize(sfc); in rockchip_sfc_probe()620 u32 len = min_t(u32, op->data.nbytes, sfc->max_iosize); in rockchip_sfc_exec_op()653 op->data.nbytes = min(op->data.nbytes, sfc->max_iosize); in rockchip_sfc_adjust_op_size()663 u32 len = min_t(u32, op->data.nbytes, sfc->max_iosize); in rockchip_sfc_exec_op_bypass()
192 u32 max_iosize; member540 u32 len = min_t(u32, op->data.nbytes, sfc->max_iosize); in rockchip_sfc_exec_op_bypass()689 op->data.nbytes = min(op->data.nbytes, sfc->max_iosize); in rockchip_sfc_adjust_op_size()826 sfc->max_iosize = rockchip_sfc_get_max_iosize(sfc); in rockchip_sfc_probe()
522 len = size < p_dev->max_iosize ? size : p_dev->max_iosize; in snor_read()720 p_dev->max_iosize = sfc_get_max_iosize(); in snor_init()
117 u32 max_iosize; member
564 len = size < p_dev->max_iosize ? size : p_dev->max_iosize; in snor_read()762 p_dev->max_iosize = sfc_get_max_iosize(); in snor_init()
119 u32 max_iosize; member