HomeSort by: relevance | last modified time | path
    Searched refs:TCM (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ic/
mb89352reg.h 72 #define TCM 0x0d /* Transfer Counter Middle (R/W) */
mb89352.c 226 bus_space_write_1(iot, ioh, TCM, 0);
355 bus_space_write_1(iot, ioh, TCM, 0);
694 * ==> tch = 2, tcm = 113 (correct?)
699 bus_space_write_1(iot, ioh, TCM, 113);
955 bus_space_write_1(iot, ioh, TCM, 0);
1355 bus_space_write_1(iot, ioh, TCM, n >> 8);
1458 bus_space_write_1(iot, ioh, TCM, n >> 8);
1535 (bus_space_read_1(iot, ioh, TCM) << 8) |
1567 bus_space_write_1(iot, ioh, TCM, n >> 8);
2165 printf(" MBC=%x DREG=%x TEMP=%x TCH=%x TCM=%x\n"
    [all...]
  /src/sys/arch/hp300/dev/
spc.c 229 bus_space_write_1(iot, iohspc, TCM, len >> 8);
274 bus_space_read_1(iot, ioh, TCM) << 8 |

Completed in 13 milliseconds