Searched refs:pm_addr (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/cxgbi/cxgb3i/
H A Dcxgb3i.c1085 unsigned int pm_addr = (idx << PPOD_SIZE_SHIFT) + ddp->llimit; local
1092 for (i = 0; i < npods; i++, idx++, pm_addr += PPOD_SIZE) {
1099 ulp_mem_io_set_hdr(skb, pm_addr);
1114 unsigned int pm_addr = (idx << PPOD_SIZE_SHIFT) + ddp->llimit; local
1121 for (i = 0; i < npods; i++, idx++, pm_addr += PPOD_SIZE) {
1130 ulp_mem_io_set_hdr(skb, pm_addr);
/drivers/usb/host/
H A Dxhci.c3670 __le32 __iomem *addr, *pm_addr; local
3719 pm_addr = port_array[port_num] + 1;
3722 xhci_writel(xhci, temp, pm_addr);
3734 ret = handshake(xhci, pm_addr, PORT_L1S_MASK, PORT_L1S_SUCCESS, 125);
3742 temp = xhci_readl(xhci, pm_addr);
3795 __le32 __iomem *pm_addr; local
3816 pm_addr = port_array[port_num] + 1;
3817 temp = xhci_readl(xhci, pm_addr);
3827 xhci_writel(xhci, temp, pm_addr);
3828 temp = xhci_readl(xhci, pm_addr);
[all...]
/drivers/scsi/cxgbi/cxgb4i/
H A Dcxgb4i.c1236 unsigned int pm_addr)
1243 req->lock_addr = htonl(ULP_MEMIO_ADDR(pm_addr >> 5));
1261 unsigned int pm_addr = idx * PPOD_SIZE + ddp->llimit; local
1276 ulp_mem_io_set_hdr(req, wr_len, dlen, pm_addr);
1234 ulp_mem_io_set_hdr(struct ulp_mem_io *req, unsigned int wr_len, unsigned int dlen, unsigned int pm_addr) argument

Completed in 146 milliseconds