[media] smiapp: Rename SMIA_REG to SMIAPP_REG for consistency
SMIAPP_REG_ is the common prefix used in the driver for register related definitions. Use it consistently. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:

committed by
Mauro Carvalho Chehab

父節點
d4f79a80e6
當前提交
6fcc7a528d
@@ -21,11 +21,11 @@
|
||||
* 02110-1301 USA
|
||||
*
|
||||
*/
|
||||
#define SMIAPP_REG_MK_U8(r) ((SMIA_REG_8BIT << 16) | (r))
|
||||
#define SMIAPP_REG_MK_U16(r) ((SMIA_REG_16BIT << 16) | (r))
|
||||
#define SMIAPP_REG_MK_U32(r) ((SMIA_REG_32BIT << 16) | (r))
|
||||
#define SMIAPP_REG_MK_U8(r) ((SMIAPP_REG_8BIT << 16) | (r))
|
||||
#define SMIAPP_REG_MK_U16(r) ((SMIAPP_REG_16BIT << 16) | (r))
|
||||
#define SMIAPP_REG_MK_U32(r) ((SMIAPP_REG_32BIT << 16) | (r))
|
||||
|
||||
#define SMIAPP_REG_MK_F32(r) (SMIA_REG_FLAG_FLOAT | (SMIA_REG_32BIT << 16) | (r))
|
||||
#define SMIAPP_REG_MK_F32(r) (SMIAPP_REG_FLAG_FLOAT | (SMIAPP_REG_32BIT << 16) | (r))
|
||||
|
||||
#define SMIAPP_REG_U16_MODEL_ID SMIAPP_REG_MK_U16(0x0000)
|
||||
#define SMIAPP_REG_U8_REVISION_NUMBER_MAJOR SMIAPP_REG_MK_U8(0x0002)
|
||||
|
Reference in New Issue
Block a user