Lines Matching defs:addr
689 * @addr: Address of the register
691 static inline void pch_udc_ep_set_subptr(struct pch_udc_ep *ep, u32 addr)
693 pch_udc_ep_writel(ep, addr, UDC_SUBPTR_ADDR);
699 * @addr: Address of the register
701 static inline void pch_udc_ep_set_ddptr(struct pch_udc_ep *ep, u32 addr)
703 pch_udc_ep_writel(ep, addr, UDC_DESPTR_ADDR);
1480 dma_addr_t addr = (dma_addr_t)td->next;
1484 td = phys_to_virt(addr);
1486 dma_pool_free(dev->data_requests, td, addr);
1487 addr = addr2;
2098 dma_addr_t addr;
2129 addr = (dma_addr_t)td->next;
2130 td = phys_to_virt(addr);