tag | line | file | source code |
board | 217 | drivers/net/sk_g16.c | #define SK_IOREG (board->ioreg) /* LANCE data registers. */ |
board | 218 | drivers/net/sk_g16.c | #define SK_PORT (board->port) /* Control, Status register */ |
board | 219 | drivers/net/sk_g16.c | #define SK_IOCOM (board->iocom) /* I/O Command */ |
board | 473 | drivers/net/sk_g16.c | static SK_RAM *board; /* pointer to our memory mapped board components */ |
board | 756 | drivers/net/sk_g16.c | board = (SK_RAM *) rom_addr; |
board | 761 | drivers/net/sk_g16.c | dev->dev_addr[i] = board->rom[j]; |
board | 298 | drivers/scsi/53c7,8xx.c | int board; /* Any special board level gunk */ |
board | 335 | drivers/scsi/53c7,8xx.c | static void internal_setup(int board, int chip, char *str, int *ints) { |
board | 364 | drivers/scsi/53c7,8xx.c | overrides[commandline_current].board = board; |
board | 664 | drivers/scsi/53c7,8xx.c | static int normal_init (Scsi_Host_Template *tpnt, int board, int chip, |
board | 716 | drivers/scsi/53c7,8xx.c | hostdata->board = board; |
board | 792 | drivers/scsi/53c7,8xx.c | static int pci_init (Scsi_Host_Template *tpnt, int board, int chip, |
board | 895 | drivers/scsi/53c7,8xx.c | return normal_init (tpnt, board, chip, (int) base, (int) io_port, |
board | 925 | drivers/scsi/53c7,8xx.c | !pci_init (tpnt, overrides[current_override].board, |
board | 931 | drivers/scsi/53c7,8xx.c | !normal_init (tpnt, overrides[current_override].board, |
board | 1014 | drivers/scsi/53c7,8xx.h | int board; /* set to board type, useful if |