Searched refs:sd_crc (Results 1 - 3 of 3) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
H A Dbcmsdspi_linux.c40 extern uint sd_crc;
41 module_param(sd_crc, uint, 0);
H A Dbcmsdspi.c59 uint sd_crc = 0; /* Default to SPI CRC Check turned OFF */ variable
254 {"sd_crc", IOV_CRC, 0, IOVT_UINT32, 0 },
419 int_val = (uint32)sd_crc;
424 /* Apply new setting, but don't change sd_crc until
431 sd_crc = int_val;
813 sdspi_crc_onoff(sd, sd_crc ? 1 : 0);
1304 if (sd_crc) {
1319 if (sd_crc) {
1331 if (sd_crc) {
1345 if (sd_crc) {
[all...]
H A Dbcmspibrcm.c58 uint sd_crc = 0; /* Default to SPI CRC Check turned OFF */ variable

Completed in 287 milliseconds