Lines Matching defs:ti_mmchs_write_4

171  *	ti_mmchs_write_4 - writes a 32-bit value to a register
189 ti_mmchs_write_4(struct ti_mmchs_softc *sc, bus_size_t off, uint32_t val)
213 ti_mmchs_write_4(sc, MMCHS_SYSCTL, sysctl | bit);
458 ti_mmchs_write_4(sc, MMCHS_STAT, stat_reg);
491 ti_mmchs_write_4(sc, MMCHS_STAT, stat_reg);
631 ti_mmchs_write_4(sc, MMCHS_BLK, 0);
634 ti_mmchs_write_4(sc, MMCHS_CON, con_reg);
635 ti_mmchs_write_4(sc, MMCHS_IE, ise_reg);
636 ti_mmchs_write_4(sc, MMCHS_ISE, ise_reg);
637 ti_mmchs_write_4(sc, MMCHS_ARG, cmd->arg);
638 ti_mmchs_write_4(sc, MMCHS_CMD, cmd_reg);
668 ti_mmchs_write_4(sc, MMCHS_BLK, (1 << 16) | data->len);
725 ti_mmchs_write_4(sc, MMCHS_CON, con_reg);
726 ti_mmchs_write_4(sc, MMCHS_IE, ise_reg);
727 ti_mmchs_write_4(sc, MMCHS_ISE, ise_reg);
728 ti_mmchs_write_4(sc, MMCHS_ARG, cmd->arg);
729 ti_mmchs_write_4(sc, MMCHS_CMD, cmd_reg);
894 ti_mmchs_write_4(sc, MMCHS_IE, 0x307F0033);
898 ti_mmchs_write_4(sc, MMCHS_ISE, 0);
903 ti_mmchs_write_4(sc, MMCHS_CON, con);
906 ti_mmchs_write_4(sc, MMCHS_CMD, 0x00000000);
919 ti_mmchs_write_4(sc, MMCHS_STAT, MMCHS_STAT_CC);
922 ti_mmchs_write_4(sc, MMCHS_CMD, 0x00000000);
936 ti_mmchs_write_4(sc, MMCHS_CON, con);
939 ti_mmchs_write_4(sc, MMCHS_STAT, 0xffffffff);
942 ti_mmchs_write_4(sc, MMCHS_ISE, ise);
943 ti_mmchs_write_4(sc, MMCHS_IE, ie);
1001 ti_mmchs_write_4(sc, MMCHS_HCTL, hctl_reg);
1002 ti_mmchs_write_4(sc, MMCHS_CON, con_reg);
1025 ti_mmchs_write_4(sc, MMCHS_HCTL, hctl_reg);
1035 ti_mmchs_write_4(sc, MMCHS_HCTL, (hctl_reg | MMCHS_HCTL_SDBP));
1046 ti_mmchs_write_4(sc, MMCHS_HCTL, (hctl_reg & ~MMCHS_HCTL_SDBP));
1073 ti_mmchs_write_4(sc, MMCHS_SYSCTL, sysctl_reg);
1093 ti_mmchs_write_4(sc, MMCHS_SYSCTL, sysctl_reg);
1095 ti_mmchs_write_4(sc, MMCHS_SYSCTL, sysctl_reg | MMCHS_SYSCTL_ICE);
1103 ti_mmchs_write_4(sc, MMCHS_SYSCTL, sysctl_reg);
1116 ti_mmchs_write_4(sc, MMCHS_CON, con_reg);
1349 ti_mmchs_write_4(sc, MMCHS_SYSCONFIG, sysconfig);
1361 ti_mmchs_write_4(sc, MMCHS_SYSCTL, sysctl | MMCHS_SYSCTL_SRA);
1372 ti_mmchs_write_4(sc, MMCHS_HCTL, MMCHS_HCTL_SDVS_V30);
1375 ti_mmchs_write_4(sc, MMCHS_CAPA, capa | MMCHS_CAPA_VS30 | MMCHS_CAPA_VS18);
1390 ti_mmchs_write_4(sc, MMCHS_CON, con);
1413 ti_mmchs_write_4(sc, MMCHS_ISE, 0x00000000);
1414 ti_mmchs_write_4(sc, MMCHS_IE, 0x00000000);