Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c1085 unsigned int pm_addr = (idx << PPOD_SIZE_SHIFT) + ddp->llimit; in ddp_set_map() local
1092 for (i = 0; i < npods; i++, idx++, pm_addr += PPOD_SIZE) { in ddp_set_map()
1099 ulp_mem_io_set_hdr(skb, pm_addr); in ddp_set_map()
1114 unsigned int pm_addr = (idx << PPOD_SIZE_SHIFT) + ddp->llimit; in ddp_clear_map() local
1121 for (i = 0; i < npods; i++, idx++, pm_addr += PPOD_SIZE) { in ddp_clear_map()
1130 ulp_mem_io_set_hdr(skb, pm_addr); in ddp_clear_map()
/linux-3.4.99/drivers/usb/host/
Dxhci.c3864 __le32 __iomem *addr, *pm_addr; in xhci_usb2_software_lpm_test() local
3913 pm_addr = port_array[port_num] + 1; in xhci_usb2_software_lpm_test()
3916 xhci_writel(xhci, temp, pm_addr); in xhci_usb2_software_lpm_test()
3928 ret = handshake(xhci, pm_addr, PORT_L1S_MASK, PORT_L1S_SUCCESS, 125); in xhci_usb2_software_lpm_test()
3936 temp = xhci_readl(xhci, pm_addr); in xhci_usb2_software_lpm_test()
3989 __le32 __iomem *pm_addr; in xhci_set_usb2_hardware_lpm() local
4010 pm_addr = port_array[port_num] + 1; in xhci_set_usb2_hardware_lpm()
4011 temp = xhci_readl(xhci, pm_addr); in xhci_set_usb2_hardware_lpm()
4021 xhci_writel(xhci, temp, pm_addr); in xhci_set_usb2_hardware_lpm()
4022 temp = xhci_readl(xhci, pm_addr); in xhci_set_usb2_hardware_lpm()
[all …]
/linux-3.4.99/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1236 unsigned int pm_addr) in ulp_mem_io_set_hdr() argument
1243 req->lock_addr = htonl(ULP_MEMIO_ADDR(pm_addr >> 5)); in ulp_mem_io_set_hdr()
1261 unsigned int pm_addr = idx * PPOD_SIZE + ddp->llimit; in ddp_ppod_write_idata() local
1276 ulp_mem_io_set_hdr(req, wr_len, dlen, pm_addr); in ddp_ppod_write_idata()