Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00.h156 #define SIE_TD_SIZE 0x200 /* size of the td list */ macro
159 #define SIE_TD_OFFSET(host) ((host) ? (SIE_TD_SIZE+SIE_TD_BUF_SIZE) : 0)
160 #define SIE_BUF_OFFSET(host) (SIE_TD_OFFSET(host) + SIE_TD_SIZE)
H A Dc67x00-sched.c540 c67x00->td_base_addr + SIE_TD_SIZE)) in c67x00_claim_frame_bw()