Lines Matching refs:hvs
99 struct vc4_hvs *hvs;
310 struct vc4_hvs *hvs;
654 readl(hvs->regs + (offset)); \
660 writel(val, hvs->regs + (offset)); \
664 HVS_READ(hvs->vc4->gen == VC4_GEN_6_C ? SCALER6_ ## offset : SCALER6D_ ## offset)
667 HVS_WRITE(hvs->vc4->gen == VC4_GEN_6_C ? SCALER6_ ## offset : SCALER6D_ ## offset, val)
1028 void vc4_hvs_stop_channel(struct vc4_hvs *hvs, unsigned int output);
1029 int vc4_hvs_get_fifo_from_output(struct vc4_hvs *hvs, unsigned int output);
1030 u8 vc4_hvs_get_fifo_frame_count(struct vc4_hvs *hvs, unsigned int fifo);
1036 void vc4_hvs_dump_state(struct vc4_hvs *hvs);
1037 void vc4_hvs_unmask_underrun(struct vc4_hvs *hvs, int channel);
1038 void vc4_hvs_mask_underrun(struct vc4_hvs *hvs, int channel);