Searched refs:fsmvalue (Results 1 - 1 of 1) sorted by path

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

Completed in 195 milliseconds