Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/mmc/core/
Dsd_ops.c162 static int __mmc_send_if_cond(struct mmc_host *host, u32 ocr, u8 pcie_bits, in __mmc_send_if_cond() argument
176 cmd.arg = ((ocr & 0xFF8000) != 0) << 8 | pcie_bits << 8 | test_pattern; in __mmc_send_if_cond()
205 u8 pcie_bits = 0; in mmc_send_if_cond_pcie() local
210 pcie_bits = 0x10; in mmc_send_if_cond_pcie()
213 pcie_bits = 0x30; in mmc_send_if_cond_pcie()
216 ret = __mmc_send_if_cond(host, ocr, pcie_bits, &resp); in mmc_send_if_cond_pcie()
222 if (pcie_bits && resp) { in mmc_send_if_cond_pcie()