Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/rio/
Drio.h73 #define PORTS_PER_HOST 128 /* number of ports per host */ macro
75 #define RIO_PORTS (PORTS_PER_HOST * RIO_HOSTS) /* max. no. of ports */
77 #define PORTS_PER_RTA (PORTS_PER_HOST/RTAS_PER_HOST) /* ports on a rta */
210 #define RIO_PORT(DEV,FIRST_MAJ) ( (major(DEV) - FIRST_MAJ) * PORTS_PER_HOST) \