Searched refs:mac_base (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/usb/mtu3/ |
| A D | mtu3_core.c | 178 void __iomem *mbase = mtu->mac_base; in mtu3_intr_status_clear() 205 void __iomem *mbase = mtu->mac_base; in mtu3_intr_enable() 234 void __iomem *mbase = mtu->mac_base; in mtu3_set_speed() 274 void __iomem *mbase = mtu->mac_base; in mtu3_csr_init() 311 void __iomem *mbase = mtu->mac_base; in mtu3_ep_stall_set() 355 void __iomem *mbase = mtu->mac_base; in mtu3_start() 407 void __iomem *mbase = mtu->mac_base; in mtu3_config_ep() 940 if (IS_ERR(mtu->mac_base)) { in ssusb_gadget_init() 942 return PTR_ERR(mtu->mac_base); in ssusb_gadget_init() 948 ssusb->mac_base = mtu->mac_base; in ssusb_gadget_init() [all …]
|
| A D | mtu3_gadget_ep0.c | 138 void __iomem *mbase = mtu->mac_base; in ep0_stall_set() 147 mtu3_writel(mtu->mac_base, U3D_EP0CSR, csr); in ep0_stall_set() 158 void __iomem *mbase = mtu->mac_base; in ep0_do_status_stage() 276 void __iomem *mbase = mtu->mac_base; in handle_test_mode() 326 void __iomem *mbase = mtu->mac_base; in ep0_handle_feature_dev() 443 void __iomem *mbase = mtu->mac_base; in handle_standard_request() 513 void __iomem *mbase = mtu->mac_base; in ep0_rx_state() 600 mtu3_readl(mtu->mac_base, U3D_EP0CSR)); in ep0_tx_state() 627 mtu3_writel(mtu->mac_base, U3D_EP0CSR, in ep0_read_setup() 631 mtu3_writel(mtu->mac_base, U3D_EP0CSR, in ep0_read_setup() [all …]
|
| A D | mtu3_qmu.c | 192 void __iomem *mbase = mtu->mac_base; in mtu3_qmu_resume() 333 void __iomem *mbase = mtu->mac_base; in mtu3_qmu_start() 377 void __iomem *mbase = mtu->mac_base; in mtu3_qmu_stop() 421 void __iomem *mbase = mtu->mac_base; in qmu_tx_zlp_error_handler() 473 void __iomem *mbase = mtu->mac_base; in qmu_done_tx() 513 void __iomem *mbase = mtu->mac_base; in qmu_done_rx() 561 void __iomem *mbase = mtu->mac_base; in qmu_exception_isr() 601 void __iomem *mbase = mtu->mac_base; in mtu3_qmu_isr()
|
| A D | mtu3_debugfs.c | 82 void __iomem *mbase = mtu->mac_base; in mtu3_link_state_show() 170 mtu3_debugfs_regset(mtu, mtu->mac_base, regs, 7, "ep-regs", parent); in mtu3_debugfs_ep_regset() 412 mtu3_debugfs_regset(mtu, mtu->mac_base, in ssusb_dev_debugfs_init() 416 mtu3_debugfs_regset(mtu, mtu->mac_base, in ssusb_dev_debugfs_init()
|
| A D | mtu3.h | 245 void __iomem *mac_base; member 325 void __iomem *mac_base; member
|
| A D | mtu3_dr.c | 25 mtu3_setbits(ssusb->mac_base, U3D_DEVICE_CONTROL, DC_SESSION); in toggle_opstate() 26 mtu3_setbits(ssusb->mac_base, U3D_POWER_MANAGEMENT, SOFT_CONN); in toggle_opstate()
|
| A D | mtu3_gadget.c | 433 return (int)mtu3_readl(mtu->mac_base, U3D_USB20_FRAME_NUM); in mtu3_gadget_get_frame() 449 mtu3_setbits(mtu->mac_base, U3D_LINK_POWER_CONTROL, UX_EXIT); in mtu3_gadget_wakeup() 451 mtu3_setbits(mtu->mac_base, U3D_POWER_MANAGEMENT, RESUME); in mtu3_gadget_wakeup() 455 mtu3_clrbits(mtu->mac_base, U3D_POWER_MANAGEMENT, RESUME); in mtu3_gadget_wakeup()
|
| /linux/drivers/net/ethernet/atheros/ |
| A D | ag71xx.c | 364 void __iomem *mac_base; member 409 iowrite32(value, ag->mac_base + reg); in ag71xx_wr() 411 (void)ioread32(ag->mac_base + reg); in ag71xx_wr() 416 return ioread32(ag->mac_base + reg); in ag71xx_rr() 423 r = ag->mac_base + reg; in ag71xx_sb() 433 r = ag->mac_base + reg; in ag71xx_cb() 1919 ag->mac_base = devm_ioremap(&pdev->dev, res->start, resource_size(res)); in ag71xx_probe() 1920 if (!ag->mac_base) in ag71xx_probe() 2008 (unsigned long)ag->mac_base, ndev->irq, in ag71xx_probe()
|
| /linux/drivers/atm/ |
| A D | eni.c | 1689 void __iomem *mac_base; in get_esi_fpga() local 1692 mac_base = base+EPROM_SIZE-sizeof(struct midway_eprom); in get_esi_fpga() 1693 for (i = 0; i < ESI_LEN; i++) dev->esi[i] = readb(mac_base+(i^3)); in get_esi_fpga()
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| A D | bnx2x_link.c | 13733 u32 mac_base; in bnx2x_check_half_open_conn() local 13747 mac_base = (params->port) ? GRCBASE_XMAC1 : GRCBASE_XMAC0; in bnx2x_check_half_open_conn() 13750 REG_WR(bp, mac_base + XMAC_REG_CLEAR_RX_LSS_STATUS, 0); in bnx2x_check_half_open_conn() 13751 REG_WR(bp, mac_base + XMAC_REG_CLEAR_RX_LSS_STATUS, in bnx2x_check_half_open_conn() 13754 if (REG_RD(bp, mac_base + XMAC_REG_RX_LSS_STATUS)) in bnx2x_check_half_open_conn() 13765 mac_base = params->port ? NIG_REG_INGRESS_BMAC1_MEM : in bnx2x_check_half_open_conn() 13773 REG_RD_DMAE(bp, mac_base + lss_status_reg, wb_data, 2); in bnx2x_check_half_open_conn()
|
Completed in 41 milliseconds