mci_psc 1183 drivers/mmc/host/s3cmci.c u32 mci_psc; mci_psc 1186 drivers/mmc/host/s3cmci.c for (mci_psc = 0; mci_psc < 255; mci_psc++) { mci_psc 1187 drivers/mmc/host/s3cmci.c host->real_rate = host->clk_rate / (host->clk_div*(mci_psc+1)); mci_psc 1193 drivers/mmc/host/s3cmci.c if (mci_psc > 255) mci_psc 1194 drivers/mmc/host/s3cmci.c mci_psc = 255; mci_psc 1196 drivers/mmc/host/s3cmci.c host->prescaler = mci_psc;