aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/samsung/mfc5x/mfc_reg.h
blob: 11d9ab026fb65294aa48eb5f666c4ef23acce68a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * linux/drivers/media/video/samsung/mfc5x/mfc_regs.h
 *
 * Copyright (c) 2010 Samsung Electronics Co., Ltd.
 *		http://www.samsung.com/
 *
 * Register interface for Samsung MFC (Multi Function Codec - FIMV) driver
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef __MFC_REGS_H
#define __MFC_REGS_H __FILE__

void init_reg(void __iomem *base);
void write_reg(unsigned int data, unsigned int offset);
unsigned int read_reg(unsigned int offset);

#endif /* __MFC_REGS_H */