Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/gadget/udc/
Dgr_udc.h87 #define GR_CONTROL_UA_MASK 0x000000fe macro
Dgr_udc.c192 (control & GR_CONTROL_UA_MASK) >> GR_CONTROL_UA_POS); in gr_dfs_show()
875 control = gr_read32(&dev->regs->control) & ~GR_CONTROL_UA_MASK; in gr_set_address()
876 control |= (address << GR_CONTROL_UA_POS) & GR_CONTROL_UA_MASK; in gr_set_address()