cr_efir            59 drivers/media/rc/nuvoton-cir.c 	outb(reg, nvt->cr_efir);
cr_efir            66 drivers/media/rc/nuvoton-cir.c 	outb(reg, nvt->cr_efir);
cr_efir            87 drivers/media/rc/nuvoton-cir.c 	if (!request_muxed_region(nvt->cr_efir, 2, NVT_DRIVER_NAME))
cr_efir            91 drivers/media/rc/nuvoton-cir.c 	outb(EFER_EFM_ENABLE, nvt->cr_efir);
cr_efir            92 drivers/media/rc/nuvoton-cir.c 	outb(EFER_EFM_ENABLE, nvt->cr_efir);
cr_efir           100 drivers/media/rc/nuvoton-cir.c 	outb(EFER_EFM_DISABLE, nvt->cr_efir);
cr_efir           102 drivers/media/rc/nuvoton-cir.c 	release_region(nvt->cr_efir, 2);
cr_efir           412 drivers/media/rc/nuvoton-cir.c 		nvt->cr_efir = CR_EFIR2;
cr_efir           994 drivers/media/rc/nuvoton-cir.c 	nvt->cr_efir = CR_EFIR;
cr_efir            68 drivers/media/rc/nuvoton-cir.h 	u32 cr_efir;