HomeSort by: relevance | last modified time | path
    Searched defs:ofcs (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ir/
sir.c 106 uint16_t ofcs; local in function:irda_sir_frame
115 ofcs = INITFCS;
127 ofcs = updateFCS(ofcs, c);
132 ofcs = ~ofcs;
133 c = ofcs & 0xff;
135 c = (ofcs >> 8) & 0xff;
sir.c 106 uint16_t ofcs; local in function:irda_sir_frame
115 ofcs = INITFCS;
127 ofcs = updateFCS(ofcs, c);
132 ofcs = ~ofcs;
133 c = ofcs & 0xff;
135 c = (ofcs >> 8) & 0xff;

Completed in 23 milliseconds