| /linux/drivers/usb/host/ |
| H A D | uhci-hub.c | 81 status = uhci_readw(uhci, port_addr); \ 85 uhci_writew(uhci, status, port_addr) 88 status = uhci_readw(uhci, port_addr); \ 91 uhci_writew(uhci, status, port_addr) 97 unsigned long port_addr) in uhci_finish_suspend() argument 102 if (uhci_readw(uhci, port_addr) & SUSPEND_BITS) { in uhci_finish_suspend() 113 if (!(uhci_readw(uhci, port_addr) & SUSPEND_BITS)) in uhci_finish_suspend() 125 static void wait_for_HP(struct uhci_hcd *uhci, unsigned long port_addr) in wait_for_HP() argument 130 if (uhci_readw(uhci, port_addr) & USBPORTSC_CSC) in wait_for_HP() 140 unsigned long port_addr; in uhci_check_ports() local [all …]
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-amd-asf-plat.c | 55 struct resource *port_addr; member 61 unsigned short piix4_smba = dev->port_addr->start; in amd_asf_process_target() 143 unsigned short piix4_smba = dev->port_addr->start; in amd_asf_setup_target() 166 unsigned short piix4_smba = dev->port_addr->start; in amd_asf_access() 192 unsigned short piix4_smba = dev->port_addr->start; in amd_asf_xfer() 234 unsigned short piix4_smba = dev->port_addr->start; in amd_asf_reg_target() 259 unsigned short piix4_smba = dev->port_addr->start; in amd_asf_unreg_target() 284 unsigned short piix4_smba = dev->port_addr->start; in amd_asf_irq_handler() 312 asf_dev->port_addr = platform_get_resource(pdev, IORESOURCE_IO, 0); in amd_asf_probe() 313 if (!asf_dev->port_addr) in amd_asf_probe()
|
| H A D | i2c-sh_mobile.c | 473 enum dma_transfer_direction dir, dma_addr_t port_addr) in sh_mobile_i2c_request_dma_chan() argument 490 cfg.dst_addr = port_addr; in sh_mobile_i2c_request_dma_chan() 493 cfg.src_addr = port_addr; in sh_mobile_i2c_request_dma_chan()
|
| H A D | i2c-rcar.c | 818 dma_addr_t port_addr) in rcar_i2c_request_dma_chan() argument 835 cfg.dst_addr = port_addr; in rcar_i2c_request_dma_chan() 838 cfg.src_addr = port_addr; in rcar_i2c_request_dma_chan()
|
| /linux/include/uapi/linux/ |
| H A D | ax25.h | 65 ax25_address port_addr; member 72 ax25_address port_addr; member 79 ax25_address port_addr; member
|
| /linux/net/ax25/ |
| H A D | ax25_route.c | 81 ax25_dev = ax25_addr_ax25dev(&route->port_addr); in ax25_rt_add() 156 if ((ax25_dev = ax25_addr_ax25dev(&route->port_addr)) == NULL) in ax25_rt_del() 193 if ((ax25_dev = ax25_addr_ax25dev(&rt_option->port_addr)) == NULL) in ax25_rt_opt()
|
| H A D | af_ax25.c | 382 ax25_dev = ax25_addr_ax25dev(&ax25_ctl.port_addr); in ax25_ctl_ioctl()
|
| /linux/drivers/net/wireless/st/cw1200/ |
| H A D | hwio.c | 172 size_t buf_len, u32 prefetch, u16 port_addr) in cw1200_indirect_read() argument 224 ret = __cw1200_reg_read(priv, port_addr, buf, buf_len, 0); in cw1200_indirect_read()
|
| H A D | hwio.h | 200 size_t buf_len, u32 prefetch, u16 port_addr);
|
| /linux/drivers/net/mdio/ |
| H A D | mdio-realtek-rtl9300.c | 314 u32 port_addr[5] = { 0 }; in rtl9300_mdiobus_init() local 323 port_addr[i / 6] |= (priv->smi_addr[i] & 0x1f) << pos; in rtl9300_mdiobus_init() 336 port_addr, 5); in rtl9300_mdiobus_init()
|
| /linux/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_mcp.c | 66 p_hwfn->mcp_info->port_addr = SECTION_ADDR(mfw_mb_offsize, in qed_mcp_cmd_port_init() 70 p_hwfn->mcp_info->port_addr, MFW_PORT(p_hwfn)); in qed_mcp_cmd_port_init() 1246 p_hwfn->mcp_info->port_addr + in qed_mcp_handle_transceiver_change() 1254 (u32)(p_hwfn->mcp_info->port_addr + in qed_mcp_handle_transceiver_change() 1276 p_hwfn->mcp_info->port_addr + in qed_mcp_read_eee_config() 1351 p_hwfn->mcp_info->port_addr + in qed_mcp_handle_link_change() 1356 (u32)(p_hwfn->mcp_info->port_addr + in qed_mcp_handle_link_change() 1943 port_cfg = qed_rd(p_hwfn, p_ptt, p_hwfn->mcp_info->port_addr + in qed_mcp_read_ufp_config() 2224 p_hwfn->mcp_info->port_addr + in qed_mcp_get_media_type() 2250 p_hwfn->mcp_info->port_addr + in qed_mcp_get_transceiver_data()
|
| H A D | qed_dcbx.c | 746 data.addr = p_hwfn->mcp_info->port_addr + offsetof(struct public_port, in qed_dcbx_read_local_lldp_mib() 764 data.addr = p_hwfn->mcp_info->port_addr + offsetof(struct public_port, in qed_dcbx_read_remote_lldp_mib() 782 data.addr = p_hwfn->mcp_info->port_addr + in qed_dcbx_read_operational_mib() 799 data.addr = p_hwfn->mcp_info->port_addr + in qed_dcbx_read_remote_mib() 814 data.addr = p_hwfn->mcp_info->port_addr + in qed_dcbx_read_local_mib() 1221 data.addr = p_hwfn->mcp_info->port_addr + in qed_dcbx_config_params()
|
| H A D | qed_mcp.h | 774 u32 port_addr; member
|
| H A D | qed_l2.c | 1770 p_hwfn->mcp_info->port_addr + in __qed_get_vport_port_stats() 1846 p_hwfn->mcp_info->port_addr + in __qed_get_vport_port_stats()
|
| H A D | qed_dev.c | 4502 eee_status = qed_rd(p_hwfn, p_ptt, p_hwfn->mcp_info->port_addr + in qed_get_eee_caps()
|
| /linux/drivers/spi/ |
| H A D | spi-sh-msiof.c | 1055 enum dma_transfer_direction dir, unsigned int id, dma_addr_t port_addr) in sh_msiof_request_dma_chan() argument 1076 cfg.dst_addr = port_addr; in sh_msiof_request_dma_chan() 1079 cfg.src_addr = port_addr; in sh_msiof_request_dma_chan()
|
| H A D | spi-rspi.c | 1095 dma_addr_t port_addr) in rspi_request_dma_chan() argument 1114 cfg.dst_addr = port_addr + RSPI_SPDR; in rspi_request_dma_chan() 1115 cfg.src_addr = port_addr + RSPI_SPDR; in rspi_request_dma_chan()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_type.h | 273 u8 port_addr[ETH_ALEN]; member
|
| H A D | i40e_debugfs.c | 94 pf->hw.mac.port_addr); in i40e_dbg_dump_vsi_seid()
|
| H A D | i40e_main.c | 13003 ppid->id_len = min_t(int, sizeof(hw->mac.port_addr), sizeof(ppid->id)); in i40e_get_phys_port_id() 13004 memcpy(ppid->id, hw->mac.port_addr, ppid->id_len); in i40e_get_phys_port_id() 15779 i40e_get_port_mac_addr(hw, hw->mac.port_addr); in i40e_probe() 15780 if (is_valid_ether_addr(hw->mac.port_addr)) in i40e_probe()
|
| /linux/drivers/scsi/megaraid/ |
| H A D | megaraid_sas.h | 953 u64 port_addr[8]; member 969 u64 port_addr[8]; member
|