Searched refs:DEFINE_RES_IO_NAMED (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/watchdog/ |
| H A D | simatic-ipc-wdt.c | 48 DEFINE_RES_IO_NAMED(GP_STATUS_REG_227E, SZ_1, KBUILD_MODNAME); 51 DEFINE_RES_IO_NAMED(WD_ENABLE_IOADR, SZ_1, 55 DEFINE_RES_IO_NAMED(WD_TRIGGER_IOADR, SZ_1,
|
| /linux-6.15/drivers/leds/simatic/ |
| H A D | simatic-ipc-leds.c | 42 DEFINE_RES_IO_NAMED(SIMATIC_IPC_LED_PORT_BASE, SZ_2, KBUILD_MODNAME);
|
| /linux-6.15/include/linux/ |
| H A D | ioport.h | 171 #define DEFINE_RES_IO_NAMED(_start, _size, _name) \ macro 174 DEFINE_RES_IO_NAMED((_start), (_size), NULL)
|
| /linux-6.15/drivers/platform/x86/siemens/ |
| H A D | simatic-ipc-batt.c | 65 DEFINE_RES_IO_NAMED(SIMATIC_IPC_BATT_PORT_BASE, SZ_1, KBUILD_MODNAME);
|
| /linux-6.15/drivers/pcmcia/ |
| H A D | soc_common.c | 818 DEFINE_RES_IO_NAMED(skt->nr * 0x1000 + 0x10000, 0x1000, in soc_pcmcia_add_one()
|
| /linux-6.15/drivers/acpi/ |
| H A D | osl.c | 1518 struct resource res = DEFINE_RES_IO_NAMED(start, n, name); in acpi_check_region()
|
| /linux-6.15/kernel/ |
| H A D | resource.c | 1716 *res = DEFINE_RES_IO_NAMED(io_start, io_num, "reserved"); in reserve_setup()
|