Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/aspeed-vhub/
H A Ddev.c47 u32 reg, hmsk, i; in ast_vhub_dev_enable() local
65 hmsk = VHUB_IRQ_DEVICE1 << d->index; in ast_vhub_dev_enable()
67 reg |= hmsk; in ast_vhub_dev_enable()
91 u32 reg, hmsk; in ast_vhub_dev_disable() local
97 hmsk = VHUB_IRQ_DEVICE1 << d->index; in ast_vhub_dev_disable()
99 reg &= ~hmsk; in ast_vhub_dev_disable()