Lines Matching +full:0 +full:x49
33 .port = 0x5a,
34 .mask = BIT(0),
38 .port = 0x5a,
43 .port = 0x5a,
48 .port = 0x49,
53 .port = 0x49,
58 .port = 0x49,
63 .port = 0x49,
68 .port = 0x49,
73 .port = 0x49,
78 .port = 0x49,
79 .mask = BIT(0),
101 if (led->port == 0x49) in ot200_led_brightness_set()
103 else if (led->port == 0x5a) in ot200_led_brightness_set()
122 for (i = 0; i < ARRAY_SIZE(leds); i++) { in ot200_led_probe()
128 if (ret < 0) in ot200_led_probe()
132 leds_front = 0; /* turn off all front leds */ in ot200_led_probe()
134 outb(leds_front, 0x49); in ot200_led_probe()
135 outb(leds_back, 0x5a); in ot200_led_probe()
137 return 0; in ot200_led_probe()