Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsym53c8xx.h189 #define DBLSEL 0x04 /* clock doubler selected */ macro
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h270 #define DBLSEL 0x04 /* clock doubler selected */ macro
H A Dsym_hipd.c263 OUTB(np, nc_stest1, (DBLEN|DBLSEL));/* Select clock multiplier */ in sym_selectclock()
387 if (mult > 1 && (stest1 & (DBLEN+DBLSEL)) == DBLEN+DBLSEL) { in sym_getclock()
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.h793 #define DBLSEL 0x04 /* clock doubler selected */ macro
H A Dncr53c8xx.c7667 OUTB(nc_stest1, (DBLEN|DBLSEL));/* Select clock multiplier */
7738 if (mult > 1 && (stest1 & (DBLEN+DBLSEL)) == DBLEN+DBLSEL) {