Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rts5208/
Drtsx_chip.h683 #define CHK_SDIO_EXIST(chip) ((chip)->sdio_func_exist & SDIO_EXIST)
684 #define SET_SDIO_EXIST(chip) ((chip)->sdio_func_exist |= SDIO_EXIST)
685 #define CLR_SDIO_EXIST(chip) ((chip)->sdio_func_exist &= ~SDIO_EXIST)
687 #define CHK_SDIO_IGNORED(chip) ((chip)->sdio_func_exist & SDIO_IGNORED)
688 #define SET_SDIO_IGNORED(chip) ((chip)->sdio_func_exist |= \
690 #define CLR_SDIO_IGNORED(chip) ((chip)->sdio_func_exist &= \
829 int sdio_func_exist; member
Drtsx_chip.c791 chip->sdio_func_exist = 0; in rtsx_init_chip()
848 chip->sdio_func_exist); in rtsx_init_chip()