Searched refs:resp0 (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/ulib/ddk/include/hw/
H A Dsdhci.h41 uint32_t resp0; // 10h member in struct:sdhci_regs
/fuchsia/zircon/system/dev/block/sdhci/
H A Dsdhci.c241 req->response[2] = (regs->resp1 << 8) | ((regs->resp0 >> 24) & 0xFF);
242 req->response[3] = (regs->resp0 << 8);
244 req->response[0] = (regs->resp0 << 8);
245 req->response[1] = (regs->resp1 << 8) | ((regs->resp0 >> 24) & 0xFF);
249 req->response[0] = regs->resp0;
255 req->response[0] = regs->resp0;

Completed in 35 milliseconds