tag | line | file | source code |
---|---|---|---|
VAL | 304 | drivers/scsi/aha152x.h | #define SETPORT(PORT, VAL) \ |
VAL | 305 | drivers/scsi/aha152x.h | outb( (VAL), (PORT) ) |
VAL | 307 | drivers/scsi/aha152x.h | #define SETPORTP(PORT, VAL) \ |
VAL | 308 | drivers/scsi/aha152x.h | outb_p( (VAL), (PORT) ) |
VAL | 310 | drivers/scsi/aha152x.h | #define SETPORTW(PORT, VAL) \ |
VAL | 311 | drivers/scsi/aha152x.h | outw( (VAL), (PORT) ) |