Searched refs:hwp (Results 1 – 11 of 11) sorted by relevance
| /drivers/net/ethernet/freescale/ |
| A D | fec_ptp.c | 105 tempval = readl(fep->hwp + FEC_ATIME_CTRL); in fec_ptp_read() 107 writel(tempval, fep->hwp + FEC_ATIME_CTRL); in fec_ptp_read() 112 return readl(fep->hwp + FEC_ATIME); in fec_ptp_read() 197 val = readl(fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps() 199 writel(val, fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps() 316 fep->hwp + FEC_ATIME_CTRL); in fec_ptp_start_cyclecounter() 395 writel(tmp, fep->hwp + FEC_ATIME_INC); in fec_ptp_adjfine() 489 writel(counter, fep->hwp + FEC_ATIME); in fec_ptp_settime() 501 writel(0, fep->hwp + FEC_TCSR(channel)); in fec_ptp_pps_disable() 670 val = readl(fep->hwp + FEC_TCSR(channel)); in fec_pps_interrupt() [all …]
|
| A D | fec_main.c | 1091 fep->hwp + FEC_RCMR(i)); in fec_enet_enable_ring() 1134 fep->hwp + FEC_ADDR_LOW); in fec_set_hw_mac_addr() 1136 fep->hwp + FEC_ADDR_HIGH); in fec_set_hw_mac_addr() 1372 writel(0, fep->hwp + FEC_IMASK); in fec_irqs_disable() 1379 writel(0, fep->hwp + FEC_IMASK); in fec_irqs_disable_except_wakeup() 2241 fep->hwp + FEC_MII_DATA); in fec_enet_mdio_read_c45() 2292 fep->hwp + FEC_MII_DATA); in fec_enet_mdio_write_c22() 2322 fep->hwp + FEC_MII_DATA); in fec_enet_mdio_write_c45() 2335 fep->hwp + FEC_MII_DATA); in fec_enet_mdio_write_c45() 4389 if (IS_ERR(fep->hwp)) { in fec_probe() [all …]
|
| A D | fec.h | 601 void __iomem *hwp; member
|
| /drivers/scsi/csiostor/ |
| A D | csio_lnode.h | 137 struct csio_hw *hwp; /* Pointer to the HW module */ member 191 #define csio_lnode_to_hw(ln) ((ln)->hwp) 204 csio_dbg(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \ 208 csio_err(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \ 212 csio_warn(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \
|
| A D | csio_scsi.c | 203 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_init_cmd_wr() 258 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_cmd() 362 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_init_read_wr() 415 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_init_write_wr() 483 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_read() 520 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_write() 556 struct csio_hw *hw = req->lnode->hwp; in csio_setup_ddp() 649 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_init_abrt_cls_wr() 677 struct csio_hw *hw = req->lnode->hwp; in csio_scsi_abrt_cls() 705 struct csio_hw *hw = req->lnode->hwp; in csio_scsis_uninit() [all …]
|
| A D | csio_lnode.c | 683 struct csio_hw *hw = ln->hwp; in csio_ln_vnp_read() 720 struct csio_hw *hw = ln->hwp; in csio_fcoe_enable_link() 834 struct csio_hw *hw = ln->hwp; in csio_ln_read_fcf_entry() 1699 io_req->lnode->hwp, io_req->iq_idx)); in csio_ln_prep_ecwr()
|
| /drivers/clk/ |
| A D | clk-stm32h7.c | 856 struct clk_hw *hwp; in odf_divider_set_rate() local 860 hwp = clk_hw_get_parent(hw); in odf_divider_set_rate() 865 pll_disable(hwp); in odf_divider_set_rate() 870 pll_enable(hwp); in odf_divider_set_rate() 883 struct clk_hw *hwp; in odf_gate_enable() local 890 hwp = clk_hw_get_parent(hw); in odf_gate_enable() 895 pll_disable(hwp); in odf_gate_enable() 900 pll_enable(hwp); in odf_gate_enable() 907 struct clk_hw *hwp; in odf_gate_disable() local 918 pll_disable(hwp); in odf_gate_disable() [all …]
|
| A D | clk.c | 4691 struct clk_hw **hwp; in devm_clk_hw_register() local 4694 hwp = devres_alloc(devm_clk_hw_unregister_cb, sizeof(*hwp), GFP_KERNEL); in devm_clk_hw_register() 4695 if (!hwp) in devm_clk_hw_register() 4700 *hwp = hw; in devm_clk_hw_register() 4701 devres_add(dev, hwp); in devm_clk_hw_register() 4703 devres_free(hwp); in devm_clk_hw_register()
|
| /drivers/isdn/hardware/mISDN/ |
| A D | iohelper.h | 16 typedef u8 (read_reg_func)(void *hwp, u8 offset); 17 typedef void (write_reg_func)(void *hwp, u8 offset, u8 value); 18 typedef void (fifo_func)(void *hwp, u8 offset, u8 *datap, int size);
|
| /drivers/clk/stm32/ |
| A D | clk-stm32-core.c | 492 struct clk_hw *hwp = clk_hw_get_parent_by_index(hw, index); in clk_stm32_composite_set_parent() local 494 clk_hw_reparent(other_mux_hw, hwp); in clk_stm32_composite_set_parent()
|
| A D | clk-stm32mp1.c | 723 struct clk_hw *hwp; in clk_mmux_set_parent() local 730 hwp = clk_hw_get_parent(hw); in clk_mmux_set_parent() 734 clk_hw_reparent(clk_mmux->mmux->hws[n], hwp); in clk_mmux_set_parent()
|
Completed in 47 milliseconds