Home
last modified time | relevance | path

Searched refs:hw_base (Results 1 – 11 of 11) sorted by relevance

/drivers/thermal/intel/
A Dintel_pch_thermal.c84 void __iomem *hw_base; member
190 ptd->hw_base = pci_ioremap_bar(pdev, 0); in intel_pch_thermal_probe()
191 if (!ptd->hw_base) { in intel_pch_thermal_probe()
203 tsel = readb(ptd->hw_base + WPT_TSEL); in intel_pch_thermal_probe()
222 trip_temp = readw(ptd->hw_base + WPT_CTT); in intel_pch_thermal_probe()
229 trip_temp = readw(ptd->hw_base + WPT_PHL); in intel_pch_thermal_probe()
257 iounmap(ptd->hw_base); in intel_pch_thermal_probe()
271 iounmap(ptd->hw_base); in intel_pch_thermal_remove()
286 tsel = readb(ptd->hw_base + WPT_TSEL); in intel_pch_thermal_suspend_noirq()
287 writeb(tsel & 0xFE, ptd->hw_base + WPT_TSEL); in intel_pch_thermal_suspend_noirq()
[all …]
/drivers/media/platform/mediatek/vcodec/encoder/venc/
A Dvenc_vp8_if.c124 void __iomem *hw_base; member
136 return readl(inst->hw_base + addr); in vp8_enc_read_reg()
326 inst->hw_base = mtk_vcodec_get_reg_addr(inst->ctx->dev->reg_base, VENC_LT_SYS); in vp8_enc_init()
A Dvenc_h264_if.c213 void __iomem *hw_base; member
228 return readl(inst->hw_base + addr); in h264_read_reg()
602 inst->hw_base = mtk_vcodec_get_reg_addr(inst->ctx->dev->reg_base, VENC_SYS); in h264_enc_init()
/drivers/net/wireless/intel/iwlwifi/pcie/
A Ddrv.c1131 u8 __iomem *hw_base; in iwl_pci_probe() local
1155 hw_base = pcim_iomap(pdev, 0, 0); in iwl_pci_probe()
1156 if (!hw_base) { in iwl_pci_probe()
1162 hw_rev = readl(hw_base + CSR_HW_REV); in iwl_pci_probe()
1168 return iwl_pci_gen1_2_probe(pdev, ent, mac_cfg, hw_base, hw_rev); in iwl_pci_probe()
/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
A Dtrans.c1846 writeb(val, IWL_TRANS_GET_PCIE_TRANS(trans)->hw_base + ofs); in iwl_trans_pcie_write8()
1851 writel(val, IWL_TRANS_GET_PCIE_TRANS(trans)->hw_base + ofs); in iwl_trans_pcie_write32()
1856 return readl(IWL_TRANS_GET_PCIE_TRANS(trans)->hw_base + ofs); in iwl_trans_pcie_read32()
3715 struct iwl_trans_info *info, u8 __iomem *hw_base) in iwl_trans_pcie_alloc() argument
3735 trans_pcie->hw_base = hw_base; in iwl_trans_pcie_alloc()
4134 u8 __iomem *hw_base, u32 hw_rev) in iwl_pci_gen1_2_probe() argument
4145 iwl_trans = iwl_trans_pcie_alloc(pdev, mac_cfg, &info, hw_base); in iwl_pci_gen1_2_probe()
A Dinternal.h448 u8 __iomem *hw_base; member
1083 u8 __iomem *hw_base, u32 hw_rev);
/drivers/net/wireless/intel/iwlegacy/
A Dcommon.h1190 void __iomem *hw_base; member
1995 writeb(val, il->hw_base + ofs); in _il_write8()
2002 writel(val, il->hw_base + ofs); in _il_wr()
2008 return readl(il->hw_base + ofs); in _il_rd()
A D3945-mac.c3598 il->hw_base = pci_ioremap_bar(pdev, 0); in il3945_pci_probe()
3599 if (!il->hw_base) { in il3945_pci_probe()
3606 D_INFO("pci_resource_base = %p\n", il->hw_base); in il3945_pci_probe()
3725 iounmap(il->hw_base); in il3945_pci_probe()
3801 iounmap(il->hw_base); in il3945_pci_remove()
A D4965-mac.c6541 il->hw_base = pci_ioremap_bar(pdev, 0); in il4965_pci_probe()
6542 if (!il->hw_base) { in il4965_pci_probe()
6549 D_INFO("pci_resource_base = %p\n", il->hw_base); in il4965_pci_probe()
6675 iounmap(il->hw_base); in il4965_pci_probe()
6753 iounmap(il->hw_base); in il4965_pci_remove()
/drivers/net/wireless/intel/ipw2x00/
A Dipw2200.c329 writeb(val, ipw->hw_base + ofs); in _ipw_write8()
343 writew(val, ipw->hw_base + ofs); in _ipw_write16()
357 writel(val, ipw->hw_base + ofs); in _ipw_write32()
370 return readb(ipw->hw_base + ofs); in _ipw_read8()
383 return readl(ipw->hw_base + ofs); in _ipw_read32()
542 memcpy_toio((priv->hw_base + addr), buf, num); in ipw_write_direct()
11614 priv->hw_base = base; in ipw_pci_probe()
11709 iounmap(priv->hw_base); in ipw_pci_probe()
11791 iounmap(priv->hw_base); in ipw_pci_remove()
A Dipw2200.h1176 void __iomem *hw_base; member

Completed in 82 milliseconds