Home
last modified time | relevance | path

Searched refs:port_addr (Results 1 – 14 of 14) sorted by relevance

/drivers/usb/host/
Duhci-hub.c80 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/
Dnes_utils.c475 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/
Dqed_mcp.c61 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()
Dqed_mcp.h249 u32 port_addr; member
Dqed_dev.c1584 p_hwfn->mcp_info->port_addr + in __qed_get_vport_stats()
/drivers/net/wireless/cw1200/
Dhwio.c175 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()
Dhwio.h203 size_t buf_len, u32 prefetch, u16 port_addr);
/drivers/i2c/busses/
Di2c-sh_mobile.c557 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/
Dspi-rspi.c1006 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()
Dspi-sh-msiof.c1021 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/
Dmegaraid_sas.h622 u64 port_addr[8]; member
638 u64 port_addr[8]; member
/drivers/net/ethernet/intel/i40e/
Di40e_type.h297 u8 port_addr[ETH_ALEN]; member
Di40e_main.c8473 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()
Di40e_debugfs.c397 pf->hw.mac.port_addr); in i40e_dbg_dump_vsi_seid()