/src/sys/arch/arm/amlogic/ |
meson_rtc.c | 84 clrbits(struct meson_rtc_softc *sc, uint32_t reg, uint32_t bits) function in typeref:typename:void 105 clrbits(sc, AO_RTC_REG3, AO_RTC_REG3_COUNT_ALWAYS); 164 clrbits(sc, AO_RTC_REG0, AO_RTC_REG0_SCLK); 174 clrbits(sc, AO_RTC_REG0, AO_RTC_REG0_SDI); 221 clrbits(sc, AO_RTC_REG0, AO_RTC_REG0_SEN); 225 clrbits(sc, AO_RTC_REG0, AO_RTC_REG0_SDI); 236 clrbits(sc, AO_RTC_REG0, AO_RTC_REG0_SDI); 263 clrbits(sc, AO_RTC_REG0,
|
/src/lib/libc/gen/ |
setmode.c | 442 int setbits, clrbits, Xbits, op; local in function:compress_mode 454 for (setbits = clrbits = Xbits = 0;; nset++) { 456 clrbits |= nset->bits; 461 clrbits &= ~nset->bits; 468 if (clrbits) { 471 set->bits = clrbits;
|
/src/sys/kern/ |
tty_subr.c | 63 static void clrbits(u_char *, unsigned int, unsigned int); 297 clrbits(u_char *cp, unsigned int off, unsigned int len) function in typeref:typename:void 364 clrbits(clp->c_cq, clp->c_cl - clp->c_cs, cc);
|