Home
last modified time | relevance | path

Searched refs:ccount (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ppp/
Dppp_mppe.c107 unsigned ccount; /* 12-bit coherency count (seqno) */ member
323 state->ccount = MPPE_CCOUNT_SPACE - 1; in mppe_init()
401 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; in mppe_compress()
404 state->ccount); in mppe_compress()
405 put_unaligned_be16(state->ccount, obuf); in mppe_compress()
408 ((state->ccount & 0xff) == 0xff) || /* "flag" packet */ in mppe_compress()
479 unsigned ccount; in mppe_decompress() local
505 ccount = MPPE_CCOUNT(ibuf); in mppe_decompress()
508 state->unit, ccount); in mppe_decompress()
524 if (state->stateful && ((ccount & 0xff) == 0xff) && !flushed) { in mppe_decompress()
[all …]
/linux-4.4.14/arch/xtensa/include/asm/
Dtimex.h53 unsigned long ccount; in get_ccount() local
54 RSR_CCOUNT(ccount); in get_ccount()
55 return ccount; in get_ccount()
58 static inline void set_ccount (unsigned long ccount) in set_ccount() argument
60 WSR_CCOUNT(ccount); in set_ccount()
/linux-4.4.14/arch/xtensa/kernel/
Dsmp.c191 unsigned long ccount; in boot_secondary() local
203 ccount = get_ccount(); in boot_secondary()
204 while (!ccount); in boot_secondary()
206 cpu_start_ccount = ccount; in boot_secondary()
Dhead.S139 wsr a0, ccount # not really necessary, but nice
294 wsr a3, ccount