Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c117 #define td_port_length(td) (__le16_to_cpu((td)->port_length)) macro
121 #define td_length(td) (td_port_length(td) & TD_PORTLENMASK_DL)
145 dev_dbg(dev, "port_length: 0x%04x\n", td_port_length(td)); in dbg_td()