Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/sys/scsi/adapters/
H A Dfasreg.h344 #define CLOCK_PERIOD(mhz) (1000 * MEG) / (mhz / 1000) macro
/titanic_41/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c1745 fas->f_clock_cycle = CLOCK_PERIOD(i); in fas_init_chip()