Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/host/
A Duhci-hub.c81 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
140 unsigned long port_addr; in uhci_check_ports() local
144 port_addr = USBPORTSC1 + 2 * port; in uhci_check_ports()
145 status = uhci_readw(uhci, port_addr); in uhci_check_ports()
154 wait_for_HP(uhci, port_addr); in uhci_check_ports()
268 status = uhci_readw(uhci, port_addr); in uhci_hub_control()
[all …]
/linux-6.3-rc2/include/uapi/linux/
A Dax25.h65 ax25_address port_addr; member
72 ax25_address port_addr; member
79 ax25_address port_addr; member
/linux-6.3-rc2/drivers/gpio/
A Dgpio-ws16c48.c150 u8 __iomem *port_addr; in ws16c48_gpio_get_multiple() local
158 port_addr = ws16c48gpio->reg->port + index; in ws16c48_gpio_get_multiple()
159 port_state = ioread8(port_addr) & gpio_mask; in ws16c48_gpio_get_multiple()
198 u8 __iomem *port_addr; in ws16c48_gpio_set_multiple() local
204 port_addr = ws16c48gpio->reg->port + index; in ws16c48_gpio_set_multiple()
215 iowrite8(ws16c48gpio->out_state[index], port_addr); in ws16c48_gpio_set_multiple()
/linux-6.3-rc2/net/ax25/
A Dax25_route.c81 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()
A Daf_ax25.c382 ax25_dev = ax25_addr_ax25dev(&ax25_ctl.port_addr); in ax25_ctl_ioctl()
/linux-6.3-rc2/drivers/net/wireless/st/cw1200/
A Dhwio.c172 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()
A Dhwio.h200 size_t buf_len, u32 prefetch, u16 port_addr);
/linux-6.3-rc2/drivers/ptp/
A Dptp_ines.c195 unsigned long port_addr; in ines_clock_init() local
207 port_addr = (unsigned long) clock->base + in ines_clock_init()
209 port->regs = (struct ines_port_registers *) port_addr; in ines_clock_init()
/linux-6.3-rc2/drivers/i2c/busses/
A Di2c-sh_mobile.c472 enum dma_transfer_direction dir, dma_addr_t port_addr) in sh_mobile_i2c_request_dma_chan() argument
489 cfg.dst_addr = port_addr; in sh_mobile_i2c_request_dma_chan()
492 cfg.src_addr = port_addr; in sh_mobile_i2c_request_dma_chan()
A Di2c-rcar.c741 dma_addr_t port_addr) in rcar_i2c_request_dma_chan() argument
758 cfg.dst_addr = port_addr; in rcar_i2c_request_dma_chan()
761 cfg.src_addr = port_addr; in rcar_i2c_request_dma_chan()
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/
A Dqed_mcp.c66 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()
1252 p_hwfn->mcp_info->port_addr + in qed_mcp_handle_transceiver_change()
1260 (u32)(p_hwfn->mcp_info->port_addr + in qed_mcp_handle_transceiver_change()
1282 p_hwfn->mcp_info->port_addr + in qed_mcp_read_eee_config()
1357 p_hwfn->mcp_info->port_addr + in qed_mcp_handle_link_change()
1362 (u32)(p_hwfn->mcp_info->port_addr + in qed_mcp_handle_link_change()
1949 port_cfg = qed_rd(p_hwfn, p_ptt, p_hwfn->mcp_info->port_addr + in qed_mcp_read_ufp_config()
2230 p_hwfn->mcp_info->port_addr + in qed_mcp_get_media_type()
2256 p_hwfn->mcp_info->port_addr + in qed_mcp_get_transceiver_data()
A Dqed_dcbx.c746 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()
A Dqed_mcp.h774 u32 port_addr; member
A Dqed_l2.c1770 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()
A Dqed_dev.c4521 eee_status = qed_rd(p_hwfn, p_ptt, p_hwfn->mcp_info->port_addr + in qed_get_eee_caps()
/linux-6.3-rc2/drivers/spi/
A Dspi-rspi.c1096 dma_addr_t port_addr) in rspi_request_dma_chan() argument
1115 cfg.dst_addr = port_addr + RSPI_SPDR; in rspi_request_dma_chan()
1116 cfg.src_addr = port_addr + RSPI_SPDR; in rspi_request_dma_chan()
A Dspi-sh-msiof.c1130 enum dma_transfer_direction dir, unsigned int id, dma_addr_t port_addr) in sh_msiof_request_dma_chan() argument
1151 cfg.dst_addr = port_addr; in sh_msiof_request_dma_chan()
1154 cfg.src_addr = port_addr; in sh_msiof_request_dma_chan()
/linux-6.3-rc2/drivers/tty/serial/
A Dmax310x.c1591 u8 port_addr; in max310x_i2c_probe() local
1603 port_addr = max310x_i2c_slave_addr(client->addr, i); in max310x_i2c_probe()
1606 port_addr); in max310x_i2c_probe()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_type.h317 u8 port_addr[ETH_ALEN]; member
A Di40e_debugfs.c152 pf->hw.mac.port_addr); in i40e_dbg_dump_vsi_seid()
A Di40e_main.c13075 ppid->id_len = min_t(int, sizeof(hw->mac.port_addr), sizeof(ppid->id)); in i40e_get_phys_port_id()
13076 memcpy(ppid->id, hw->mac.port_addr, ppid->id_len); in i40e_get_phys_port_id()
15893 i40e_get_port_mac_addr(hw, hw->mac.port_addr); in i40e_probe()
15894 if (is_valid_ether_addr(hw->mac.port_addr)) in i40e_probe()
/linux-6.3-rc2/drivers/scsi/megaraid/
A Dmegaraid_sas.h953 u64 port_addr[8]; member
969 u64 port_addr[8]; member

Completed in 140 milliseconds