Searched refs:IOPORT (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/watchdog/ |
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-v5.10/arch/alpha/include/asm/ |
D | jensen.h | 307 #define IOPORT(OS, NS) \ macro 323 IOPORT(b, 8) 324 IOPORT(w, 16) 325 IOPORT(l, 32) 327 #undef IOPORT
|
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
|
/Linux-v5.10/Documentation/scsi/ |
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-v5.10/Documentation/driver-api/media/drivers/ |
D | radiotrack.rst | 53 CONTROLLING THE CARD WITH IOPORT
|
/Linux-v5.10/Documentation/i2c/busses/ |
D | i2c-piix4.rst | 66 option is 'force_addr=<IOPORT>'. This will not only enable the PIIX4 like
|