/linux-2.6.39/drivers/platform/x86/ |
D | intel_ips.c | 239 #define thm_readb(off) readb(ips->regmap + (off)) 240 #define thm_readw(off) readw(ips->regmap + (off)) 241 #define thm_readl(off) readl(ips->regmap + (off)) 242 #define thm_readq(off) readq(ips->regmap + (off)) 244 #define thm_writeb(off, val) writeb((val), ips->regmap + (off)) 245 #define thm_writew(off, val) writew((val), ips->regmap + (off)) 246 #define thm_writel(off, val) writel((val), ips->regmap + (off)) 345 ips_gpu_turbo_enabled(struct ips_driver *ips); 356 static bool ips_cpu_busy(struct ips_driver *ips) in ips_cpu_busy() argument 374 static void ips_cpu_raise(struct ips_driver *ips) in ips_cpu_raise() argument [all …]
|
/linux-2.6.39/arch/arm/plat-s5p/ |
D | sysmmu.c | 60 static inline void set_sysmmu_active(sysmmu_ips ips) in set_sysmmu_active() argument 62 sysmmu_states |= 3 << (ips * 2); in set_sysmmu_active() 65 static inline void set_sysmmu_inactive(sysmmu_ips ips) in set_sysmmu_inactive() argument 67 sysmmu_states &= ~(3 << (ips * 2)); in set_sysmmu_inactive() 70 static inline int is_sysmmu_active(sysmmu_ips ips) in is_sysmmu_active() argument 72 return sysmmu_states & (3 << (ips * 2)); in is_sysmmu_active() 77 static inline void sysmmu_block(sysmmu_ips ips) in sysmmu_block() argument 79 __raw_writel(CTRL_BLOCK, sysmmusfrs[ips] + S5P_MMU_CTRL); in sysmmu_block() 80 dev_dbg(dev, "%s is blocked.\n", sysmmu_ips_name[ips]); in sysmmu_block() 83 static inline void sysmmu_unblock(sysmmu_ips ips) in sysmmu_unblock() argument [all …]
|
/linux-2.6.39/arch/arm/plat-s5p/include/plat/ |
D | sysmmu.h | 40 void s5p_sysmmu_enable(sysmmu_ips ips, unsigned long pgd); 49 void s5p_sysmmu_disable(sysmmu_ips ips); 60 void s5p_sysmmu_set_tablebase_pgd(sysmmu_ips ips, unsigned long pgd); 68 void s5p_sysmmu_tlb_invalidate(sysmmu_ips ips); 84 void s5p_sysmmu_set_fault_handler(sysmmu_ips ips, 89 #define s5p_sysmmu_enable(ips, pgd) do { } while (0) argument 90 #define s5p_sysmmu_disable(ips) do { } while (0) argument 91 #define s5p_sysmmu_set_tablebase_pgd(ips, pgd) do { } while (0) argument 92 #define s5p_sysmmu_tlb_invalidate(ips) do { } while (0) argument 93 #define s5p_sysmmu_set_fault_handler(ips, handler) do { } while (0) argument
|
/linux-2.6.39/arch/arm/mach-exynos4/ |
D | dev-sysmmu.c | 213 void sysmmu_clk_init(struct device *dev, sysmmu_ips ips) in sysmmu_clk_init() argument 215 sysmmu_clk[ips] = clk_get(dev, sysmmu_ips_name[ips]); in sysmmu_clk_init() 216 if (IS_ERR(sysmmu_clk[ips])) in sysmmu_clk_init() 217 sysmmu_clk[ips] = NULL; in sysmmu_clk_init() 219 clk_put(sysmmu_clk[ips]); in sysmmu_clk_init() 222 void sysmmu_clk_enable(sysmmu_ips ips) in sysmmu_clk_enable() argument 224 if (sysmmu_clk[ips]) in sysmmu_clk_enable() 225 clk_enable(sysmmu_clk[ips]); in sysmmu_clk_enable() 228 void sysmmu_clk_disable(sysmmu_ips ips) in sysmmu_clk_disable() argument 230 if (sysmmu_clk[ips]) in sysmmu_clk_disable() [all …]
|
/linux-2.6.39/arch/arm/mach-exynos4/include/mach/ |
D | sysmmu.h | 42 void sysmmu_clk_init(struct device *dev, sysmmu_ips ips); 43 void sysmmu_clk_enable(sysmmu_ips ips); 44 void sysmmu_clk_disable(sysmmu_ips ips);
|
/linux-2.6.39/tools/perf/ |
D | perf.h | 170 u64 ips[0]; member
|
D | design.txt | 390 * u64 ips[nr]; } && PERF_RECORD_CALLCHAIN
|
/linux-2.6.39/fs/xfs/ |
D | xfs_vnodeops.c | 1509 xfs_inode_t **ips, in xfs_lock_inodes() argument 1516 ASSERT(ips && (inodes >= 2)); /* we need at least two */ in xfs_lock_inodes() 1523 ASSERT(ips[i]); in xfs_lock_inodes() 1525 if (i && (ips[i] == ips[i-1])) /* Already locked */ in xfs_lock_inodes() 1536 lp = (xfs_log_item_t *)ips[j]->i_itemp; in xfs_lock_inodes() 1557 if (!xfs_ilock_nowait(ips[i], xfs_lock_inumorder(lock_mode, i))) { in xfs_lock_inodes() 1574 if ((j != (i - 1)) && ips[j] == in xfs_lock_inodes() 1575 ips[j+1]) in xfs_lock_inodes() 1578 xfs_iunlock(ips[j], lock_mode); in xfs_lock_inodes() 1592 xfs_ilock(ips[i], xfs_lock_inumorder(lock_mode, i)); in xfs_lock_inodes()
|
/linux-2.6.39/Documentation/scsi/ |
D | scsi-parameters.txt | 57 ips= [HW,SCSI] Adaptec / IBM ServeRAID controller 58 See header of drivers/scsi/ips.c.
|
D | 00-INDEX | 11 ChangeLog.ips
|
D | ChangeLog.ips | 34 4.72.01 - I/O Mapped Memory release ( so "insmod ips" does not Fail )
|
/linux-2.6.39/drivers/scsi/ |
D | Makefile | 76 obj-$(CONFIG_SCSI_IPS) += ips.o
|
D | ips.c | 199 static char *ips = NULL; variable 200 module_param(ips, charp, 0); 568 if (ips) in ips_detect() 569 ips_setup(ips); in ips_detect()
|
D | Kconfig | 961 module will be called ips.
|
/linux-2.6.39/net/iucv/ |
D | iucv.c | 1562 struct iucv_path_severed *ips = (void *) data; in iucv_path_severed() local 1563 struct iucv_path *path = iucv_path_table[ips->ippathid]; in iucv_path_severed() 1568 path->handler->path_severed(path, ips->ipuser); in iucv_path_severed()
|
/linux-2.6.39/arch/powerpc/boot/dts/ |
D | pdm360ng.dts | 138 bus-frequency = <66000000>; // 66 MHz ips bus
|
D | mpc5121ads.dts | 140 bus-frequency = <66000000>; // 66 MHz ips bus
|
/linux-2.6.39/tools/perf/util/ |
D | session.c | 239 u64 ip = chain->ips[i]; in perf_session__resolve_callchain() 652 i, sample->callchain->ips[i]); in callchain__printf()
|
/linux-2.6.39/drivers/staging/ath6kl/os/linux/ |
D | ar6000_pm.c | 173 ipCmd.ips[0] = ifa->ifa_local; in ar6000_wow_suspend()
|
/linux-2.6.39/drivers/staging/ath6kl/include/common/ |
D | wmi.h | 2730 u32 ips[MAX_IP_ADDRS]; /* IP in Network Byte Order */
|
/linux-2.6.39/drivers/staging/ath6kl/wmi/ |
D | wmi.c | 3715 if((*((u8 *)&ipCmd->ips[0]) >= 0xE0) || 3716 (*((u8 *)&ipCmd->ips[1]) >= 0xE0)) {
|
/linux-2.6.39/ |
D | MAINTAINERS | 3138 F: drivers/scsi/ips.* 3428 F: drivers/scsi/ips*
|