Home
last modified time | relevance | path

Searched refs:DEFECT7374_FSM_FIELD (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dnet2280.h215 #define DEFECT7374_FSM_FIELD 28 macro
226 #define DEFECT7374_FSM_WAITING_FOR_CONTROL_READ BIT(DEFECT7374_FSM_FIELD)
234 #define DEFECT7374_FSM_NON_SS_CONTROL_READ (2 << DEFECT7374_FSM_FIELD)
246 #define DEFECT7374_FSM_SS_CONTROL_READ (3 << DEFECT7374_FSM_FIELD)
H A Dnet2280.c1988 WARN_ON((scratch & (0xf << DEFECT7374_FSM_FIELD)) in defect7374_enable_data_eps_zero()
1991 scratch &= ~(0xf << DEFECT7374_FSM_FIELD); in defect7374_enable_data_eps_zero()
2778 fsmvalue = scratch & (0xf << DEFECT7374_FSM_FIELD); in defect7374_workaround()
2779 scratch &= ~(0xf << DEFECT7374_FSM_FIELD); in defect7374_workaround()
3690 (0xf << DEFECT7374_FSM_FIELD); in net2280_probe()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dnet2280.h216 #define DEFECT7374_FSM_FIELD 28 macro
227 #define DEFECT7374_FSM_WAITING_FOR_CONTROL_READ BIT(DEFECT7374_FSM_FIELD)
235 #define DEFECT7374_FSM_NON_SS_CONTROL_READ (2 << DEFECT7374_FSM_FIELD)
247 #define DEFECT7374_FSM_SS_CONTROL_READ (3 << DEFECT7374_FSM_FIELD)
H A Dnet2280.c1985 WARN_ON((scratch & (0xf << DEFECT7374_FSM_FIELD)) in defect7374_enable_data_eps_zero()
1988 scratch &= ~(0xf << DEFECT7374_FSM_FIELD); in defect7374_enable_data_eps_zero()
2783 fsmvalue = scratch & (0xf << DEFECT7374_FSM_FIELD); in defect7374_workaround()
2784 scratch &= ~(0xf << DEFECT7374_FSM_FIELD); in defect7374_workaround()
3697 (0xf << DEFECT7374_FSM_FIELD); in net2280_probe()
/kernel/linux/linux-5.10/include/linux/usb/
H A Dusb338x.h32 #define DEFECT7374_FSM_FIELD 28 macro
/kernel/linux/linux-6.6/include/linux/usb/
H A Dusb338x.h21 #define DEFECT7374_FSM_FIELD 28 macro

Completed in 13 milliseconds