Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/sym53c8xx_2/
Dsym_defs.h288 #define LCKFRQ 0x20 /* Frequency Lock (895/6 only) */ macro
Dsym_hipd.c252 while (!(INB(np, nc_stest4) & LCKFRQ) && --i > 0) in sym_selectclock()
/linux-6.1.9/drivers/scsi/
Dncr53c8xx.h812 #define LCKFRQ 0x20 /* Frequency Lock (895/6 only) */ macro
Dncr53c8xx.c7659 while (!(INB(nc_stest4) & LCKFRQ) && --i > 0)