Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/c67x00/
Dc67x00.h159 #define SIE_TD_OFFSET(host) ((host) ? (SIE_TD_SIZE+SIE_TD_BUF_SIZE) : 0) macro
160 #define SIE_BUF_OFFSET(host) (SIE_TD_OFFSET(host) + SIE_TD_SIZE)
Dc67x00-hcd.c355 c67x00->td_base_addr = CY_HCD_BUF_ADDR + SIE_TD_OFFSET(sie->sie_num); in c67x00_hcd_probe()