/netbsd/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/ |
H A D | jz4740.dtsi | 3 #include <dt-bindings/clock/ingenic,tcu.h> 63 tcu: timer@10002000 { label 64 compatible = "ingenic,jz4740-tcu", "simple-mfd"; 76 clock-names = "rtc", "ext", "pclk", "tcu"; 88 clocks = <&tcu TCU_CLK_WDT>; 98 clocks = <&tcu TCU_CLK_TIMER0>, <&tcu TCU_CLK_TIMER1>, 99 <&tcu TCU_CLK_TIMER2>, <&tcu TCU_CLK_TIMER3>, 100 <&tcu TCU_CLK_TIMER4>, <&tcu TCU_CLK_TIMER5>, 101 <&tcu TCU_CLK_TIMER6>, <&tcu TCU_CLK_TIMER7>;
|
H A D | jz4725b.dtsi | 3 #include <dt-bindings/clock/ingenic,tcu.h> 63 tcu: timer@10002000 { label 64 compatible = "ingenic,jz4725b-tcu", "simple-mfd"; 76 clock-names = "rtc", "ext", "pclk", "tcu"; 88 clocks = <&tcu TCU_CLK_WDT>; 98 clocks = <&tcu TCU_CLK_TIMER0>, <&tcu TCU_CLK_TIMER1>, 99 <&tcu TCU_CLK_TIMER2>, <&tcu TCU_CLK_TIMER3>, 100 <&tcu TCU_CLK_TIMER4>, <&tcu TCU_CLK_TIMER5>; 109 clocks = <&tcu TCU_CLK_OST>;
|
H A D | jz4770.dtsi | 3 #include <dt-bindings/clock/ingenic,tcu.h> 75 tcu: timer@10002000 { label 76 compatible = "ingenic,jz4770-tcu", "simple-mfd"; 100 clocks = <&tcu TCU_CLK_WDT>; 110 clocks = <&tcu TCU_CLK_TIMER0>, <&tcu TCU_CLK_TIMER1>, 111 <&tcu TCU_CLK_TIMER2>, <&tcu TCU_CLK_TIMER3>, 112 <&tcu TCU_CLK_TIMER4>, <&tcu TCU_CLK_TIMER5>, 113 <&tcu TCU_CLK_TIMER6>, <&tcu TCU_CLK_TIMER7>; 122 clocks = <&tcu TCU_CLK_OST>;
|
H A D | jz4780.dtsi | 3 #include <dt-bindings/clock/ingenic,tcu.h> 94 tcu: timer@10002000 { label 95 compatible = "ingenic,jz4780-tcu", 96 "ingenic,jz4770-tcu", 120 clocks = <&tcu TCU_CLK_WDT>; 130 clocks = <&tcu TCU_CLK_TIMER0>, <&tcu TCU_CLK_TIMER1>, 131 <&tcu TCU_CLK_TIMER2>, <&tcu TCU_CLK_TIMER3>, 132 <&tcu TCU_CLK_TIMER4>, <&tcu TCU_CLK_TIMER5>, 133 <&tcu TCU_CLK_TIMER6>, <&tcu TCU_CLK_TIMER7>; 142 clocks = <&tcu TCU_CLK_OST>;
|
H A D | x1830.dtsi | 2 #include <dt-bindings/clock/ingenic,tcu.h> 96 tcu: timer@10002000 { label 97 compatible = "ingenic,x1830-tcu", "ingenic,x1000-tcu", "simple-mfd"; 120 clocks = <&tcu TCU_CLK_WDT>;
|
H A D | ci20.dts | 5 #include <dt-bindings/clock/ingenic,tcu.h> 121 &tcu { 130 assigned-clocks = <&tcu TCU_CLK_TIMER0>, <&tcu TCU_CLK_TIMER1>, 131 <&tcu TCU_CLK_TIMER2>, <&tcu TCU_CLK_OST>;
|
H A D | gcw0.dts | 5 #include <dt-bindings/clock/ingenic,tcu.h> 479 &tcu { 484 assigned-clocks = <&tcu TCU_CLK_TIMER0>, <&tcu TCU_CLK_TIMER2>, 485 <&tcu TCU_CLK_OST>, <&tcu TCU_CLK_WDT>;
|
H A D | rs90.dts | 304 &tcu { 309 assigned-clocks = <&tcu TCU_CLK_TIMER0>, <&tcu TCU_CLK_TIMER1>, <&tcu TCU_CLK_WDT>;
|
H A D | x1000.dtsi | 2 #include <dt-bindings/clock/ingenic,tcu.h> 103 tcu: timer@10002000 { label 104 compatible = "ingenic,x1000-tcu", "simple-mfd"; 127 clocks = <&tcu TCU_CLK_WDT>;
|
H A D | qi_lb60.dts | 8 #include <dt-bindings/clock/ingenic,tcu.h> 359 &tcu { 361 assigned-clocks = <&tcu TCU_CLK_TIMER0>, <&tcu TCU_CLK_TIMER1>;
|
/netbsd/sys/dev/tc/ |
H A D | files.tc | 100 device tcu { } : gpiobus 101 attach tcu at tc 102 file dev/tc/tcu.c tcu 104 attach slhci at tcu with slhci_tcu
|
H A D | tcu.c | 88 CFATTACH_DECL_NEW(tcu, sizeof(struct tcu_softc),
|
H A D | tcdevs | 86 device TC-USB tcu flxd TC-USB
|
/netbsd/sys/arch/pmax/conf/ |
H A D | GENERIC_USB | 8 tcu* at tc? slot ? offset ? 9 slhci* at tcu?
|
H A D | GENERIC64_USB | 8 tcu* at tc? slot ? offset ? 9 slhci* at tcu?
|
/netbsd/sys/arch/vax/conf/ |
H A D | GENERIC_USB | 8 tcu* at tc? slot ? offset ? 9 slhci* at tcu?
|
/netbsd/external/bsd/elftoolchain/dist/libdwarf/ |
H A D | libdwarf_info.c | 259 Dwarf_CU cu, tcu; in _dwarf_info_cleanup() local 263 STAILQ_FOREACH_SAFE(cu, &dbg->dbg_cu, cu_next, tcu) { in _dwarf_info_cleanup() 279 Dwarf_CU cu, tcu; in _dwarf_type_unit_cleanup() local 283 STAILQ_FOREACH_SAFE(cu, &dbg->dbg_tu, cu_next, tcu) { in _dwarf_type_unit_cleanup()
|
/netbsd/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/ |
H A D | tegra194-p3668.dtsi | 19 serial0 = &tcu;
|
H A D | tegra194-p2888.dtsi | 22 serial0 = &tcu;
|
H A D | tegra194.dtsi | 2535 tcu: tcu { label 2536 compatible = "nvidia,tegra194-tcu";
|
/netbsd/share/man/man4/ |
H A D | Makefile | 66 tap.4 tc.4 tcds.4 tcp.4 tcu.4 tdvfb.4 tea5767radio.4 termios.4 tfb.4 \
|
/netbsd/sys/arch/alpha/conf/ |
H A D | GENERIC | 244 tcu* at tc? slot ? offset ? 245 slhci* at tcu?
|
/netbsd/sys/dev/ |
H A D | DEVNAMES | 1308 tcu MI
|
/netbsd/usr.sbin/makemandb/ |
H A D | nostem.txt | 4063 tcu
|
/netbsd/distrib/sets/lists/man/ |
H A D | mi | 1886 ./usr/share/man/cat4/tcu.0 man-sys-catman .cat 5203 ./usr/share/man/html4/tcu.html man-sys-htmlman html 8440 ./usr/share/man/man4/tcu.4 man-sys-man .man
|