Searched refs:BRIQ_PANEL_LED_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.c30 #define BRIQ_PANEL_LED_IOPORT 0x0398 macro
65 outb(led, BRIQ_PANEL_LED_IOPORT);
98 c = (inb(BRIQ_PANEL_LED_IOPORT) & 0x000c) | (ledpb & 0x0003);
215 if (!request_region(BRIQ_PANEL_LED_IOPORT, 2, "BRIQ Front Panel")) {
219 ledpb = inb(BRIQ_PANEL_LED_IOPORT) & 0x000c;
223 release_region(BRIQ_PANEL_LED_IOPORT, 2);
256 release_region(BRIQ_PANEL_LED_IOPORT, 2);

Completed in 459 milliseconds