Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rts_pstor/
Drtsx_chip.h673 #define SDIO_IGNORED 0x02 macro
679 #define CHK_SDIO_IGNORED(chip) ((chip)->sdio_func_exist & SDIO_IGNORED)
680 #define SET_SDIO_IGNORED(chip) ((chip)->sdio_func_exist |= SDIO_IGNORED)
681 #define CLR_SDIO_IGNORED(chip) ((chip)->sdio_func_exist &= ~SDIO_IGNORED)