Home
last modified time | relevance | path

Searched refs:fcs (Results 1 – 25 of 50) sorted by relevance

12

/netbsd-src/sys/netbt/
H A Drfcomm_session.c613 uint8_t fcs, b; in rfcomm_session_input() local
623 fcs = 0xff; in rfcomm_session_input()
633 fcs = FCS(fcs, b); in rfcomm_session_input()
639 fcs = FCS(fcs, b); in rfcomm_session_input()
647 fcs = FCS(fcs, b); in rfcomm_session_input()
660 fcs = FCS(fcs, b); in rfcomm_session_input()
668 fcs = FCS(fcs, b); in rfcomm_session_input()
670 if (fcs != 0xcf) { in rfcomm_session_input()
671 DPRINTF("Bad FCS value (%#2.2x), frame discarded\n", fcs); in rfcomm_session_input()
1469 uint8_t fcs, cr; in rfcomm_session_send_frame() local
[all …]
H A Drfcomm.h165 uint8_t fcs; member
/netbsd-src/sys/dev/ir/
H A Dsir.h87 static __inline u_int16_t updateFCS(u_int16_t fcs, int c) { in updateFCS() argument
88 return (fcs >> 8) ^ irda_fcstab[(fcs^c) & 0xff]; in updateFCS()
/netbsd-src/sys/net/
H A Dppp_defs.h108 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
H A Dppp_tty.c156 static uint16_t pppfcs(uint16_t fcs, const uint8_t *cp, int len);
525 pppfcs(uint16_t fcs, const uint8_t *cp, int len) in pppfcs() argument
528 fcs = PPP_FCS(fcs, *cp++); in pppfcs()
529 return (fcs); in pppfcs()
/netbsd-src/sys/dev/usb/
H A Duslsa.c528 struct slsa_fcs fcs; in uslsa_set_flow() local
542 status = usbd_do_request(sc->sc_udev, &req, &fcs); in uslsa_set_flow()
549 ulControlHandshake = le32toh(fcs.ulControlHandshake); in uslsa_set_flow()
550 ulFlowReplace = le32toh(fcs.ulFlowReplace); in uslsa_set_flow()
561 fcs.ulControlHandshake = htole32(ulControlHandshake); in uslsa_set_flow()
562 fcs.ulFlowReplace = htole32(ulFlowReplace); in uslsa_set_flow()
570 status = usbd_do_request(sc->sc_udev, &req, &fcs); in uslsa_set_flow()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dfcs3 # $File: fcs,v 1.4 2009/09/19 16:28:09 christos Exp $
4 # fcs: file(1) magic for FCS (Flow Cytometry Standard) data files
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
H A Dimx8mq-nitrogen-som.dtsi97 compatible = "fcs,fan53555";
112 compatible = "fcs,fan53555";
127 compatible = "fcs,fan53555";
H A Dimx8mq-nitrogen.dts151 compatible = "fcs,fan53555";
168 compatible = "fcs,fan53555";
185 compatible = "fcs,fan53555";
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/rockchip/
H A Drk3368-evb-act8846.dts20 fcs,suspend-voltage-selector = <1>;
32 fcs,suspend-voltage-selector = <1>;
H A Drk3399-puma.dtsi311 compatible = "fcs,fan53555";
313 fcs,suspend-voltage-selector = <1>;
345 compatible = "fcs,fan53555";
352 fcs,suspend-voltage-selector = <1>;
H A Drk3399-roc-pc.dtsi478 fcs,suspend-voltage-selector = <1>;
497 fcs,suspend-voltage-selector = <1>;
532 compatible = "fcs,fusb302";
549 compatible = "fcs,fusb302";
H A Drk3399-nanopi4.dtsi227 fcs,suspend-voltage-selector = <1>;
246 fcs,suspend-voltage-selector = <1>;
479 compatible = "fcs,fusb302";
H A Drk3399-hugsun-x99.dts219 fcs,suspend-voltage-selector = <1>;
237 fcs,suspend-voltage-selector = <1>;
453 compatible = "fcs,fusb302";
H A Drk3399-evb.dts360 fcs,suspend-voltage-selector = <1>;
377 fcs,suspend-voltage-selector = <1>;
H A Drk3399-rockpro64.dtsi476 fcs,suspend-voltage-selector = <1>;
495 fcs,suspend-voltage-selector = <1>;
530 compatible = "fcs,fusb302";
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Drk3288-evb-act8846.dts36 fcs,suspend-voltage-selector = <1>;
48 fcs,suspend-voltage-selector = <1>;
H A Drk3288-rock2-som.dtsi187 fcs,suspend-voltage-selector = <1>;
201 fcs,suspend-voltage-selector = <1>;
H A Drk3288-firefly-reload-core.dtsi73 fcs,suspend-voltage-selector = <1>;
87 fcs,suspend-voltage-selector = <1>;
H A Drk3288-r89.dts135 fcs,suspend-voltage-selector = <1>;
149 fcs,suspend-voltage-selector = <1>;
H A Drk3288-miqi.dts142 fcs,suspend-voltage-selector = <1>;
156 fcs,suspend-voltage-selector = <1>;
H A Drk3288-phycore-som.dtsi320 compatible = "fcs,fan53555";
322 fcs,suspend-voltage-selector = <1>;
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dcrtfastmath.c53 unsigned int fcs; in set_fast_math_sse() member
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dcrtfastmath.c53 unsigned int fcs; in set_fast_math_sse() member
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxm-s912-libretech-pc.dts46 compatible = "fcs,fusb302";

12