tag | line | file | source code |
---|---|---|---|
VAL | 310 | drivers/scsi/aha152x.h | #define SETPORT(PORT, VAL) \ |
VAL | 311 | drivers/scsi/aha152x.h | outb( (VAL), (PORT) ) |
VAL | 313 | drivers/scsi/aha152x.h | #define SETPORTP(PORT, VAL) \ |
VAL | 314 | drivers/scsi/aha152x.h | outb_p( (VAL), (PORT) ) |
VAL | 316 | drivers/scsi/aha152x.h | #define SETPORTW(PORT, VAL) \ |
VAL | 317 | drivers/scsi/aha152x.h | outw( (VAL), (PORT) ) |