Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Disp116x.h197 #define PTD_SPD(v) (((v) << 10) & PTD_SPD_MSK) macro
Disp1362.h359 #define PTD_SPD(v) (((v) << 10) & PTD_SPD_MSK) macro
Disp116x-hcd.c277 | PTD_SPD(urb->dev->speed == USB_SPEED_LOW) in preproc_atl_queue()
Disp1362-hcd.c330 ptd->mps = PTD_MPS(ep->maxpacket) | PTD_SPD(urb->dev->speed == USB_SPEED_LOW) | in prepare_ptd()