Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/atheros/
H A Dar724x_chip.c100 uint32_t mask_inv, reg; in ar724x_chip_device_stop() local
102 mask_inv = mask & AR724X_RESET_MODULE_USB_OHCI_DLL; in ar724x_chip_device_stop()
105 reg &= ~mask_inv; in ar724x_chip_device_stop()
112 uint32_t mask_inv, reg; in ar724x_chip_device_start() local
114 mask_inv = mask & AR724X_RESET_MODULE_USB_OHCI_DLL; in ar724x_chip_device_start()
117 reg |= mask_inv; in ar724x_chip_device_start()