On Fri, Sep 9, 2016 at 5:52 PM, Chris Brandt <chris.brandt@xxxxxxxxxxx> wrote: > For the r7s72100 SOC, the DATA_PORT register was change to be 32-bits wide. changed > --- a/drivers/mmc/host/tmio_mmc.h > +++ b/drivers/mmc/host/tmio_mmc.h > @@ -259,4 +265,10 @@ static inline void sd_ctrl_write32_as_16_and_16(struct tmio_mmc_host *host, int > writew(val >> 16, host->ctl + ((addr + 2) << host->bus_shift)); > } > > +static inline void sd_ctrl_write32_rep(struct tmio_mmc_host *host, int addr, > + u32 *buf, int count) const u32 *buf > +{ > + writesl(host->ctl + (addr << host->bus_shift), buf, count); > +} > + Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html