Home | History | Annotate | Download | only in netboot

Lines Matching refs:board

59  *        - Try to find out if the board is in 8 Bit or 16 Bit slot.
199 #define SK_IOREG (board->ioreg) /* LANCE data registers. */
200 #define SK_PORT (board->port) /* Control, Status register */
201 #define SK_IOCOM (board->iocom) /* I/O Command */
450 static SK_RAM *board; /* pointer to our memory mapped board components */
761 /* if board found */
805 board = (SK_RAM *) rom_addr;
807 board->rom[0], board->rom[2], board->rom[4]));
812 *(nic->node_addr+i) = board->rom[j];