Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dm66592-udc.h334 #define M66592_PID 0x0003 /* b1-0: Response PID */ macro
406 #define M66592_PID 0x0003 /* b1-0: Response PID */ macro
H A Dm66592-udc.c108 pid = m66592_read(m66592, M66592_DCPCTR) & M66592_PID; in control_reg_get_pid()
111 pid = m66592_read(m66592, offset) & M66592_PID; in control_reg_get_pid()
124 m66592_mdfy(m66592, pid, M66592_PID, M66592_DCPCTR); in control_reg_set_pid()
127 m66592_mdfy(m66592, pid, M66592_PID, offset); in control_reg_set_pid()