Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/greybus/
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-5.19.10/include/linux/greybus/
Dgreybus_protocols.h1505 #define GB_SDIO_RSP_CRC 0x04 macro