Home | History | Annotate | Download | only in t_sh7706lan

Lines Matching defs:resp

421 	uint16_t resp;
449 while ((resp = scimci_getc()) & 0x80) {
459 resp |= (uint16_t)scimci_getc() << 8;
465 DPRINTF(1, ("R3 resp: %#x\n", cmd->c_resp[1]));
469 cmd->c_resp[0] = resp;
470 if (resp != 0 && resp != R1_SPI_IDLE) {
472 device_xname(sc->sc_dev), resp));
476 DPRINTF(1, ("R1 resp: %#x\n", resp));