Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rts5208/
Drtsx_chip.h695 #define CHK_SDIO_EXIST(chip) ((chip)->sdio_func_exist & SDIO_EXIST)
696 #define SET_SDIO_EXIST(chip) ((chip)->sdio_func_exist |= SDIO_EXIST)
697 #define CLR_SDIO_EXIST(chip) ((chip)->sdio_func_exist &= ~SDIO_EXIST)
699 #define CHK_SDIO_IGNORED(chip) ((chip)->sdio_func_exist & SDIO_IGNORED)
700 #define SET_SDIO_IGNORED(chip) ((chip)->sdio_func_exist |= \
702 #define CLR_SDIO_IGNORED(chip) ((chip)->sdio_func_exist &= \
841 int sdio_func_exist; member
Drtsx_chip.c881 chip->sdio_func_exist = 0; in rtsx_init_chip()
942 chip->sdio_func_exist); in rtsx_init_chip()