Searched refs:IOPORT (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/watchdog/ |
D | smsc37b787_wdt.c | 76 #define IOPORT 0x3F0 macro 96 outb(0x55, IOPORT); in open_io_config() 98 outb(0x55, IOPORT); in open_io_config() 104 outb(0xAA, IOPORT); in close_io_config() 110 outb(0x07, IOPORT); in select_io_device() 111 outb(devno, IOPORT+1); in select_io_device() 117 outb(reg, IOPORT); in write_io_cr() 118 outb(data, IOPORT+1); in write_io_cr() 124 outb(reg, IOPORT); in read_io_cr() 125 return inb(IOPORT+1); in read_io_cr() [all …]
|
/linux-3.4.99/arch/alpha/include/asm/ |
D | jensen.h | 306 #define IOPORT(OS, NS) \ macro 322 IOPORT(b, 8) 323 IOPORT(w, 16) 324 IOPORT(l, 32) 326 #undef IOPORT
|
D | core_t2.h | 573 #define IOPORT(OS, NS) \ macro 589 IOPORT(b, 8) 590 IOPORT(w, 16) 591 IOPORT(l, 32) 593 #undef IOPORT
|
/linux-3.4.99/Documentation/scsi/ |
D | aha152x.txt | 19 IOPORT base io address (0x340/0x140) 37 -DSETUP0="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }" 40 -DSETUP1="{ IOPORT, IRQ, SCSI_ID, RECONNECT, PARITY, SYNCHRONOUS, DELAY, EXT_TRANS }" 52 aha152x=<IOPORT>[,<IRQ>[,<SCSI-ID>[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY> [,<EXT_TRANS]]]]]… 67 aha152x=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS 71 aha152x1=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS 77 IOPORT for first and second controller
|
/linux-3.4.99/Documentation/i2c/busses/ |
D | i2c-piix4 | 57 option is 'force_addr=<IOPORT>'. This will not only enable the PIIX4 like
|
/linux-3.4.99/Documentation/video4linux/ |
D | radiotrack.txt | 47 CONTROLLING THE CARD WITH IOPORT
|