Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_mppe.c102 unsigned ccount; /* 12-bit coherency count (seqno) */ member
293 state->ccount = MPPE_CCOUNT_SPACE - 1; in mppe_init()
369 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; in mppe_compress()
372 state->ccount); in mppe_compress()
373 put_unaligned_be16(state->ccount, obuf); in mppe_compress()
376 ((state->ccount & 0xff) == 0xff) || /* "flag" packet */ in mppe_compress()
438 unsigned ccount; in mppe_decompress() local
463 ccount = MPPE_CCOUNT(ibuf); in mppe_decompress()
466 state->unit, ccount); in mppe_decompress()
482 if (state->stateful && ((ccount & 0xff) == 0xff) && !flushed) { in mppe_decompress()
[all …]
/OK3568_Linux_fs/u-boot/arch/xtensa/lib/
H A Dtime.c16 ulong ccount; in get_ccount() local
17 asm volatile ("rsr %0,"__stringify(CCOUNT) : "=a" (ccount)); in get_ccount()
18 return ccount; in get_ccount()
74 register ulong ccount; in get_timer() local
75 __asm__ volatile ("rsr %0, CCOUNT" : "=a"(ccount)); in get_timer()
76 return ccount / (CONFIG_SYS_CLK_FREQ / CONFIG_SYS_HZ) - base; in get_timer()
113 unsigned long ccount; in timer_get_us() local
115 __asm__ volatile ("rsr %0, CCOUNT" : "=a"(ccount)); in timer_get_us()
116 return ccount / (CONFIG_SYS_CLK_FREQ / 1000000); in timer_get_us()
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dtimex.h40 return xtensa_get_sr(ccount); in get_ccount()
43 static inline void set_ccount (unsigned long ccount) in set_ccount() argument
45 xtensa_set_sr(ccount, ccount); in set_ccount()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/concepts/
H A Dpoint_concept.hpp106 enum { ccount = dimension<Geometry>::value }; enumerator
131 dimension_checker<Geometry, 0, ccount>::apply(); in BOOST_CONCEPT_USAGE()
159 enum { ccount = dimension<Geometry>::value }; enumerator
185 dimension_checker<Geometry, 0, ccount>::apply(); in BOOST_CONCEPT_USAGE()
/OK3568_Linux_fs/u-boot/board/siemens/common/
H A Dboard.c193 unsigned char i, idx, pos1, pos2, ccount; in set_env_gpios() local
209 ccount = 0; in set_env_gpios()
212 if (ccount++ < 1) in set_env_gpios()
219 if (pos2 <= pos1 || ccount > 2) in set_env_gpios()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/
H A Dsmp.c194 unsigned long ccount; in boot_secondary() local
208 ccount = get_ccount(); in boot_secondary()
209 while (!ccount); in boot_secondary()
211 WRITE_ONCE(cpu_start_ccount, ccount); in boot_secondary()
219 ccount = READ_ONCE(cpu_start_ccount); in boot_secondary()
220 } while (ccount && time_before(jiffies, timeout)); in boot_secondary()
222 if (ccount) { in boot_secondary()
H A Dhead.S138 wsr a0, ccount # not really necessary, but nice
295 wsr a3, ccount
/OK3568_Linux_fs/kernel/drivers/leds/trigger/
H A Dledtrig-pattern.c226 int ccount, cr, offset = 0; in pattern_trig_store_patterns_string() local
230 ccount = sscanf(buf + offset, "%u %u %n", in pattern_trig_store_patterns_string()
234 if (ccount != 2 || in pattern_trig_store_patterns_string()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/
H A DCVE-2022-41860.patch104 + * It's known, ccount for header, and
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A Dchromium-latest.inc251 chromium/third_party/devtools-frontend/src/node_modules/ccount/license \
H A Dqt5webengine-chromium.hash250 …087bf52671e8ce5609e4eb693cf chromium/third_party/devtools-frontend/src/node_modules/ccount/license