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

  /src/sys/modules/cir/
Makefile 7 KMOD= cir
8 IOCONF= cir.ioconf
9 SRCS= cir.c
  /src/sys/dev/tc/
tcds.c 207 /* XXX Initial contents of CIR? */
210 * Remember if GPI2 is set in the CIR; we'll need it later.
366 uint32_t cir; local in function:tcds_scsi_reset
371 cir = bus_space_read_4(sc->sc_bst, sc->sc_bsh, TCDS_CIR);
372 TCDS_CIR_CLR(cir, sc->sc_resetbits);
373 bus_space_write_4(sc->sc_bst, sc->sc_bsh, TCDS_CIR, cir);
377 cir = bus_space_read_4(sc->sc_bst, sc->sc_bsh, TCDS_CIR);
378 TCDS_CIR_SET(cir, sc->sc_resetbits);
379 bus_space_write_4(sc->sc_bst, sc->sc_bsh, TCDS_CIR, cir);
403 uint32_t cir; local in function:tcds_dma_enable
419 uint32_t cir; local in function:tcds_scsi_isintr
437 uint32_t cir; local in function:tcds_scsi_iserr
    [all...]
  /src/sys/dev/ir/
cir.c 1 /* $NetBSD: cir.c,v 1.33 2022/03/31 19:30:16 pgoyette Exp $ */
33 __KERNEL_RCSID(0, "$NetBSD: cir.c,v 1.33 2022/03/31 19:30:16 pgoyette Exp $");
76 CFATTACH_DECL_NEW(cir, sizeof(struct cir_softc),
274 MODULE(MODULE_CLASS_DRIVER, cir, "ir");
291 error = devsw_attach("cir", NULL, &bmaj, &cir_cdevsw, &cmaj);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
mt7623n-bananapi-bpi-r2.dts 149 &cir {
mt7623.dtsi 312 cir: cir@10013000 { label
313 compatible = "mediatek,mt7623-cir";
977 cir_pins_a:cir-default {
978 pins-cir {
mt7623n-rfb-emmc.dts 134 &cir {
gemini.dtsi 72 cir_default_pins: pinctrl-cir {
74 function = "cir";
sun8i-a83t.dtsi 1169 r_cir_pin: r-cir-pin {
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/mediatek/
mt7622-bananapi-bpi-r64.dts 111 &cir {
mt7622-rfb1.dts 97 &cir {
mt7622.dtsi 247 cir: cir@10009000 { label
248 compatible = "mediatek,mt7622-cir";
  /src/share/man/man4/
Makefile 101 MAN+= irframe.4 cir.4 irframetty.4 oboe.4
  /src/etc/
MAKEDEV.tmpl 225 # cir* Consumer IR
1767 cir[0-9]*)
1768 unit=${i#cir}
1769 mkdev cir$unit c %cir_chr% $unit 666

Completed in 20 milliseconds