Lines Matching refs:u32

253 	u32 totaltime;
254 u32 duration;
255 u32 duration_min;
256 u32 duration_max;
296 u32 v4l2_input_status;
301 u32 jpeg_mode;
302 u32 comp_size_read;
334 u32 jpeg_mode;
335 u32 comp_size_read;
353 static const u32 aspeed_video_jpeg_header[ASPEED_VIDEO_JPEG_HEADER_SIZE] = {
358 static const u32 aspeed_video_jpeg_quant[ASPEED_VIDEO_JPEG_QUANT_SIZE] = {
381 static const u32 aspeed_video_jpeg_dct[ASPEED_VIDEO_JPEG_NUM_QUALITIES]
498 static void aspeed_video_init_jpeg_table(u32 *table, bool yuv420) in aspeed_video_init_jpeg_table()
522 static void aspeed_video_update_jpeg_table(u32 *table, bool yuv420) in aspeed_video_update_jpeg_table()
536 static void aspeed_video_update(struct aspeed_video *video, u32 reg, u32 clear, in aspeed_video_update()
537 u32 bits) in aspeed_video_update()
539 u32 t = readl(video->base + reg); in aspeed_video_update()
540 u32 before = t; in aspeed_video_update()
549 static u32 aspeed_video_read(struct aspeed_video *video, u32 reg) in aspeed_video_read()
551 u32 t = readl(video->base + reg); in aspeed_video_read()
557 static void aspeed_video_write(struct aspeed_video *video, u32 reg, u32 val) in aspeed_video_write()
584 u32 seq_ctrl = aspeed_video_read(video, VE_SEQ_CTRL); in aspeed_video_start_frame()
731 u32 sts = aspeed_video_read(video, VE_INTERRUPT_STATUS); in aspeed_video_irq()
777 u32 frame_size = aspeed_video_read(video, in aspeed_video_irq()
835 u32 sts, ctrl; in aspeed_video_check_and_set_polarity()
907 u32 compression_buffer_size_reg = 0; in aspeed_video_calc_compressed_size()
985 u32 mds, sync, htotal, vtotal, vsync, hsync; in aspeed_video_get_timings()
1036 u32 mds; in aspeed_video_get_resolution()
1037 u32 src_lr_edge; in aspeed_video_get_resolution()
1038 u32 src_tb_edge; in aspeed_video_get_resolution()
1146 u32 width = ALIGN(act->width, 64); in aspeed_video_set_resolution()
1214 u32 comp_ctrl = FIELD_PREP(VE_COMP_CTRL_DCT_LUM, video->jpeg_quality) | in aspeed_video_update_regs()
1219 u32 ctrl = 0; in aspeed_video_update_regs()
1220 u32 seq_ctrl = 0; in aspeed_video_update_regs()
1266 u32 ctrl = VE_CTRL_AUTO_OR_CURSOR | in aspeed_video_init_regs()
1906 u32 val08; in aspeed_video_debugfs_show()