taglinefilesource code
board216drivers/net/sk_g16.c#define SK_IOREG        (board->ioreg) /* LANCE data registers.     */ 
board217drivers/net/sk_g16.c#define SK_PORT         (board->port)  /* Control, Status register  */
board218drivers/net/sk_g16.c#define SK_IOCOM        (board->iocom) /* I/O Command               */
board472drivers/net/sk_g16.cstatic SK_RAM *board;  /* pointer to our memory mapped board components */
board755drivers/net/sk_g16.cboard = (SK_RAM *) rom_addr; 
board760drivers/net/sk_g16.cdev->dev_addr[i] = board->rom[j];          
board317drivers/scsi/53c7,8xx.cint board;  /* Any special board level gunk */
board354drivers/scsi/53c7,8xx.cstatic void internal_setup(int board, int chip, char *str, int *ints) {
board383drivers/scsi/53c7,8xx.coverrides[commandline_current].board = board;
board685drivers/scsi/53c7,8xx.cstatic int normal_init (Scsi_Host_Template *tpnt, int board, int chip, 
board737drivers/scsi/53c7,8xx.chostdata->board = board;
board813drivers/scsi/53c7,8xx.cstatic int pci_init (Scsi_Host_Template *tpnt, int board, int chip, 
board916drivers/scsi/53c7,8xx.creturn normal_init (tpnt, board, chip, (int) base, (int) io_port, 
board946drivers/scsi/53c7,8xx.c!pci_init (tpnt, overrides[current_override].board,
board952drivers/scsi/53c7,8xx.c!normal_init (tpnt, overrides[current_override].board, 
board1013drivers/scsi/53c7,8xx.hint board;        /* set to board type, useful if 
board305drivers/scsi/eata.c#define HD(board) ((struct hostdata *) &sh[board]->hostdata)
board306drivers/scsi/eata.c#define BN(board) (HD(board)->board_name)
board265drivers/scsi/u14-34f.c#define HD(board) ((struct hostdata *) &sh[board]->hostdata)
board266drivers/scsi/u14-34f.c#define BN(board) (HD(board)->board_name)