/openbmc/linux/drivers/net/ethernet/freescale/ |
H A D | fec_ptp.c | 106 tempval = readl(fep->hwp + FEC_ATIME_CTRL); in fec_ptp_read() 108 writel(tempval, fep->hwp + FEC_ATIME_CTRL); in fec_ptp_read() 113 return readl(fep->hwp + FEC_ATIME); in fec_ptp_read() 140 writel(FEC_T_TF_MASK, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps() 146 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps() 149 writel(val, fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps() 150 val = readl(fep->hwp + FEC_TCSR(fep->pps_channel)); in fec_ptp_enable_pps() 192 writel(val, fep->hwp + FEC_TCCR(fep->pps_channel)); in fec_ptp_enable_pps() 198 val = readl(fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps() 200 writel(val, fep->hwp + FEC_ATIME_CTRL); in fec_ptp_enable_pps() [all …]
|
H A D | fec_main.c | 1057 writel(rxq->bd.dma, fep->hwp + FEC_R_DES_START(i)); in fec_enet_enable_ring() 1058 writel(PKT_MAXBUF_SIZE, fep->hwp + FEC_R_BUFF_SIZE(i)); in fec_enet_enable_ring() 1063 fep->hwp + FEC_RCMR(i)); in fec_enet_enable_ring() 1068 writel(txq->bd.dma, fep->hwp + FEC_X_DES_START(i)); in fec_enet_enable_ring() 1073 fep->hwp + FEC_DMA_CFG(i)); in fec_enet_enable_ring() 1099 writel(0, fep->hwp + FEC_ECNTRL); in fec_restart() 1101 writel(1, fep->hwp + FEC_ECNTRL); in fec_restart() 1111 fep->hwp + FEC_ADDR_LOW); in fec_restart() 1113 fep->hwp + FEC_ADDR_HIGH); in fec_restart() 1116 writel((0xffffffff & ~FEC_ENET_MII), fep->hwp + FEC_IEVENT); in fec_restart() [all …]
|
H A D | fec.h | 601 void __iomem *hwp; member
|
/openbmc/linux/drivers/scsi/csiostor/ |
H 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), \
|
H 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 …]
|
H 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()
|
/openbmc/linux/drivers/clk/ |
H 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() 862 pll_status = pll_is_enabled(hwp); 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() 892 pll_status = pll_is_enabled(hwp); in odf_gate_enable() 895 pll_disable(hwp); in odf_gate_enable() 900 pll_enable(hwp); in odf_gate_enable() [all …]
|
H A D | clk.c | 4630 struct clk_hw **hwp; in devm_clk_hw_register() local 4633 hwp = devres_alloc(devm_clk_hw_unregister_cb, sizeof(*hwp), GFP_KERNEL); in devm_clk_hw_register() 4634 if (!hwp) in devm_clk_hw_register() 4639 *hwp = hw; in devm_clk_hw_register() 4640 devres_add(dev, hwp); in devm_clk_hw_register() 4642 devres_free(hwp); in devm_clk_hw_register()
|
H A D | clk-stm32mp1.c | 719 struct clk_hw *hwp; in clk_mmux_set_parent() local 726 hwp = clk_hw_get_parent(hw); in clk_mmux_set_parent() 730 clk_hw_reparent(clk_mmux->mmux->hws[n], hwp); in clk_mmux_set_parent()
|
/openbmc/linux/drivers/isdn/hardware/mISDN/ |
H 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);
|
/openbmc/linux/mm/ |
H A D | memory-failure.c | 766 struct hwpoison_walk *hwp) in check_hwpoisoned_pmd_entry() argument 775 if (pfn <= hwp->pfn && hwp->pfn < pfn + HPAGE_PMD_NR) { in check_hwpoisoned_pmd_entry() 776 hwpoison_vaddr = addr + ((hwp->pfn - pfn) << PAGE_SHIFT); in check_hwpoisoned_pmd_entry() 777 set_to_kill(&hwp->tk, hwpoison_vaddr, PAGE_SHIFT); in check_hwpoisoned_pmd_entry() 784 struct hwpoison_walk *hwp) in check_hwpoisoned_pmd_entry() argument 793 struct hwpoison_walk *hwp = walk->private; in hwpoison_pte_range() local 800 ret = check_hwpoisoned_pmd_entry(pmdp, addr, hwp); in hwpoison_pte_range() 812 hwp->pfn, &hwp->tk); in hwpoison_pte_range() 827 struct hwpoison_walk *hwp = walk->private; in hwpoison_hugetlb_range() local 832 hwp->pfn, &hwp->tk); in hwpoison_hugetlb_range()
|
/openbmc/openbmc/meta-openpower/recipes-bsp/ekb/ |
H A D | ekb_git.bb | 23 # Copying all required hwp's attributes xml file with respective directory structures
|
/openbmc/qemu/audio/ |
H A D | audio_template.h | 219 static void glue (audio_pcm_hw_gc_, TYPE) (HW **hwp) in glue() 221 HW *hw = *hwp; in glue() 233 *hwp = NULL; in glue()
|
/openbmc/linux/drivers/clk/stm32/ |
H A D | clk-stm32-core.c | 490 struct clk_hw *hwp = clk_hw_get_parent_by_index(hw, index); in clk_stm32_composite_set_parent() local 492 clk_hw_reparent(other_mux_hw, hwp); in clk_stm32_composite_set_parent()
|
/openbmc/linux/tools/arch/x86/kcpuid/ |
H A D | cpuid.csv | 133 6, 0, EAX, 7, hwp, HWP base register 265 0xD, 1, ECX, 16, hwp, HWP state
|
/openbmc/openbmc-tools/rootfs_size/ |
H A D | results.txt | 1184 0: /usr/share/mime/application/x-hwp.xml
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 8571 -rw-r--r-- root root 3437 ./usr/share/mime/application/x-hwp.xml
|
H A D | buildhistory_filelist1.txt | 8568 -rw-r--r-- root root 3437 ./usr/share/mime/application/x-hwp.xml
|