Home
last modified time | relevance | path

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

/linux/drivers/usb/host/ !
H A Dfhci.h191 struct fhci_ep_pram { struct
397 struct fhci_ep_pram __iomem *ep_pram_ptr;
192 rx_basefhci_ep_pram global() argument
193 tx_basefhci_ep_pram global() argument
194 rx_func_codefhci_ep_pram global() argument
195 tx_func_codefhci_ep_pram global() argument
196 rx_buff_lenfhci_ep_pram global() argument
197 rx_bd_ptrfhci_ep_pram global() argument
198 tx_bd_ptrfhci_ep_pram global() argument
199 tx_statefhci_ep_pram global() argument
200 tx_ptrfhci_ep_pram global() argument
201 tx_crcfhci_ep_pram global() argument
202 tx_cntfhci_ep_pram global() argument
203 tx_tempfhci_ep_pram global() argument
204 tx_u_ptrfhci_ep_pram global() argument
205 reservedfhci_ep_pram global() argument
H A Dfhci-tds.c168 ep_mem_size = ring_len * sizeof(*td) + sizeof(struct fhci_ep_pram); in fhci_create_ep()