Searched refs:IOPORT (Results 1 – 4 of 4) sorted by relevance
/linux/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+1); in read_io_cr() [all …]
|
/linux/arch/alpha/include/asm/ |
H A D | core_t2.h | 578 #define IOPORT(OS, NS) \ macro 594 IOPORT(b, 8) 595 IOPORT(w, 16) 596 IOPORT(l, 32) 597 IOPORT(q, 64) 599 #undef IOPORT
|
/linux/Documentation/scsi/ |
H A D | aha152x.rst | 26 IOPORT base io address (0x340/0x140) 48 - DSETUP0="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }" 51 - DSETUP1="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }" 66 …aha152x=<IOPORT>[,<IRQ>[,<SCSI-ID>[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY> [,<EXT_TRANS]]]]… 82 aha152x=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS 88 aha152x1=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS 95 IOPORT for first and second controller
|
/linux/Documentation/driver-api/media/drivers/ |
H A D | radiotrack.rst | 53 CONTROLLING THE CARD WITH IOPORT
|