tag | line | file | source code |
board | 216 | drivers/net/sk_g16.c | #define SK_IOREG (board->ioreg) /* LANCE data registers. */ |
board | 217 | drivers/net/sk_g16.c | #define SK_PORT (board->port) /* Control, Status register */ |
board | 218 | drivers/net/sk_g16.c | #define SK_IOCOM (board->iocom) /* I/O Command */ |
board | 472 | drivers/net/sk_g16.c | static SK_RAM *board; /* pointer to our memory mapped board components */ |
board | 755 | drivers/net/sk_g16.c | board = (SK_RAM *) rom_addr; |
board | 760 | drivers/net/sk_g16.c | dev->dev_addr[i] = board->rom[j]; |
board | 317 | drivers/scsi/53c7,8xx.c | int board; /* Any special board level gunk */ |
board | 354 | drivers/scsi/53c7,8xx.c | static void internal_setup(int board, int chip, char *str, int *ints) { |
board | 383 | drivers/scsi/53c7,8xx.c | overrides[commandline_current].board = board; |
board | 685 | drivers/scsi/53c7,8xx.c | static int normal_init (Scsi_Host_Template *tpnt, int board, int chip, |
board | 737 | drivers/scsi/53c7,8xx.c | hostdata->board = board; |
board | 813 | drivers/scsi/53c7,8xx.c | static int pci_init (Scsi_Host_Template *tpnt, int board, int chip, |
board | 916 | drivers/scsi/53c7,8xx.c | return normal_init (tpnt, board, chip, (int) base, (int) io_port, |
board | 946 | drivers/scsi/53c7,8xx.c | !pci_init (tpnt, overrides[current_override].board, |
board | 952 | drivers/scsi/53c7,8xx.c | !normal_init (tpnt, overrides[current_override].board, |
board | 1013 | drivers/scsi/53c7,8xx.h | int board; /* set to board type, useful if |
board | 312 | drivers/scsi/eata.c | #define HD(board) ((struct hostdata *) &sh[board]->hostdata) |
board | 313 | drivers/scsi/eata.c | #define BN(board) (HD(board)->board_name) |
board | 272 | drivers/scsi/u14-34f.c | #define HD(board) ((struct hostdata *) &sh[board]->hostdata) |
board | 273 | drivers/scsi/u14-34f.c | #define BN(board) (HD(board)->board_name) |