hw_base          1676 drivers/atm/firestream.c 	dev->hw_base = pci_resource_start(pci_dev, 0);
hw_base          1678 drivers/atm/firestream.c 	dev->base = ioremap(dev->hw_base, 0x1000);
hw_base           463 drivers/atm/firestream.h 	unsigned long hw_base;		/* mem base address */
hw_base           137 drivers/media/platform/mtk-vcodec/venc/venc_h264_if.c 	void __iomem *hw_base;
hw_base           150 drivers/media/platform/mtk-vcodec/venc/venc_h264_if.c 	return readl(inst->hw_base + addr);
hw_base           474 drivers/media/platform/mtk-vcodec/venc/venc_h264_if.c 	inst->hw_base = mtk_vcodec_get_reg_addr(inst->ctx, VENC_SYS);
hw_base           126 drivers/media/platform/mtk-vcodec/venc/venc_vp8_if.c 	void __iomem *hw_base;
hw_base           138 drivers/media/platform/mtk-vcodec/venc/venc_vp8_if.c 	return readl(inst->hw_base + addr);
hw_base           339 drivers/media/platform/mtk-vcodec/venc/venc_vp8_if.c 	inst->hw_base = mtk_vcodec_get_reg_addr(inst->ctx, VENC_LT_SYS);
hw_base           329 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	writeb(val, ipw->hw_base + ofs);
hw_base           343 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	writew(val, ipw->hw_base + ofs);
hw_base           357 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	writel(val, ipw->hw_base + ofs);
hw_base           370 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	return readb(ipw->hw_base + ofs);
hw_base           383 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	return readw(ipw->hw_base + ofs);
hw_base           396 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	return readl(ipw->hw_base + ofs);
hw_base           555 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	memcpy_toio((priv->hw_base + addr), buf, num);
hw_base          11664 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	priv->hw_base = base;
hw_base          11764 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	iounmap(priv->hw_base);
hw_base          11846 drivers/net/wireless/intel/ipw2x00/ipw2200.c 	iounmap(priv->hw_base);
hw_base          1179 drivers/net/wireless/intel/ipw2x00/ipw2200.h 	void __iomem *hw_base;
hw_base          3643 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	il->hw_base = pci_ioremap_bar(pdev, 0);
hw_base          3644 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	if (!il->hw_base) {
hw_base          3651 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	D_INFO("pci_resource_base = %p\n", il->hw_base);
hw_base          3766 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	iounmap(il->hw_base);
hw_base          3843 drivers/net/wireless/intel/iwlegacy/3945-mac.c 	iounmap(il->hw_base);
hw_base          6548 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	il->hw_base = pci_ioremap_bar(pdev, 0);
hw_base          6549 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	if (!il->hw_base) {
hw_base          6556 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	D_INFO("pci_resource_base = %p\n", il->hw_base);
hw_base          6678 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	iounmap(il->hw_base);
hw_base          6757 drivers/net/wireless/intel/iwlegacy/4965-mac.c 	iounmap(il->hw_base);
hw_base          1181 drivers/net/wireless/intel/iwlegacy/common.h 	void __iomem *hw_base;
hw_base          1986 drivers/net/wireless/intel/iwlegacy/common.h 	writeb(val, il->hw_base + ofs);
hw_base          1993 drivers/net/wireless/intel/iwlegacy/common.h 	writel(val, il->hw_base + ofs);
hw_base          1999 drivers/net/wireless/intel/iwlegacy/common.h 	return readl(il->hw_base + ofs);
hw_base           558 drivers/net/wireless/intel/iwlwifi/pcie/internal.h 	void __iomem *hw_base;
hw_base          1890 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 	writeb(val, IWL_TRANS_GET_PCIE_TRANS(trans)->hw_base + ofs);
hw_base          1895 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 	writel(val, IWL_TRANS_GET_PCIE_TRANS(trans)->hw_base + ofs);
hw_base          1900 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 	return readl(IWL_TRANS_GET_PCIE_TRANS(trans)->hw_base + ofs);
hw_base          3569 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 	trans_pcie->hw_base = pcim_iomap_table(pdev)[0];
hw_base          3570 drivers/net/wireless/intel/iwlwifi/pcie/trans.c 	if (!trans_pcie->hw_base) {
hw_base            58 drivers/thermal/intel/intel_pch_thermal.c 	void __iomem *hw_base;
hw_base           121 drivers/thermal/intel/intel_pch_thermal.c 	if (WPT_TSEL_ETS & readb(ptd->hw_base + WPT_TSEL)) {
hw_base           126 drivers/thermal/intel/intel_pch_thermal.c 	tsel = readb(ptd->hw_base + WPT_TSEL);
hw_base           136 drivers/thermal/intel/intel_pch_thermal.c 	writeb(tsel|WPT_TSEL_ETS, ptd->hw_base + WPT_TSEL);
hw_base           137 drivers/thermal/intel/intel_pch_thermal.c 	if (!(WPT_TSEL_ETS & readb(ptd->hw_base + WPT_TSEL))) {
hw_base           144 drivers/thermal/intel/intel_pch_thermal.c 	trip_temp = readw(ptd->hw_base + WPT_CTT);
hw_base           154 drivers/thermal/intel/intel_pch_thermal.c 	trip_temp = readw(ptd->hw_base + WPT_PHL);
hw_base           172 drivers/thermal/intel/intel_pch_thermal.c 	wpt_temp = WPT_TEMP_TSR & readw(ptd->hw_base + WPT_TEMP);
hw_base           187 drivers/thermal/intel/intel_pch_thermal.c 	tsel = readb(ptd->hw_base + WPT_TSEL);
hw_base           189 drivers/thermal/intel/intel_pch_thermal.c 	writeb(tsel & 0xFE, ptd->hw_base + WPT_TSEL);
hw_base           201 drivers/thermal/intel/intel_pch_thermal.c 	tsel = readb(ptd->hw_base + WPT_TSEL);
hw_base           203 drivers/thermal/intel/intel_pch_thermal.c 	writeb(tsel | WPT_TSEL_ETS, ptd->hw_base + WPT_TSEL);
hw_base           329 drivers/thermal/intel/intel_pch_thermal.c 	ptd->hw_base = pci_ioremap_bar(pdev, 0);
hw_base           330 drivers/thermal/intel/intel_pch_thermal.c 	if (!ptd->hw_base) {
hw_base           352 drivers/thermal/intel/intel_pch_thermal.c 	iounmap(ptd->hw_base);
hw_base           366 drivers/thermal/intel/intel_pch_thermal.c 	iounmap(ptd->hw_base);
hw_base           252 sound/core/pcm_lib.c 	snd_pcm_uframes_t old_hw_ptr, new_hw_ptr, hw_base;
hw_base           302 sound/core/pcm_lib.c 	hw_base = runtime->hw_ptr_base;
hw_base           303 sound/core/pcm_lib.c 	new_hw_ptr = hw_base + pos;
hw_base           312 sound/core/pcm_lib.c 				hw_base += runtime->buffer_size;
hw_base           313 sound/core/pcm_lib.c 				if (hw_base >= runtime->boundary) {
hw_base           314 sound/core/pcm_lib.c 					hw_base = 0;
hw_base           317 sound/core/pcm_lib.c 				new_hw_ptr = hw_base + pos;
hw_base           325 sound/core/pcm_lib.c 		hw_base += runtime->buffer_size;
hw_base           326 sound/core/pcm_lib.c 		if (hw_base >= runtime->boundary) {
hw_base           327 sound/core/pcm_lib.c 			hw_base = 0;
hw_base           330 sound/core/pcm_lib.c 		new_hw_ptr = hw_base + pos;
hw_base           350 sound/core/pcm_lib.c 			hw_base += runtime->buffer_size;
hw_base           351 sound/core/pcm_lib.c 			if (hw_base >= runtime->boundary) {
hw_base           352 sound/core/pcm_lib.c 				hw_base = 0;
hw_base           355 sound/core/pcm_lib.c 			new_hw_ptr = hw_base + pos;
hw_base           391 sound/core/pcm_lib.c 		hw_base = delta;
hw_base           407 sound/core/pcm_lib.c 			     ((hdelta * HZ) / runtime->rate), hw_base,
hw_base           412 sound/core/pcm_lib.c 		hw_base = new_hw_ptr - (new_hw_ptr % runtime->buffer_size);
hw_base           444 sound/core/pcm_lib.c 	runtime->hw_ptr_base = hw_base;
hw_base            92 sound/soc/mediatek/common/mtk-afe-platform-driver.c 	unsigned int hw_ptr = 0, hw_base = 0;
hw_base           102 sound/soc/mediatek/common/mtk-afe-platform-driver.c 	ret = regmap_read(regmap, reg_ofs_base, &hw_base);
hw_base           103 sound/soc/mediatek/common/mtk-afe-platform-driver.c 	if (ret || hw_base == 0) {
hw_base           109 sound/soc/mediatek/common/mtk-afe-platform-driver.c 	pcm_ptr_bytes = hw_ptr - hw_base;