Home
last modified time | relevance | path

Searched refs:LED_IOPORT (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dbriq_panel.c35 #define LED_IOPORT 0x0398 macro
61 outb(led, LED_IOPORT); in SetLED()
90 c = (inb( LED_IOPORT ) & 0x000c) | (ledpb & 0x0003); in do_read()
200 if (!request_region( LED_IOPORT, 2, "BRIQ Front Panel")) { in briq_panel_init()
204 ledpb = inb( LED_IOPORT ) & 0x000c; in briq_panel_init()
208 release_region(LED_IOPORT, 2); in briq_panel_init()
240 release_region(LED_IOPORT, 2); in briq_panel_exit()