Home
last modified time | relevance | path

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

/linux/drivers/clocksource/
H A Dtimer-rtl-otto.c182 struct rttm_cs *rcs = container_of(cs, struct rttm_cs, cs); in rttm_read_clocksource() local
184 return rttm_get_counter(rcs->to.of_base.base); in rttm_read_clocksource()
206 struct rttm_cs *rcs = container_of(cs, struct rttm_cs, cs); in rttm_enable_clocksource() local
208 rttm_disable_irq(rcs->to.of_base.base); in rttm_enable_clocksource()
209 rttm_setup_timer(rcs->to.of_base.base); in rttm_enable_clocksource()
210 rttm_enable_timer(rcs->to.of_base.base, RTTM_CTRL_TIMER, in rttm_enable_clocksource()
211 rcs->to.of_clk.rate / RTTM_TICKS_PER_SEC); in rttm_enable_clocksource()
/linux/tools/build/
H A DMakefile.build73 $(LD) -r -o $@ $(filter $(obj-y),$^),rm -f $@; $(AR) rcs $@)
77 $(HOSTLD) -r -o $@ $(filter $(obj-y),$^),rm -f $@; $(HOSTAR) rcs $@)
/linux/tools/testing/selftests/net/tcp_ao/
H A DMakefile40 $(HOSTAR) rcs $@ $^
/linux/tools/lib/symbol/
H A DMakefile79 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(SYMBOL_IN)
/linux/tools/lib/subcmd/
H A DMakefile81 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(SUBCMD_IN)
/linux/tools/lib/api/
H A DMakefile78 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(API_IN)
/linux/tools/thermal/lib/
H A DMakefile88 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIBTHERMAL_TOOLS_IN)
/linux/tools/lib/thermal/
H A DMakefile95 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIBTHERMAL_IN)
/linux/tools/perf/
H A DMakefile.perf760 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $<
766 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $<
772 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $<
778 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $<
784 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $<
/linux/tools/lib/perf/
H A DMakefile112 $(QUIET_AR)$(RM) $@ && $(AR) rcs $@ $(LIBPERF_IN)
/linux/tools/lib/bpf/
H A DMakefile168 $(QUIET_LINK)$(RM) -f $@; $(AR) rcs $@ $^
/linux/tools/build/Documentation/
H A DBuild.txt95 $ ar rcs libex.a libex-in.o
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c4234 if (next->tx_comp.rcs[i]) { in ibmvnic_complete_tx()
4236 next->tx_comp.rcs[i]); in ibmvnic_complete_tx()