Home
last modified time | relevance | path

Searched refs:updateFCS (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/dev/ir/
H A Dsir.c127 ofcs = updateFCS(ofcs, c); in irda_sir_frame()
269 crcinit = updateFCS(crcinit, chr); in crc_ccitt_16()
H A Dsir.h87 static __inline u_int16_t updateFCS(u_int16_t fcs, int c) { in updateFCS() function
H A Dirframe_tty.c556 sc->sc_inFCS = updateFCS(sc->sc_inFCS, c); in irframetinput()