Searched full:enable_crc (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/mfd/ |
| H A D | tps6594-spi.c | 25 static bool enable_crc; variable 26 module_param(enable_crc, bool, 0444); 27 MODULE_PARM_DESC(enable_crc, "Enable CRC feature for SPI interface"); 125 return tps6594_device_init(tps, enable_crc); in tps6594_spi_probe()
|
| H A D | tps6594-i2c.c | 22 static bool enable_crc; variable 23 module_param(enable_crc, bool, 0444); 24 MODULE_PARM_DESC(enable_crc, "Enable CRC feature for I2C interface"); 240 return tps6594_device_init(tps, enable_crc); in tps6594_i2c_probe()
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_reg_print.c_shipped | 75 { "ENABLE_CRC", 0x40, 0x40 },
|
| H A D | aic7xxx_reg.h_shipped | 236 #define ENABLE_CRC 0x40
|
| H A D | aic7xxx.reg | 184 field ENABLE_CRC 0x40 /* CRC for D-Phases */
|
| H A D | aic7xxx_core.c | 2517 scsirate &= ~(SXFR_ULTRA2|SINGLE_EDGE|ENABLE_CRC); in ahc_set_syncrate() 2521 scsirate |= ENABLE_CRC; in ahc_set_syncrate()
|
| /linux/include/linux/mfd/ |
| H A D | tps6594.h | 1344 int tps6594_device_init(struct tps6594 *tps, bool enable_crc);
|