Searched defs:dram (Results 1 - 6 of 6) sorted by relevance

/drivers/usb/host/
H A Dehci-orion.c175 const struct mbus_dram_target_info *dram)
184 for (i = 0; i < dram->num_cs; i++) {
185 const struct mbus_dram_window *cs = dram->cs + i;
189 (dram->mbus_dram_target_id << 4) | 1);
197 const struct mbus_dram_target_info *dram; local
263 dram = mv_mbus_dram_info();
264 if (dram)
265 ehci_orion_conf_mbus_windows(hcd, dram);
174 ehci_orion_conf_mbus_windows(struct usb_hcd *hcd, const struct mbus_dram_target_info *dram) argument
/drivers/mmc/host/
H A Dmvsdio.c684 const struct mbus_dram_target_info *dram)
694 for (i = 0; i < dram->num_cs; i++) {
695 const struct mbus_dram_window *cs = dram->cs + i;
698 (dram->mbus_dram_target_id << 4) | 1,
709 const struct mbus_dram_target_info *dram; local
760 dram = mv_mbus_dram_info();
761 if (dram)
762 mv_conf_mbus_windows(host, dram);
683 mv_conf_mbus_windows(struct mvsd_host *host, const struct mbus_dram_target_info *dram) argument
/drivers/dma/
H A Dmv_xor.c1233 const struct mbus_dram_target_info *dram)
1246 for (i = 0; i < dram->num_cs; i++) {
1247 const struct mbus_dram_window *cs = dram->cs + i;
1251 dram->mbus_dram_target_id, base + WINDOW_BASE(i));
1273 const struct mbus_dram_target_info *dram; local
1306 dram = mv_mbus_dram_info();
1307 if (dram)
1308 mv_xor_conf_mbus_windows(msp, dram);
1232 mv_xor_conf_mbus_windows(struct mv_xor_shared_private *msp, const struct mbus_dram_target_info *dram) argument
/drivers/tty/serial/
H A Dicom.h239 struct func_dram __iomem *dram; member in struct:icom_port
/drivers/net/ethernet/marvell/
H A Dmv643xx_eth.c2527 const struct mbus_dram_target_info *dram)
2544 for (i = 0; i < dram->num_cs; i++) {
2545 const struct mbus_dram_window *cs = dram->cs + i;
2549 dram->mbus_dram_target_id, base + WINDOW_BASE(i));
2595 const struct mbus_dram_target_info *dram; local
2661 dram = mv_mbus_dram_info();
2662 if (dram)
2663 mv643xx_eth_conf_mbus_windows(msp, dram);
2526 mv643xx_eth_conf_mbus_windows(struct mv643xx_eth_shared_private *msp, const struct mbus_dram_target_info *dram) argument
/drivers/ata/
H A Dsata_mv.c3991 const struct mbus_dram_target_info *dram)
4000 for (i = 0; i < dram->num_cs; i++) {
4001 const struct mbus_dram_window *cs = dram->cs + i;
4005 (dram->mbus_dram_target_id << 4) | 1,
4022 const struct mbus_dram_target_info *dram; local
4077 dram = mv_mbus_dram_info();
4078 if (dram)
4079 mv_conf_mbus_windows(hpriv, dram);
4147 const struct mbus_dram_target_info *dram; local
4156 dram
3990 mv_conf_mbus_windows(struct mv_host_priv *hpriv, const struct mbus_dram_target_info *dram) argument
[all...]

Completed in 214 milliseconds