Lines Matching +full:0 +full:x77

28 	0xff, 0x0f, 0xff, 0x00, 0xff, 0xcc, 0xc3, 0xcc,
29 0xc3, 0x3c, 0xcc, 0xff, 0xfe, 0xff, 0xfe, 0xef,
30 0xff, 0xdf, 0xff, 0xdd, 0xff, 0xfb, 0xff, 0xfb,
31 0xbf, 0xff, 0x7f, 0xff, 0x77, 0xf7, 0xbd, 0xef,
32 0xff, 0xf0, 0xff, 0xf0, 0x0f, 0xfc, 0xcc, 0x3c,
33 0xcc, 0x33, 0xcc, 0xcf, 0xff, 0xef, 0xff, 0xee,
34 0xff, 0xfd, 0xff, 0xfd, 0xdf, 0xff, 0xbf, 0xff,
35 0xbb, 0xff, 0xf7, 0xff, 0xf7, 0x7f, 0x7b, 0xde,
39 0xff, 0xff, 0x00, 0xff, 0xff, 0xff, 0x00, 0x00,
40 0xff, 0xff, 0xcc, 0xcc, 0xcc, 0x33, 0xcc, 0xcc,
41 0xcc, 0x33, 0x33, 0xcc, 0xcc, 0xcc, 0xff, 0xff,
42 0xff, 0xee, 0xff, 0xff, 0xff, 0xee, 0xee, 0xff,
43 0xff, 0xff, 0xdd, 0xff, 0xff, 0xff, 0xdd, 0xdd,
44 0xff, 0xff, 0xff, 0xbb, 0xff, 0xff, 0xff, 0xbb,
45 0xbb, 0xff, 0xff, 0xff, 0x77, 0xff, 0xff, 0xff,
46 0x77, 0x77, 0xff, 0x77, 0xbb, 0xdd, 0xee, 0xff,
47 0xff, 0xff, 0xff, 0x00, 0xff, 0xff, 0xff, 0x00,
48 0x00, 0xff, 0xff, 0xcc, 0xcc, 0xcc, 0x33, 0xcc,
49 0xcc, 0xcc, 0x33, 0x33, 0xcc, 0xcc, 0xcc, 0xff,
50 0xff, 0xff, 0xee, 0xff, 0xff, 0xff, 0xee, 0xee,
51 0xff, 0xff, 0xff, 0xdd, 0xff, 0xff, 0xff, 0xdd,
52 0xdd, 0xff, 0xff, 0xff, 0xbb, 0xff, 0xff, 0xff,
53 0xbb, 0xbb, 0xff, 0xff, 0xff, 0x77, 0xff, 0xff,
54 0xff, 0x77, 0x77, 0xff, 0x77, 0xbb, 0xdd, 0xee,
87 *status = cmd.resp[0]; in __mmc_send_status()
89 return 0; in __mmc_send_status()
109 cmd.arg = 0; in _mmc_select_card()
141 cmd.arg = (host->dsr << 16) | 0xffff; in mmc_set_dsr()
167 cmd.arg = 0; in mmc_go_idle()
170 err = mmc_wait_for_cmd(host, &cmd, 0); in mmc_go_idle()
179 host->use_spi_crc = 0; in mmc_go_idle()
190 int err = 0; in __mmc_send_op_cond_cb()
192 err = mmc_wait_for_cmd(host, cmd, 0); in __mmc_send_op_cond_cb()
197 if (!(cmd->resp[0] & R1_SPI_IDLE)) { in __mmc_send_op_cond_cb()
199 return 0; in __mmc_send_op_cond_cb()
202 if (cmd->resp[0] & MMC_CARD_BUSY) { in __mmc_send_op_cond_cb()
204 return 0; in __mmc_send_op_cond_cb()
218 cmd->arg = cmd->resp[0] | BIT(30); in __mmc_send_op_cond_cb()
220 return 0; in __mmc_send_op_cond_cb()
226 int err = 0; in mmc_send_op_cond()
234 cmd.arg = mmc_host_is_spi(host) ? 0 : ocr; in mmc_send_op_cond()
244 *rocr = cmd.resp[0]; in mmc_send_op_cond()
276 return 0; in mmc_send_cxd_native()
317 data.timeout_ns = 0; in mmc_send_adtc_data()
329 return 0; in mmc_send_adtc_data()
341 ret = mmc_send_adtc_data(NULL, host, opcode, 0, cxd_tmp, 16); in mmc_spi_send_cxd()
345 for (i = 0; i < 4; i++) in mmc_spi_send_cxd()
367 return mmc_send_cxd_native(host, 0, cid, MMC_ALL_SEND_CID); in mmc_send_cid()
389 err = mmc_send_adtc_data(card, card->host, MMC_SEND_EXT_CSD, 0, ext_csd, in mmc_get_ext_csd()
406 cmd.arg = highcap ? (1 << 30) : 0; in mmc_spi_read_ocr()
409 err = mmc_wait_for_cmd(host, &cmd, 0); in mmc_spi_read_ocr()
424 err = mmc_wait_for_cmd(host, &cmd, 0); in mmc_spi_set_crc()
442 return 0; in mmc_switch_status_error()
453 return 0; in mmc_switch_status()
464 u32 status = 0; in mmc_busy_cb()
469 return 0; in mmc_busy_cb()
475 return 0; in mmc_busy_cb()
485 err = R1_STATUS(status) ? -EIO : 0; in mmc_busy_cb()
499 return 0; in mmc_busy_cb()
540 return 0; in __mmc_poll_for_busy()
554 return __mmc_poll_for_busy(host, 0, timeout_ms, &mmc_busy_cb, &cb_data); in mmc_poll_for_busy()
663 return __mmc_switch(card, set, index, value, timeout_ms, 0, in mmc_switch()
676 int size, err = 0; in mmc_send_tuning()
747 return 0; in mmc_send_abort_tuning()
758 return mmc_wait_for_cmd(host, &cmd, 0); in mmc_send_abort_tuning()
773 static u8 testdata_8bit[8] = { 0x55, 0xaa, 0, 0, 0, 0, 0, 0 }; in mmc_send_bus_test()
774 static u8 testdata_4bit[4] = { 0x5a, 0, 0, 0 }; in mmc_send_bus_test()
800 cmd.arg = 0; in mmc_send_bus_test()
821 err = 0; in mmc_send_bus_test()
823 for (i = 0; i < len / 4; i++) in mmc_send_bus_test()
824 if ((test_buf[i] ^ data_buf[i]) != 0xff) { in mmc_send_bus_test()
848 return 0; /* no need for test */ in mmc_bus_test()
876 err = mmc_wait_for_cmd(host, &cmd, 0); in mmc_send_hpi_cmd()
879 mmc_hostname(host), err, cmd.resp[0]); in mmc_send_hpi_cmd()
885 return 0; in mmc_send_hpi_cmd()
956 return 0; in mmc_read_bkops_status()
1010 u8 val = enable ? EXT_CSD_CMDQ_MODE_ENABLED : 0; in mmc_cmdq_switch()
1054 1, timeout_ms, 0, true, false, 0); in mmc_sanitize()