| /linux/drivers/net/ethernet/freescale/ |
| A D | fec_ptp.c | 139 tempval = readl(fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps() 141 writel(tempval, fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps() 143 tempval = readl(fep->hwp + FEC_ATIME); in fec_ptp_enable_pps() 179 val = readl(fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps() 181 writel(val, fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps() 220 tempval = readl(fep->hwp + FEC_ATIME_CTRL); in fec_ptp_read() 222 writel(tempval, fep->hwp + FEC_ATIME_CTRL); in fec_ptp_read() 227 return readl(fep->hwp + FEC_ATIME); in fec_ptp_read() 256 fep->hwp + FEC_ATIME_CTRL); in fec_ptp_start_cyclecounter() 332 writel(tmp, fep->hwp + FEC_ATIME_INC); in fec_ptp_adjfreq() [all …]
|
| A D | fec_main.c | 941 fep->hwp + FEC_RCMR(i)); in fec_enet_enable_ring() 1004 fep->hwp + FEC_ADDR_LOW); in fec_restart() 1006 fep->hwp + FEC_ADDR_HIGH); in fec_restart() 1163 writel(0, fep->hwp + FEC_IMASK); in fec_restart() 1869 fep->hwp + FEC_MII_DATA); in fec_enet_mdio_read() 1928 fep->hwp + FEC_MII_DATA); in fec_enet_mdio_write() 1946 fep->hwp + FEC_MII_DATA); in fec_enet_mdio_write() 3339 fep->hwp + FEC_ADDR_LOW); in fec_set_mac_address() 3341 fep->hwp + FEC_ADDR_HIGH); in fec_set_mac_address() 3797 if (IS_ERR(fep->hwp)) { in fec_probe() [all …]
|
| A D | fec.h | 548 void __iomem *hwp; member
|
| /linux/drivers/scsi/csiostor/ |
| A D | csio_lnode.h | 150 struct csio_hw *hwp; /* Pointer to the HW module */ member 204 #define csio_lnode_to_hw(ln) ((ln)->hwp) 217 csio_dbg(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \ 221 csio_err(_ln->hwp, "%x:%x "_fmt, CSIO_DEVID_HI(_ln), \ 225 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()
|
| /linux/drivers/clk/ |
| A D | clk-stm32h7.c | 857 struct clk_hw *hwp; in odf_divider_set_rate() local 861 hwp = clk_hw_get_parent(hw); in odf_divider_set_rate() 866 pll_disable(hwp); in odf_divider_set_rate() 871 pll_enable(hwp); in odf_divider_set_rate() 884 struct clk_hw *hwp; in odf_gate_enable() local 891 hwp = clk_hw_get_parent(hw); in odf_gate_enable() 896 pll_disable(hwp); in odf_gate_enable() 901 pll_enable(hwp); in odf_gate_enable() 908 struct clk_hw *hwp; in odf_gate_disable() local 919 pll_disable(hwp); in odf_gate_disable() [all …]
|
| A D | clk.c | 4175 struct clk_hw **hwp; in devm_clk_hw_register() local 4178 hwp = devres_alloc(devm_clk_hw_unregister_cb, sizeof(*hwp), GFP_KERNEL); in devm_clk_hw_register() 4179 if (!hwp) in devm_clk_hw_register() 4184 *hwp = hw; in devm_clk_hw_register() 4185 devres_add(dev, hwp); in devm_clk_hw_register() 4187 devres_free(hwp); in devm_clk_hw_register()
|
| A D | clk-stm32mp1.c | 709 struct clk_hw *hwp; in clk_mmux_set_parent() local 716 hwp = clk_hw_get_parent(hw); in clk_mmux_set_parent() 720 clk_hw_reparent(clk_mmux->mmux->hws[n], hwp); in clk_mmux_set_parent()
|
| /linux/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);
|
| /linux/mm/ |
| A D | memory-failure.c | 605 struct hwp_walk *hwp) in check_hwpoisoned_pmd_entry() argument 614 if (pfn <= hwp->pfn && hwp->pfn < pfn + HPAGE_PMD_NR) { in check_hwpoisoned_pmd_entry() 615 hwpoison_vaddr = addr + ((hwp->pfn - pfn) << PAGE_SHIFT); in check_hwpoisoned_pmd_entry() 616 set_to_kill(&hwp->tk, hwpoison_vaddr, PAGE_SHIFT); in check_hwpoisoned_pmd_entry() 623 struct hwp_walk *hwp) in check_hwpoisoned_pmd_entry() argument 632 struct hwp_walk *hwp = (struct hwp_walk *)walk->private; in hwpoison_pte_range() local 639 ret = check_hwpoisoned_pmd_entry(pmdp, addr, hwp); in hwpoison_pte_range() 651 hwp->pfn, &hwp->tk); in hwpoison_pte_range() 666 struct hwp_walk *hwp = (struct hwp_walk *)walk->private; in hwpoison_hugetlb_range() local 671 hwp->pfn, &hwp->tk); in hwpoison_hugetlb_range()
|
| /linux/tools/arch/x86/kcpuid/ |
| A D | cpuid.csv | 133 6, 0, EAX, 7, hwp, HWP base register 265 0xD, 1, ECX, 16, hwp, HWP state
|