Home
last modified time | relevance | path

Searched refs:SCB_TABLE_SIZE (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/dev/isa/
Dseagate.c93 #define SCB_TABLE_SIZE 8 /* start with 8 scb entries in table */ macro
206 struct sea_scb scb[SCB_TABLE_SIZE];
547 sea->numscbs = SCB_TABLE_SIZE; in sea_init()
548 for (i = 0; i < SCB_TABLE_SIZE; i++) { in sea_init()