Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/
Ddev.c53 u32 reg, hmsk; in ast_vhub_dev_enable() local
68 hmsk = VHUB_IRQ_DEVICE1 << d->index; in ast_vhub_dev_enable()
70 reg |= hmsk; in ast_vhub_dev_enable()
81 u32 reg, hmsk; in ast_vhub_dev_disable() local
87 hmsk = VHUB_IRQ_DEVICE1 << d->index; in ast_vhub_dev_disable()
89 reg &= ~hmsk; in ast_vhub_dev_disable()