Home
last modified time | relevance | path

Searched refs:TCU_CFG (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/tc/
H A Dtcu.c55 #define TCU_CFG 0x0 macro
125 bus_space_write_1(iot, ioh, TCU_CFG, 0); in tcu_attach()
127 bus_space_write_1(iot, ioh, TCU_CFG, TCU_CFG_RUN); in tcu_attach()
130 cfg = bus_space_read_1(iot, ioh, TCU_CFG); in tcu_attach()