Searched refs:toclear (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/sound/pci/
H A Dcmi.c542 u_int32_t toclear; local
548 toclear = 0;
550 toclear |= CMPCI_REG_CH0_INTR_ENABLE;
555 toclear |= CMPCI_REG_CH1_INTR_ENABLE;
559 if (toclear) {
560 cmi_clr4(sc, CMPCI_REG_INTR_CTRL, toclear);
573 cmi_set4(sc, CMPCI_REG_INTR_CTRL, toclear);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlgc.c722 int toclear, toset; /* bits to clear and to set in all live objects */ local
725 toclear = ~0; /* clear nothing */
730 toclear = maskcolors; /* clear all color bits + old bit */
747 gch(curr)->marked = cast_byte((marked & toclear) | toset);
/freebsd-12-stable/sys/net/
H A Dif_var.h687 int if_sethwassistbits(if_t ifp, int toset, int toclear);
H A Dif.c4329 if_sethwassistbits(if_t ifp, int toset, int toclear) argument
4332 ((struct ifnet *)ifp)->if_hwassist &= ~toclear;

Completed in 88 milliseconds