Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/gadget/udc/
Dnet2280.c2778 u32 scratch, fsmvalue; in defect7374_workaround() local
2783 fsmvalue = scratch & (0xf << DEFECT7374_FSM_FIELD); in defect7374_workaround()
2786 if (!((fsmvalue == DEFECT7374_FSM_WAITING_FOR_CONTROL_READ) && in defect7374_workaround()
3684 u32 fsmvalue; in net2280_probe() local
3696 fsmvalue = get_idx_reg(dev->regs, SCRATCH) & in net2280_probe()
3699 if (fsmvalue == DEFECT7374_FSM_SS_CONTROL_READ) { in net2280_probe()