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

  /src/sys/dev/ic/
mb89352reg.h 71 #define TCH 0x0c /* Transfer Counter High (R/W) */
mb89352.c 225 bus_space_write_1(iot, ioh, TCH, 0);
354 bus_space_write_1(iot, ioh, TCH, 0);
694 * ==> tch = 2, tcm = 113 (correct?)
698 bus_space_write_1(iot, ioh, TCH, 2);
954 bus_space_write_1(iot, ioh, TCH, 0);
1354 bus_space_write_1(iot, ioh, TCH, n >> 16);
1457 bus_space_write_1(iot, ioh, TCH, n >> 16);
1534 amount = (bus_space_read_1(iot, ioh, TCH) << 16) |
1566 bus_space_write_1(iot, ioh, TCH, n >> 16);
2165 printf(" MBC=%x DREG=%x TEMP=%x TCH=%x TCM=%x\n"
    [all...]
  /src/sys/arch/hp300/dev/
spc.c 228 bus_space_write_1(iot, iohspc, TCH, len >> 16);
273 resid = bus_space_read_1(iot, ioh, TCH) << 16 |

Completed in 30 milliseconds