Commit 7a89836e authored by Heiner Kallweit's avatar Heiner Kallweit Committed by Mauro Carvalho Chehab

[media] nuvoton-cir: simplify nvt_select_logical_ dev

Use nvt_cr_write to simplify nvt_select_logical_ dev.
Signed-off-by: default avatarHeiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent 3def9ad6
...@@ -107,8 +107,7 @@ static inline void nvt_efm_disable(struct nvt_dev *nvt) ...@@ -107,8 +107,7 @@ static inline void nvt_efm_disable(struct nvt_dev *nvt)
*/ */
static inline void nvt_select_logical_dev(struct nvt_dev *nvt, u8 ldev) static inline void nvt_select_logical_dev(struct nvt_dev *nvt, u8 ldev)
{ {
outb(CR_LOGICAL_DEV_SEL, nvt->cr_efir); nvt_cr_write(nvt, ldev, CR_LOGICAL_DEV_SEL);
outb(ldev, nvt->cr_efdr);
} }
/* write val to cir config register */ /* write val to cir config register */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment