Searched refs:IOPORT (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | smsc37b787_wdt.c | 72 #define IOPORT 0x3F0 macro 92 outb(0x55, IOPORT); in open_io_config() 94 outb(0x55, IOPORT); in open_io_config() 100 outb(0xAA, IOPORT); in close_io_config() 106 outb(0x07, IOPORT); in select_io_device() 107 outb(devno, IOPORT+1); in select_io_device() 113 outb(reg, IOPORT); in write_io_cr() 114 outb(data, IOPORT+1); in write_io_cr() 120 outb(reg, IOPORT); in read_io_cr() 121 return inb(IOPORT in read_io_cr() [all...] |
/kernel/linux/linux-6.6/drivers/watchdog/ |
H A D | smsc37b787_wdt.c | 72 #define IOPORT 0x3F0 macro 92 outb(0x55, IOPORT); in open_io_config() 94 outb(0x55, IOPORT); in open_io_config() 100 outb(0xAA, IOPORT); in close_io_config() 106 outb(0x07, IOPORT); in select_io_device() 107 outb(devno, IOPORT+1); in select_io_device() 113 outb(reg, IOPORT); in write_io_cr() 114 outb(data, IOPORT+1); in write_io_cr() 120 outb(reg, IOPORT); in read_io_cr() 121 return inb(IOPORT in read_io_cr() [all...] |
/kernel/linux/linux-6.6/arch/alpha/include/asm/ |
H A D | jensen.h | 321 #define IOPORT(OS, NS) \ macro 337 IOPORT(b, 8) 338 IOPORT(w, 16) 339 IOPORT(l, 32) 340 IOPORT(q, 64) 342 #undef IOPORT macro
|
H A D | core_t2.h | 586 #define IOPORT(OS, NS) \ macro 602 IOPORT(b, 8) 603 IOPORT(w, 16) 604 IOPORT(l, 32) 605 IOPORT(q, 64) 607 #undef IOPORT macro
|
/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
H A D | jensen.h | 307 #define IOPORT(OS, NS) \ macro 323 IOPORT(b, 8) 324 IOPORT(w, 16) 325 IOPORT(l, 32) 327 #undef IOPORT macro
|
H A D | core_t2.h | 574 #define IOPORT(OS, NS) \ macro 590 IOPORT(b, 8) 591 IOPORT(w, 16) 592 IOPORT(l, 32) 594 #undef IOPORT macro
|
Completed in 6 milliseconds