Home
last modified time | relevance | path

Searched refs:LCKFRQ (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h71 #define FE_LCKFRQ (1<<26) /* Have LCKFRQ */
288 #define LCKFRQ 0x20 /* Frequency Lock (895/6 only) */ macro
H A Dsym_hipd.c247 * Wait for the LCKFRQ bit to be set if supported by the chip. in sym_selectclock()
252 while (!(INB(np, nc_stest4) & LCKFRQ) && --i > 0) in sym_selectclock()
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h71 #define FE_LCKFRQ (1<<26) /* Have LCKFRQ */
288 #define LCKFRQ 0x20 /* Frequency Lock (895/6 only) */ macro
H A Dsym_hipd.c247 * Wait for the LCKFRQ bit to be set if supported by the chip. in sym_selectclock()
252 while (!(INB(np, nc_stest4) & LCKFRQ) && --i > 0) in sym_selectclock()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dncr53c8xx.h812 #define LCKFRQ 0x20 /* Frequency Lock (895/6 only) */ macro
H A Dncr53c8xx.c7825 while (!(INB(nc_stest4) & LCKFRQ) && --i > 0)
/kernel/linux/linux-6.6/drivers/scsi/
H A Dncr53c8xx.h812 #define LCKFRQ 0x20 /* Frequency Lock (895/6 only) */ macro
H A Dncr53c8xx.c7659 while (!(INB(nc_stest4) & LCKFRQ) && --i > 0)

Completed in 43 milliseconds