Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/greybus/
Dsdio.c37 #define GB_SDIO_RSP_R1_R5_R6_R7 (GB_SDIO_RSP_PRESENT | GB_SDIO_RSP_CRC | \
40 #define GB_SDIO_RSP_R2 (GB_SDIO_RSP_PRESENT | GB_SDIO_RSP_CRC | \
42 #define GB_SDIO_RSP_R1B (GB_SDIO_RSP_PRESENT | GB_SDIO_RSP_CRC | \
/Linux-v5.4/include/linux/greybus/
Dgreybus_protocols.h1505 #define GB_SDIO_RSP_CRC 0x04 macro