/drivers/usb/host/ |
D | uhci-hub.c | 80 status = uhci_readw(uhci, port_addr); \ 84 uhci_writew(uhci, status, port_addr) 87 status = uhci_readw(uhci, port_addr); \ 90 uhci_writew(uhci, status, port_addr) 96 unsigned long port_addr) in uhci_finish_suspend() argument 101 if (uhci_readw(uhci, port_addr) & SUSPEND_BITS) { in uhci_finish_suspend() 112 if (!(uhci_readw(uhci, port_addr) & SUSPEND_BITS)) in uhci_finish_suspend() 124 static void wait_for_HP(struct uhci_hcd *uhci, unsigned long port_addr) in wait_for_HP() argument 129 if (uhci_readw(uhci, port_addr) & USBPORTSC_CSC) in wait_for_HP() 139 unsigned long port_addr; in uhci_check_ports() local [all …]
|
/drivers/infiniband/hw/nes/ |
D | nes_utils.c | 475 u32 port_addr; in nes_write_10G_phy_reg() local 479 port_addr = phy_addr; in nes_write_10G_phy_reg() 483 0x00020000 | (u32)phy_reg | (((u32)dev_addr) << 18) | (((u32)port_addr) << 23)); in nes_write_10G_phy_reg() 498 0x10020000 | (u32)data | (((u32)dev_addr) << 18) | (((u32)port_addr) << 23)); in nes_write_10G_phy_reg() 520 u32 port_addr; in nes_read_10G_phy_reg() local 524 port_addr = phy_addr; in nes_read_10G_phy_reg() 528 0x00020000 | (u32)phy_reg | (((u32)dev_addr) << 18) | (((u32)port_addr) << 23)); in nes_read_10G_phy_reg() 543 0x30020000 | (((u32)dev_addr) << 18) | (((u32)port_addr) << 23)); in nes_read_10G_phy_reg()
|
/drivers/net/ethernet/qlogic/qed/ |
D | qed_mcp.c | 61 p_hwfn->mcp_info->port_addr = SECTION_ADDR(mfw_mb_offsize, in qed_mcp_cmd_port_init() 65 p_hwfn->mcp_info->port_addr, MFW_PORT(p_hwfn)); in qed_mcp_cmd_port_init() 379 p_hwfn->mcp_info->port_addr + in qed_mcp_handle_link_change() 384 (u32)(p_hwfn->mcp_info->port_addr + in qed_mcp_handle_link_change() 656 *p_media_type = qed_rd(p_hwfn, p_ptt, p_hwfn->mcp_info->port_addr + in qed_mcp_get_media_type()
|
D | qed_mcp.h | 249 u32 port_addr; member
|
D | qed_dev.c | 1584 p_hwfn->mcp_info->port_addr + in __qed_get_vport_stats()
|
/drivers/net/wireless/cw1200/ |
D | hwio.c | 175 size_t buf_len, u32 prefetch, u16 port_addr) in cw1200_indirect_read() argument 227 ret = __cw1200_reg_read(priv, port_addr, buf, buf_len, 0); in cw1200_indirect_read()
|
D | hwio.h | 203 size_t buf_len, u32 prefetch, u16 port_addr);
|
/drivers/i2c/busses/ |
D | i2c-sh_mobile.c | 557 enum dma_transfer_direction dir, dma_addr_t port_addr) in sh_mobile_i2c_request_dma_chan() argument 574 cfg.dst_addr = port_addr; in sh_mobile_i2c_request_dma_chan() 577 cfg.src_addr = port_addr; in sh_mobile_i2c_request_dma_chan()
|
/drivers/spi/ |
D | spi-rspi.c | 1006 dma_addr_t port_addr) in rspi_request_dma_chan() argument 1027 cfg.dst_addr = port_addr; in rspi_request_dma_chan() 1030 cfg.src_addr = port_addr; in rspi_request_dma_chan()
|
D | spi-sh-msiof.c | 1021 enum dma_transfer_direction dir, unsigned int id, dma_addr_t port_addr) in sh_msiof_request_dma_chan() argument 1042 cfg.dst_addr = port_addr; in sh_msiof_request_dma_chan() 1045 cfg.src_addr = port_addr; in sh_msiof_request_dma_chan()
|
/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 622 u64 port_addr[8]; member 638 u64 port_addr[8]; member
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_type.h | 297 u8 port_addr[ETH_ALEN]; member
|
D | i40e_main.c | 8473 ppid->id_len = min_t(int, sizeof(hw->mac.port_addr), sizeof(ppid->id)); in i40e_get_phys_port_id() 8474 memcpy(ppid->id, hw->mac.port_addr, ppid->id_len); in i40e_get_phys_port_id() 10470 i40e_get_port_mac_addr(hw, hw->mac.port_addr); in i40e_probe() 10471 if (is_valid_ether_addr(hw->mac.port_addr)) in i40e_probe()
|
D | i40e_debugfs.c | 397 pf->hw.mac.port_addr); in i40e_dbg_dump_vsi_seid()
|