Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/winbond/
Dwb35reg_s.h31 #define REG_DIRECTION(_x, _y) ((_y)->DIRECT == 0 ? usb_rcvctrlpipe(_x, 0) : usb_sndctrlpipe(_x, 0)) macro
Dwb35reg.c430 REG_DIRECTION(pHwData->udev, reg_queue), in Wb35Reg_EP0VM()