Lines Matching +full:0 +full:x77

26 	0xff, 0x0f, 0xff, 0x00, 0xff, 0xcc, 0xc3, 0xcc,
27 0xc3, 0x3c, 0xcc, 0xff, 0xfe, 0xff, 0xfe, 0xef,
28 0xff, 0xdf, 0xff, 0xdd, 0xff, 0xfb, 0xff, 0xfb,
29 0xbf, 0xff, 0x7f, 0xff, 0x77, 0xf7, 0xbd, 0xef,
30 0xff, 0xf0, 0xff, 0xf0, 0x0f, 0xfc, 0xcc, 0x3c,
31 0xcc, 0x33, 0xcc, 0xcf, 0xff, 0xef, 0xff, 0xee,
32 0xff, 0xfd, 0xff, 0xfd, 0xdf, 0xff, 0xbf, 0xff,
33 0xbb, 0xff, 0xf7, 0xff, 0xf7, 0x7f, 0x7b, 0xde,
37 0xff, 0xff, 0x00, 0xff, 0xff, 0xff, 0x00, 0x00,
38 0xff, 0xff, 0xcc, 0xcc, 0xcc, 0x33, 0xcc, 0xcc,
39 0xcc, 0x33, 0x33, 0xcc, 0xcc, 0xcc, 0xff, 0xff,
40 0xff, 0xee, 0xff, 0xff, 0xff, 0xee, 0xee, 0xff,
41 0xff, 0xff, 0xdd, 0xff, 0xff, 0xff, 0xdd, 0xdd,
42 0xff, 0xff, 0xff, 0xbb, 0xff, 0xff, 0xff, 0xbb,
43 0xbb, 0xff, 0xff, 0xff, 0x77, 0xff, 0xff, 0xff,
44 0x77, 0x77, 0xff, 0x77, 0xbb, 0xdd, 0xee, 0xff,
45 0xff, 0xff, 0xff, 0x00, 0xff, 0xff, 0xff, 0x00,
46 0x00, 0xff, 0xff, 0xcc, 0xcc, 0xcc, 0x33, 0xcc,
47 0xcc, 0xcc, 0x33, 0x33, 0xcc, 0xcc, 0xcc, 0xff,
48 0xff, 0xff, 0xee, 0xff, 0xff, 0xff, 0xee, 0xee,
49 0xff, 0xff, 0xff, 0xdd, 0xff, 0xff, 0xff, 0xdd,
50 0xdd, 0xff, 0xff, 0xff, 0xbb, 0xff, 0xff, 0xff,
51 0xbb, 0xbb, 0xff, 0xff, 0xff, 0x77, 0xff, 0xff,
52 0xff, 0x77, 0x77, 0xff, 0x77, 0xbb, 0xdd, 0xee,
79 *status = cmd.resp[0]; in __mmc_send_status()
81 return 0; in __mmc_send_status()
101 cmd.arg = 0; in _mmc_select_card()
133 cmd.arg = (host->dsr << 16) | 0xffff; in mmc_set_dsr()
159 cmd.arg = 0; in mmc_go_idle()
162 err = mmc_wait_for_cmd(host, &cmd, 0); in mmc_go_idle()
171 host->use_spi_crc = 0; in mmc_go_idle()
179 int i, err = 0; in mmc_send_op_cond()
182 cmd.arg = mmc_host_is_spi(host) ? 0 : ocr; in mmc_send_op_cond()
186 err = mmc_wait_for_cmd(host, &cmd, 0); in mmc_send_op_cond()
192 if (!(cmd.resp[0] & R1_SPI_IDLE)) in mmc_send_op_cond()
195 if (cmd.resp[0] & MMC_CARD_BUSY) in mmc_send_op_cond()
211 cmd.arg = cmd.resp[0] | BIT(30); in mmc_send_op_cond()
215 *rocr = cmd.resp[0]; in mmc_send_op_cond()
247 return 0; in mmc_send_cxd_native()
288 data.timeout_ns = 0; in mmc_send_adtc_data()
300 return 0; in mmc_send_adtc_data()
312 ret = mmc_send_adtc_data(NULL, host, opcode, 0, cxd_tmp, 16); in mmc_spi_send_cxd()
316 for (i = 0; i < 4; i++) in mmc_spi_send_cxd()
338 return mmc_send_cxd_native(host, 0, cid, MMC_ALL_SEND_CID); in mmc_send_cid()
360 err = mmc_send_adtc_data(card, card->host, MMC_SEND_EXT_CSD, 0, ext_csd, in mmc_get_ext_csd()
377 cmd.arg = highcap ? (1 << 30) : 0; in mmc_spi_read_ocr()
380 err = mmc_wait_for_cmd(host, &cmd, 0); in mmc_spi_read_ocr()
395 err = mmc_wait_for_cmd(host, &cmd, 0); in mmc_spi_set_crc()
413 return 0; in mmc_switch_status_error()
424 return 0; in mmc_switch_status()
435 u32 status = 0; in mmc_busy_cb()
440 return 0; in mmc_busy_cb()
446 return 0; in mmc_busy_cb()
456 err = R1_STATUS(status) ? -EIO : 0; in mmc_busy_cb()
470 return 0; in mmc_busy_cb()
511 return 0; in __mmc_poll_for_busy()
632 return __mmc_switch(card, set, index, value, timeout_ms, 0, in mmc_switch()
645 int size, err = 0; in mmc_send_tuning()
716 return 0; in mmc_send_abort_tuning()
727 return mmc_wait_for_cmd(host, &cmd, 0); in mmc_send_abort_tuning()
742 static u8 testdata_8bit[8] = { 0x55, 0xaa, 0, 0, 0, 0, 0, 0 }; in mmc_send_bus_test()
743 static u8 testdata_4bit[4] = { 0x5a, 0, 0, 0 }; in mmc_send_bus_test()
769 cmd.arg = 0; in mmc_send_bus_test()
790 err = 0; in mmc_send_bus_test()
792 for (i = 0; i < len / 4; i++) in mmc_send_bus_test()
793 if ((test_buf[i] ^ data_buf[i]) != 0xff) { in mmc_send_bus_test()
817 return 0; /* no need for test */ in mmc_bus_test()
845 err = mmc_wait_for_cmd(host, &cmd, 0); in mmc_send_hpi_cmd()
848 mmc_hostname(host), err, cmd.resp[0]); in mmc_send_hpi_cmd()
854 return 0; in mmc_send_hpi_cmd()
925 return 0; in mmc_read_bkops_status()
979 u8 val = enable ? EXT_CSD_CMDQ_MODE_ENABLED : 0; in mmc_cmdq_switch()
1023 1, timeout_ms, 0, true, false, 0); in mmc_sanitize()