Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h67 #define FE_66MHZ (1<<22) /* 66MHz PCI support */ macro
H A Dsym_glue.c1485 if (chip->features & FE_66MHZ) { in sym_set_workarounds()
1487 chip->features &= ~FE_66MHZ; in sym_set_workarounds()
1787 if (!(chip->features & FE_66MHZ) && (status_reg & PCI_STATUS_66MHZ)) { in sym2_reset_workarounds()
H A Dsym_hipd.c442 if (np->features & FE_66MHZ) {
1262 FE_RAM|FE_RAM8K|FE_64BIT|FE_DAC|FE_IO256|FE_NOPM|FE_LEDC|FE_66MHZ|FE_CRC|
5618 if (i > 37000 && !(np->features & FE_66MHZ))
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.h485 #define FE_66MHZ (1<<23) /* 66MHz PCI Support */ macro