Searched refs:LEDSet (Results 1 – 3 of 3) sorted by relevance
43 #define LEDSet(x) (*(volatile unsigned char *) kLED) = (( unsigned char)x) macro52 LEDSet(led_state); in cobalt_machine_halt()56 LEDSet(led_state); in cobalt_machine_halt()
293 LEDSet(led_state); in lcd_ioctl()317 LEDSet(led_state); in lcd_ioctl()339 LEDSet(led_state); in lcd_ioctl()
85 #define LEDSet(x) outb((char)x, kLED) macro