Home
last modified time | relevance | path

Searched refs:IOPORT (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/watchdog/
H A Dsmsc37b787_wdt.c72 #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 Dsmsc37b787_wdt.c72 #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 Djensen.h321 #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 Dcore_t2.h586 #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 Djensen.h307 #define IOPORT(OS, NS) \ macro
323 IOPORT(b, 8)
324 IOPORT(w, 16)
325 IOPORT(l, 32)
327 #undef IOPORT macro
H A Dcore_t2.h574 #define IOPORT(OS, NS) \ macro
590 IOPORT(b, 8)
591 IOPORT(w, 16)
592 IOPORT(l, 32)
594 #undef IOPORT macro

Completed in 5 milliseconds