OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MMC_RSP_SPI_S1
(Results
1 - 6
of
6
) sorted by null
/external/mmc-utils/
mmc.h
160
#define
MMC_RSP_SPI_S1
(1 << 7) /* one status byte */
163
#define MMC_RSP_SPI_R1 (
MMC_RSP_SPI_S1
)
164
#define MMC_RSP_SPI_R1B (
MMC_RSP_SPI_S1
|MMC_RSP_SPI_BUSY)
/hardware/qcom/msm8994/kernel-headers/linux/mmc/
core.h
34
#define
MMC_RSP_SPI_S1
(1 << 7)
/hardware/qcom/msm8994/original-kernel-headers/linux/mmc/
core.h
16
#define
MMC_RSP_SPI_S1
(1 << 7) /* one status byte */
/hardware/qcom/msm8996/kernel-headers/linux/mmc/
core.h
34
#define
MMC_RSP_SPI_S1
(1 << 7)
/hardware/qcom/msm8996/original-kernel-headers/linux/mmc/
core.h
16
#define
MMC_RSP_SPI_S1
(1 << 7) /* one status byte */
/system/core/trusty/storage/proxy/
rpmb.c
42
#define
MMC_RSP_SPI_S1
(1 << 7)
44
#define MMC_RSP_SPI_R1 (
MMC_RSP_SPI_S1
)
Completed in 510 milliseconds