Home
last modified time | relevance | path

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

/linux/drivers/staging/greybus/
H A Dsdio.c36 #define GB_SDIO_RSP_R1_R5_R6_R7 (GB_SDIO_RSP_PRESENT | GB_SDIO_RSP_CRC | \
39 #define GB_SDIO_RSP_R2 (GB_SDIO_RSP_PRESENT | GB_SDIO_RSP_CRC | \
41 #define GB_SDIO_RSP_R1B (GB_SDIO_RSP_PRESENT | GB_SDIO_RSP_CRC | \
/linux/include/linux/greybus/
H A Dgreybus_protocols.h1501 #define GB_SDIO_RSP_CRC 0x04 macro