Searched refs:pcie_bits (Results 1 – 1 of 1) sorted by relevance
215 static int __mmc_send_if_cond(struct mmc_host *host, u32 ocr, u8 pcie_bits, in __mmc_send_if_cond() argument229 cmd.arg = ((ocr & 0xFF8000) != 0) << 8 | pcie_bits << 8 | test_pattern; in __mmc_send_if_cond()258 u8 pcie_bits = 0; in mmc_send_if_cond_pcie() local263 pcie_bits = 0x10; in mmc_send_if_cond_pcie()266 pcie_bits = 0x30; in mmc_send_if_cond_pcie()269 ret = __mmc_send_if_cond(host, ocr, pcie_bits, &resp); in mmc_send_if_cond_pcie()275 if (pcie_bits && resp) { in mmc_send_if_cond_pcie()
Completed in 3 milliseconds