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];          
board294drivers/scsi/53c7,8xx.cint board;  /* Any special board level gunk */
board331drivers/scsi/53c7,8xx.cstatic void internal_setup(int board, int chip, char *str, int *ints) {
board360drivers/scsi/53c7,8xx.coverrides[commandline_current].board = board;
board675drivers/scsi/53c7,8xx.cstatic int normal_init (Scsi_Host_Template *tpnt, int board, int chip, 
board769drivers/scsi/53c7,8xx.chostdata->board = board;
board856drivers/scsi/53c7,8xx.cstatic int ncr_pci_init (Scsi_Host_Template *tpnt, int board, int chip, 
board965drivers/scsi/53c7,8xx.creturn normal_init (tpnt, board, chip, (int) base, io_port, 
board994drivers/scsi/53c7,8xx.c!ncr_pci_init (tpnt, overrides[current_override].board,
board1000drivers/scsi/53c7,8xx.c!normal_init (tpnt, overrides[current_override].board, 
board1051drivers/scsi/53c7,8xx.hint board;        /* set to board type, useful if 
board316drivers/scsi/eata.c#define HD(board) ((struct hostdata *) &sh[board]->hostdata)
board317drivers/scsi/eata.c#define BN(board) (HD(board)->board_name)
board281drivers/scsi/u14-34f.c#define HD(board) ((struct hostdata *) &sh[board]->hostdata)
board282drivers/scsi/u14-34f.c#define BN(board) (HD(board)->board_name)