Searched refs:SIMATIC_IPC_LED_PORT_BASE (Results 1 – 1 of 1) sorted by relevance
23 #define SIMATIC_IPC_LED_PORT_BASE 0x404E macro42 DEFINE_RES_IO_NAMED(SIMATIC_IPC_LED_PORT_BASE, SZ_2, KBUILD_MODNAME);60 val = inw(SIMATIC_IPC_LED_PORT_BASE); in simatic_ipc_led_set_io()62 outw(val | led->value, SIMATIC_IPC_LED_PORT_BASE); in simatic_ipc_led_set_io()64 outw(val & ~led->value, SIMATIC_IPC_LED_PORT_BASE); in simatic_ipc_led_set_io()73 return inw(SIMATIC_IPC_LED_PORT_BASE) & led->value ? LED_OFF : led_cd->max_brightness; in simatic_ipc_led_get_io()