/netbsd-src/sys/netbt/ |
H A D | rfcomm_session.c | 613 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 D | rfcomm.h | 165 uint8_t fcs; member
|
/netbsd-src/sys/dev/ir/ |
H A D | sir.h | 87 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 D | ppp_defs.h | 108 #define PPP_FCS(fcs, c) (((fcs) >> 8) ^ fcstab[((fcs) ^ (c)) & 0xff]) argument
|
H A D | ppp_tty.c | 156 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 D | uslsa.c | 528 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 D | fcs | 3 # $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 D | imx8mq-nitrogen-som.dtsi | 97 compatible = "fcs,fan53555"; 112 compatible = "fcs,fan53555"; 127 compatible = "fcs,fan53555";
|
H A D | imx8mq-nitrogen.dts | 151 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 D | rk3368-evb-act8846.dts | 20 fcs,suspend-voltage-selector = <1>; 32 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3399-puma.dtsi | 311 compatible = "fcs,fan53555"; 313 fcs,suspend-voltage-selector = <1>; 345 compatible = "fcs,fan53555"; 352 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3399-roc-pc.dtsi | 478 fcs,suspend-voltage-selector = <1>; 497 fcs,suspend-voltage-selector = <1>; 532 compatible = "fcs,fusb302"; 549 compatible = "fcs,fusb302";
|
H A D | rk3399-nanopi4.dtsi | 227 fcs,suspend-voltage-selector = <1>; 246 fcs,suspend-voltage-selector = <1>; 479 compatible = "fcs,fusb302";
|
H A D | rk3399-hugsun-x99.dts | 219 fcs,suspend-voltage-selector = <1>; 237 fcs,suspend-voltage-selector = <1>; 453 compatible = "fcs,fusb302";
|
H A D | rk3399-evb.dts | 360 fcs,suspend-voltage-selector = <1>; 377 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3399-rockpro64.dtsi | 476 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 D | rk3288-evb-act8846.dts | 36 fcs,suspend-voltage-selector = <1>; 48 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3288-rock2-som.dtsi | 187 fcs,suspend-voltage-selector = <1>; 201 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3288-firefly-reload-core.dtsi | 73 fcs,suspend-voltage-selector = <1>; 87 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3288-r89.dts | 135 fcs,suspend-voltage-selector = <1>; 149 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3288-miqi.dts | 142 fcs,suspend-voltage-selector = <1>; 156 fcs,suspend-voltage-selector = <1>;
|
H A D | rk3288-phycore-som.dtsi | 320 compatible = "fcs,fan53555"; 322 fcs,suspend-voltage-selector = <1>;
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
H A D | crtfastmath.c | 53 unsigned int fcs; in set_fast_math_sse() member
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/i386/ |
H A D | crtfastmath.c | 53 unsigned int fcs; in set_fast_math_sse() member
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gxm-s912-libretech-pc.dts | 46 compatible = "fcs,fusb302";
|