Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/greybus/
H A Dsdio.c64 caps = ((r & GB_SDIO_CAP_NONREMOVABLE) ? MMC_CAP_NONREMOVABLE : 0) | in _gb_sdio_set_host_caps()
/openbmc/linux/include/linux/greybus/
H A Dgreybus_protocols.h1406 #define GB_SDIO_CAP_NONREMOVABLE 0x00000001 macro