Searched refs:BRIQ_PANEL_VFD_IOPORT (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dbriq_panel.c29 #define BRIQ_PANEL_VFD_IOPORT 0x0390 macro
44 outb(0x02, BRIQ_PANEL_VFD_IOPORT);
46 outb(vfd[i], BRIQ_PANEL_VFD_IOPORT + 1);
49 outb(0xc0, BRIQ_PANEL_VFD_IOPORT);
51 outb(vfd[i], BRIQ_PANEL_VFD_IOPORT + 1);
212 if (!request_region(BRIQ_PANEL_VFD_IOPORT, 4, "BRIQ Front Panel"))
216 release_region(BRIQ_PANEL_VFD_IOPORT, 4);
222 release_region(BRIQ_PANEL_VFD_IOPORT, 4);
227 outb(0x38, BRIQ_PANEL_VFD_IOPORT); /* Function set */
228 outb(0x01, BRIQ_PANEL_VFD_IOPORT); /* Clea
[all...]

Completed in 98 milliseconds