Home
last modified time | relevance | path

Searched refs:sdio_raw_data (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/rts_pstor/
Drtsx_card.c122 if ((memcmp(buf, chip->sdio_raw_data, 12) != 0) || (reg & 0x03)) { in dynamic_configure_sdio_aspm()
134 memcpy(chip->sdio_raw_data, buf, 12); in dynamic_configure_sdio_aspm()
Drtsx_chip.h775 u8 sdio_raw_data[12]; member
Drtsx_chip.c986 memset(chip->sdio_raw_data, 0, 12); in rtsx_init_chip()