gpu: ipu-cpmem: Add ipu_cpmem_get_burstsize()
Adds ipu_cpmem_get_burstsize(). Signed-off-by: Steve Longerbeam <steve_longerbeam@mentor.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:

committed by
Philipp Zabel

szülő
e5e8690ff0
commit
03085911d7
@@ -275,6 +275,12 @@ void ipu_cpmem_set_axi_id(struct ipuv3_channel *ch, u32 id)
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(ipu_cpmem_set_axi_id);
|
||||
|
||||
int ipu_cpmem_get_burstsize(struct ipuv3_channel *ch)
|
||||
{
|
||||
return ipu_ch_param_read_field(ch, IPU_FIELD_NPB) + 1;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(ipu_cpmem_get_burstsize);
|
||||
|
||||
void ipu_cpmem_set_burstsize(struct ipuv3_channel *ch, int burstsize)
|
||||
{
|
||||
ipu_ch_param_write_field(ch, IPU_FIELD_NPB, burstsize - 1);
|
||||
|
Reference in New Issue
Block a user