USDHI6_SD_OPTION  841 drivers/mmc/host/usdhi6rol0.c 		option = usdhi6_read(host, USDHI6_SD_OPTION);
USDHI6_SD_OPTION  857 drivers/mmc/host/usdhi6rol0.c 		usdhi6_write(host, USDHI6_SD_OPTION, option);
USDHI6_SD_OPTION  892 drivers/mmc/host/usdhi6rol0.c 	usdhi6_write(host, USDHI6_SD_OPTION, (val << USDHI6_SD_OPTION_TIMEOUT_SHIFT) |
USDHI6_SD_OPTION  893 drivers/mmc/host/usdhi6rol0.c 		     (usdhi6_read(host, USDHI6_SD_OPTION) & ~USDHI6_SD_OPTION_TIMEOUT_MASK));