/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | qcom,bam-dmux.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/qcom,bam-dmux.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Stephan Gerhold <stephan@gerhold.net> 25 const: qcom,bam-dmux 32 - description: Power control 33 - description: Power control acknowledgment 35 interrupt-names: 37 - const: pc [all …]
|
/freebsd/sys/dev/sound/pci/ |
H A D | emu10k1.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2003 Orlando Bassotto <orlando.bassotto@ieo-research.it> 46 /* -------------------------------------------------------------------- */ 236 /* -------------------------------------------------------------------- */ 257 /* -------------------------------------------------------------------- */ 297 /* -------------------------------------------------------------------- */ 304 return bus_space_read_1(sc->st, sc->sh, regno); in emu_rd() 306 return bus_space_read_2(sc->st, sc->sh, regno); in emu_rd() 308 return bus_space_read_4(sc->st, sc->sh, regno); in emu_rd() [all …]
|
H A D | emu10kx.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2003-2007 Yuriy Tsibizov <yuriy.tsibizov@gfk.ru> 96 #define GPR(i) (sc->gpr_base+(i)) 97 #define INP(i) (sc->input_base+(i)) 98 #define OUTP(i) (sc->output_base+(i)) 100 #define FX2(i) (sc->efxc_base+(i)) 101 #define DSP_CONST(i) (sc->dsp_zero+(i)) 160 /* Live! 5.1 Digital, non-standard 5.1 (center & sub) outputs */ 410 static void emu_wrefx(struct emu_sc_info *sc, unsigned int pc, unsigned int data); [all …]
|
/freebsd/share/man/man4/ |
H A D | lp.4 | 1 .\" -*- nroff -*- 3 .\" Copyright (c) 1996 A.R.Gordon, andrew.gordon@net-tel.co.uk 50 driver allows a PC parallel printer port to be used as a 51 point-to-point network interface between two similarly configured systems. 54 and any standard AT-compatible printer port with working interrupts may be used. 73 .Bl -tag -width Fl 91 .Bd -literal 93 2 15 Data0 -> ERROR* 94 3 13 Data1 -> SLCT 95 4 12 Data2 -> PE [all …]
|
/freebsd/sys/dev/rtwn/rtl8192c/pci/ |
H A D | r92ce_rx.c | 3 /*- 58 r92ce_get_intr_status(struct rtwn_pci_softc *pc, int *rings) in r92ce_get_intr_status() argument 60 struct rtwn_softc *sc = &pc->pc_sc; in r92ce_get_intr_status() 74 /* Ack interrupts. */ in r92ce_get_intr_status() 112 r92ce_enable_intr(struct rtwn_pci_softc *pc) in r92ce_enable_intr() argument 114 struct rtwn_softc *sc = &pc->pc_sc; in r92ce_enable_intr()
|
/freebsd/sys/dev/rtwn/rtl8188e/pci/ |
H A D | r88ee_rx.c | 1 /*- 54 r88ee_get_intr_status(struct rtwn_pci_softc *pc, int *rings) in r88ee_get_intr_status() argument 56 struct rtwn_softc *sc = &pc->pc_sc; in r88ee_get_intr_status() 73 /* Ack interrupts */ in r88ee_get_intr_status() 119 r88ee_enable_intr(struct rtwn_pci_softc *pc) in r88ee_enable_intr() argument 121 struct rtwn_softc *sc = &pc->pc_sc; in r88ee_enable_intr()
|
/freebsd/sys/gdb/ |
H A D | gdb_main.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 73 cur_pri = -1; in gdb_init() 76 pri = (dp->gdb_probe != NULL) ? dp->gdb_probe() : -1; in gdb_init() 77 dp->gdb_activ in gdb_init() 761 register_t pc; gdb_trap() local 772 register_t pc; gdb_trap() local 930 register_t pc; gdb_trap() local 941 register_t pc; gdb_trap() local [all...] |
/freebsd/share/syscons/keymaps/ |
H A D | ce.iso2.kbd | 4 # Version 1.0 - 1999-03-18 8 # It adds a "third row" to the top of the PC keyboard. To 12 # Note that some of the third-row keys produce characters. 16 # alt-accent mark key. 23 # are mapped for the use with IS 8859-2 when combined with the 25 # comma instead of a dot; alt-/ will show the division mark, 26 # and alt-* the multpilication sign. 28 # If you have an ISO-8859-2 font loaded, you can see the layout here: 30 # alt-` � (ogonek) and alt-~ � (cedilla) 32 # alt-! � (German double s) [all …]
|
H A D | cz.iso2.kbd | 4 # Version 1.1 - 1999-03-25 15 # It adds a "third row" to the top of the PC keyboard. To 19 # Note that some of the third-row keys produce characters. 23 # alt-accent mark key. 30 # are mapped for the use with IS 8859-2 when combined with the 32 # comma instead of a dot; alt-/ will show the division mark, 33 # and alt-* the multpilication sign. 35 # If you have an ISO-8859-2 font loaded, you can see the layout here: 37 # alt-` � (ogonek) and alt-~ � (cedilla) 39 # alt-! � (German double s) [all …]
|
H A D | sk.iso2.kbd | 4 # Version 1.1 - 1999-03-21 15 # It adds a "third row" to the top of the PC keyboard. To 19 # Note that some of the third-row keys produce characters. 23 # alt-accent mark key. 30 # are mapped for the use with IS 8859-2 when combined with the 32 # comma instead of a dot; alt-/ will show the division mark, 33 # and alt-* the multpilication sign. 35 # If you have an ISO-8859-2 font loaded, you can see the layout here: 37 # alt-` � (ogonek) and alt-~ � (cedilla) 39 # alt-! � (German double s) [all …]
|
/freebsd/share/vt/keymaps/ |
H A D | centraleuropean.kbd | 4 # Version 1.0 - 1999-03-18 8 # It adds a "third row" to the top of the PC keyboard. To 12 # Note that some of the third-row keys produce characters. 16 # alt-accent mark key. 23 # are mapped for the use with IS 8859-2 when combined with the 25 # comma instead of a dot; alt-/ will show the division mark, 26 # and alt-* the multpilication sign. 30 # alt-` ˛ (ogonek) and alt-~ ¸ (cedilla) 32 # alt-! ß (German double s) 33 # alt-@ ° (degree) [all …]
|
H A D | centraleuropean.qwerty.kbd | 4 # Version 1.0 - 1999-03-18 8 # It adds a "third row" to the top of the PC keyboard. To 12 # Note that some of the third-row keys produce characters. 16 # alt-accent mark key. 23 # are mapped for the use with IS 8859-2 when combined with the 25 # comma instead of a dot; alt-/ will show the division mark, 26 # and alt-* the multpilication sign. 30 # alt-` ˛ (ogonek) and alt-~ ¸ (cedilla) 32 # alt-! ß (German double s) 33 # alt-@ ° (degree) [all …]
|
H A D | sk.kbd | 4 # Version 1.1 - 1999-03-21 15 # It adds a "third row" to the top of the PC keyboard. To 19 # Note that some of the third-row keys produce characters. 23 # alt-accent mark key. 30 # are mapped for the use with UTF-8 when combined with the 32 # comma instead of a dot; alt-/ will show the division mark, 33 # and alt-* the multpilication sign. 37 # alt-` ˛ (ogonek) and alt-~ ¸ (cedilla) 39 # alt-! ß (German double s) 40 # alt-@ ° (degree) [all …]
|
/freebsd/sys/netpfil/pf/ |
H A D | pf.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2002 - 2008 Henning Brauer 13 * - Redistributions of source code must retain the above copyright 15 * - Redistributions in binary form must reproduce the above 35 * Materiel Command, USAF, under agreement number F30602-01-2-0537. 220 return (a->v_tag - b->v_tag); in pf_sctp_endpoint_compare() 430 if ((pd->dir) == PF_OUT) \ 431 nk = (_s)->key[PF_SK_STACK]; \ 433 nk = (_s)->key[PF_SK_WIRE]; \ [all …]
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah.c | 1 /*- 2 * SPDX-License-Identifier: ISC 4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting 5 * Copyright (c) 2002-2008 Atheros Communications, Inc. 57 struct ath_hal_chip *pc; in ath_hal_probe() local 61 const char *name = (*pchip)->probe(vendorid, devid); in ath_hal_probe() 67 TAILQ_FOREACH(pc, &ah_chip_list, node) { in ath_hal_probe() 68 const char *name = pc->probe(vendorid, devid); in ath_hal_probe() 90 struct ath_hal_chip *pc; in ath_hal_attach() local 97 if (chip->probe(ATHEROS_VENDOR_ID, devid) == AH_NULL) in ath_hal_attach() [all …]
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_atom.c | 2 * refclock_atom - clock driver for 1-pps signals 25 * This driver furnishes an interface for pulse-per-second (PPS) signals 33 * within +-0.4 s by another means, such as a radio clock or NTP 37 * may require a one-shot flipflop to lengthen the pulse. The other is 38 * to connect the PPS signal directly to pin 10 (ACK) of a PC paralell 41 * This driver requires the Pulse-per-Secon [all...] |
/freebsd/sys/dev/usb/controller/ |
H A D | dwc_otg.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2012-2015 Hans Petter Selasky. All rights reserved. 6 * Copyright (c) 2010-2011 Aleksandr Rybalko. All rights reserved. 43 * NOTE: Writing to non-existing registers appears to cause an 94 #define DWC_OTG_PC2UDEV(pc) \ argument 95 (USB_DMATAG_TO_XROOT((pc) 170 dwc_otg_write_fifo(struct dwc_otg_softc * sc,struct usb_page_cache * pc,uint32_t offset,uint32_t fifo,uint32_t count) dwc_otg_write_fifo() argument 220 dwc_otg_read_fifo(struct dwc_otg_softc * sc,struct usb_page_cache * pc,uint32_t offset,uint32_t count) dwc_otg_read_fifo() argument [all...] |
/freebsd/sys/dev/ppbus/ |
H A D | ppbconf.h | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 101 unsigned int ack:1; member 135 #define PPB_FOREVER -1 174 struct microseq *curpc; /* pc in curmsq */ 240 int mode; /* IEEE 1284-1994 mode
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-msm8974.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include <dt-bindings/interconnect/qcom,msm8974.h> 5 #include <dt-bindings/interrupt-controller/arm-gic.h> 6 #include <dt-bindings/clock/qcom,gcc-msm8974.h> 7 #include <dt-bindings/clock/qcom,mmcc-msm8974.h> 8 #include <dt-bindings/clock/qcom,rpmcc.h> 9 #include <dt-bindings/reset/qcom,gcc-msm8974.h> 10 #include <dt-bindings/gpio/gpio.h> 13 #address-cells = <1>; [all …]
|
H A D | qcom-msm8960.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/clock/qcom,gcc-msm8960.h> 6 #include <dt-bindings/reset/qcom,gcc-msm8960.h> 7 #include <dt-bindings/clock/qcom,lcc-msm8960.h> 8 #include <dt-bindings/mfd/qcom-rpm.h> 9 #include <dt-bindings/soc/qcom,gsbi.h> 12 #address-cells = <1>; 13 #size-cells = <1>; [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.in | 2 %%% BibTeX-file{ 23 %%% (incompletely) 1970 -- 1979. 50 %%% covering 1958--1996 became too large (about 65 %%% Algorithms 1--492. For Algorithms 493--686, 72 %%% cross-referenced in both directions, so 75 %%% Corrigenda. Cross-referenced entries are 77 %%% that each is completely self-contained. 83 %%% ftp://netlib.bell-labs.com/netlib/toms. 88 %%% http://ciir.cs.umass.edu/cgi-bin/web_query_form/public/cacm2.1. 90 %%% The initial draft of entries for 1981 -- [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | print-babel.c | 2 * Copyright (c) 2007-2011 Grégoire Henry, Juliusz Chroboczek 35 * draft-ietf-babel-rfc6126bis-17 36 * draft-ietf-babel-hmac-10 37 * draft-ietf-babel-source-specific-0 42 #include "netdissect-stdinc.h" 57 ndo->ndo_protocol = "babel"; in babel_print() 98 #define MESSAGE_UPDATE_SRC_SPECIFIC 13 /* last appearance in draft-boutier-babel-source-specific-01… 106 /* sub-TLVs */ 112 /* "Mandatory" bit in sub-TLV types */ 118 /* Diversity sub-TLV channel codes */ [all …]
|
/freebsd/sys/dev/usb/misc/ |
H A D | cp2112.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 31 * - CP2112 Datasheet 32 * https://www.silabs.com/documents/public/data-sheets/cp2112-datasheet.pdf 33 * - AN495: CP2112 Interface Specification 34 …* https://www.silabs.com/documents/public/application-notes/an495-cp2112-interface-specification… 35 * - CP2112 Errata 36 * https://www.silabs.com/documents/public/errata/cp2112-errata.pdf 66 #define SIZEOF_FIELD(_s, _f) sizeof(((struct _s *)NULL)->_f) 68 #define CP2112GPIO_LOCK(sc) sx_xlock(&sc->gpio_lock) [all …]
|
/freebsd/sbin/ipfw/ |
H A D | ipfw.8 | 8 in-kernel NAT. 19 .Op Ar rule | first-last ... 49 .Oo Cm set Ar N Oc Cm table Ar name Cm create Ar create-options 55 .Oo Cm set Ar N Oc Cm table Ar name Cm modify Ar modify-options 59 .Oo Cm set Ar N Oc Cm table Ar name Cm add Ar table-key Op Ar value 61 .Oo Cm set Ar N Oc Cm table Ar name Cm add Op Ar table-key Ar value ... 63 .Oo Cm set Ar N Oc Cm table Ar name Cm atomic add Op Ar table-key Ar value ... 65 .Oo Cm set Ar N Oc Cm table Ar name Cm delete Op Ar table-key ... 93 .Ar config-options 99 .Ss IN-KERNEL NAT [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | msm8939.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved. 4 * Copyright (c) 2020-2023, Linaro Limited 7 #include <dt-bindings/clock/qcom,gcc-msm8939.h> 8 #include <dt-bindings/clock/qcom,rpmcc.h> 9 #include <dt-bindings/interconnect/qcom,msm8939.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 11 #include <dt-bindings/power/qcom-rpmpd.h> 12 #include <dt-bindings/reset/qcom,gcc-msm8939.h> 13 #include <dt-bindings/soc/qcom,apr.h> [all …]
|