Searched defs:wbs (Results 1 - 1 of 1) sorted by path

/drivers/gpu/ipu-v3/
H A Dipu-cpmem.c105 static void ipu_ch_param_write_field(struct ipuv3_channel *ch, u32 wbs, u32 v) argument
108 u32 bit = (wbs >> 8) % 160;
109 u32 size = wbs & 0xff;
110 u32 word = (wbs >> 8) / 160;
131 static u32 ipu_ch_param_read_field(struct ipuv3_channel *ch, u32 wbs) argument
134 u32 bit = (wbs >> 8) % 160;
135 u32 size = wbs & 0xff;
136 u32 word = (wbs >> 8) / 160;

Completed in 39 milliseconds