Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dgr_udc.h88 #define GR_CONTROL_UA_POS 1 macro
H A Dgr_udc.c192 (control & GR_CONTROL_UA_MASK) >> GR_CONTROL_UA_POS); in gr_dfs_show()
875 control |= (address << GR_CONTROL_UA_POS) & GR_CONTROL_UA_MASK; in gr_set_address()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dgr_udc.h88 #define GR_CONTROL_UA_POS 1 macro
H A Dgr_udc.c191 (control & GR_CONTROL_UA_MASK) >> GR_CONTROL_UA_POS); in gr_dfs_show()
875 control |= (address << GR_CONTROL_UA_POS) & GR_CONTROL_UA_MASK; in gr_set_address()

Completed in 7 milliseconds