Lines Matching +full:20 +full:system
52 * | 20 MiB |
55 * | 20 MiB |
58 * | 20 MiB |
111 * currently possible due to limitations of the system controller in mpfs_auto_update_prepare()
129 * There's also no need to consume more than 20 MiB per image. in mpfs_auto_update_prepare()
133 if (priv->size_per_bitstream > 20 * SZ_1M) in mpfs_auto_update_prepare()
134 priv->size_per_bitstream = 20 * SZ_1M; in mpfs_auto_update_prepare()
174 * The system controller can verify that an image in the flash is valid. in mpfs_auto_update_verify_image()
176 * service from the system controller instead. in mpfs_auto_update_verify_image()
219 * the system controller where to find the actual bitstream. Since in mpfs_auto_update_set_image_address()
243 * that the system controller doesn't complain if in "Single Image" in mpfs_auto_update_set_image_address()
314 * No parsing etc of the bitstream is required. The system controller in mpfs_auto_update_write_bitstream()
394 * Currently, the system controller's firmware does not generate any in mpfs_auto_update_available()
397 * Hitting this check is highly unlikely at present, but if the system in mpfs_auto_update_available()
428 "Could not register as a sub device of the system controller\n"); in mpfs_auto_update_probe()