resptype 150 drivers/mmc/host/android-goldfish.c u32 resptype; resptype 155 drivers/mmc/host/android-goldfish.c resptype = 0; resptype 165 drivers/mmc/host/android-goldfish.c resptype = 1; resptype 168 drivers/mmc/host/android-goldfish.c resptype = 2; resptype 171 drivers/mmc/host/android-goldfish.c resptype = 3; resptype 188 drivers/mmc/host/android-goldfish.c cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12); resptype 335 drivers/mmc/host/omap.c u32 resptype; resptype 341 drivers/mmc/host/omap.c resptype = 0; resptype 351 drivers/mmc/host/omap.c resptype = 1; resptype 354 drivers/mmc/host/omap.c resptype = 2; resptype 357 drivers/mmc/host/omap.c resptype = 3; resptype 374 drivers/mmc/host/omap.c cmdreg = cmd->opcode | (resptype << 8) | (cmdtype << 12); resptype 764 drivers/mmc/host/omap_hsmmc.c int cmdreg = 0, resptype = 0, cmdtype = 0; resptype 775 drivers/mmc/host/omap_hsmmc.c resptype = 1; resptype 777 drivers/mmc/host/omap_hsmmc.c resptype = 3; resptype 780 drivers/mmc/host/omap_hsmmc.c resptype = 2; resptype 791 drivers/mmc/host/omap_hsmmc.c cmdreg = (cmd->opcode << 24) | (resptype << 16) | (cmdtype << 22);