Searched refs:hwp (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/net/ethernet/freescale/
H A Dfec_ptp.c118 writel(FEC_T_TF_MASK, fep->hwp + FEC_TCSR(fep->pps_channel));
124 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel));
127 writel(val, fep->hwp + FEC_TCSR(fep->pps_channel));
128 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel));
170 writel(val, fep->hwp + FEC_TCCR(fep->pps_channel));
176 val = readl(fep->hwp + FEC_ATIME_CTRL);
178 writel(val, fep->hwp + FEC_ATIME_CTRL);
181 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel));
186 writel(val, fep->hwp + FEC_TCSR(fep->pps_channel));
191 writel(fep->next_counter, fep->hwp
[all...]
H A Dfec_main.c1047 writel(rxq->bd.dma, fep->hwp + FEC_R_DES_START(i));
1048 writel(PKT_MAXBUF_SIZE, fep->hwp + FEC_R_BUFF_SIZE(i));
1053 fep->hwp + FEC_RCMR(i));
1058 writel(txq->bd.dma, fep->hwp + FEC_X_DES_START(i));
1063 fep->hwp + FEC_DMA_CFG(i));
1086 writel(0, fep->hwp + FEC_ECNTRL);
1088 writel(1, fep->hwp + FEC_ECNTRL);
1098 fep->hwp + FEC_ADDR_LOW);
1100 fep->hwp + FEC_ADDR_HIGH);
1103 writel((0xffffffff & ~FEC_ENET_MII), fep->hwp
[all...]
H A Dfec.h601 void __iomem *hwp; member in struct:fec_enet_private
/linux-master/drivers/scsi/csiostor/
H A Dcsio_lnode.h137 struct csio_hw *hwp; /* Pointer to the HW module */ member in struct:csio_lnode
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), \
H A Dcsio_scsi.c203 struct csio_hw *hw = req->lnode->hwp;
258 struct csio_hw *hw = req->lnode->hwp;
362 struct csio_hw *hw = req->lnode->hwp;
415 struct csio_hw *hw = req->lnode->hwp;
483 struct csio_hw *hw = req->lnode->hwp;
520 struct csio_hw *hw = req->lnode->hwp;
556 struct csio_hw *hw = req->lnode->hwp;
649 struct csio_hw *hw = req->lnode->hwp;
677 struct csio_hw *hw = req->lnode->hwp;
705 struct csio_hw *hw = req->lnode->hwp;
[all...]
H A Dcsio_lnode.c683 struct csio_hw *hw = ln->hwp;
720 struct csio_hw *hw = ln->hwp;
834 struct csio_hw *hw = ln->hwp;
1699 io_req->lnode->hwp, io_req->iq_idx));
/linux-master/drivers/isdn/hardware/mISDN/
H A Diohelper.h16 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);
/linux-master/drivers/clk/
H A Dclk-stm32h7.c856 struct clk_hw *hwp; local
860 hwp = clk_hw_get_parent(hw);
862 pll_status = pll_is_enabled(hwp);
865 pll_disable(hwp);
870 pll_enable(hwp);
883 struct clk_hw *hwp; local
890 hwp = clk_hw_get_parent(hw);
892 pll_status = pll_is_enabled(hwp);
895 pll_disable(hwp);
900 pll_enable(hwp);
907 struct clk_hw *hwp; local
[all...]
H A Dclk.c4678 struct clk_hw **hwp; local
4681 hwp = devres_alloc(devm_clk_hw_unregister_cb, sizeof(*hwp), GFP_KERNEL);
4682 if (!hwp)
4687 *hwp = hw;
4688 devres_add(dev, hwp);
4690 devres_free(hwp);
/linux-master/mm/
H A Dmemory-failure.c773 struct hwpoison_walk *hwp)
782 if (pfn <= hwp->pfn && hwp->pfn < pfn + HPAGE_PMD_NR) {
783 hwpoison_vaddr = addr + ((hwp->pfn - pfn) << PAGE_SHIFT);
784 set_to_kill(&hwp->tk, hwpoison_vaddr, PAGE_SHIFT);
791 struct hwpoison_walk *hwp)
800 struct hwpoison_walk *hwp = walk->private; local
807 ret = check_hwpoisoned_pmd_entry(pmdp, addr, hwp);
819 hwp->pfn, &hwp
772 check_hwpoisoned_pmd_entry(pmd_t *pmdp, unsigned long addr, struct hwpoison_walk *hwp) argument
790 check_hwpoisoned_pmd_entry(pmd_t *pmdp, unsigned long addr, struct hwpoison_walk *hwp) argument
834 struct hwpoison_walk *hwp = walk->private; local
[all...]
/linux-master/drivers/clk/stm32/
H A Dclk-stm32-core.c493 struct clk_hw *hwp = clk_hw_get_parent_by_index(hw, index); local
495 clk_hw_reparent(other_mux_hw, hwp);
H A Dclk-stm32mp1.c723 struct clk_hw *hwp; local
730 hwp = clk_hw_get_parent(hw);
734 clk_hw_reparent(clk_mmux->mmux->hws[n], hwp);

Completed in 192 milliseconds