/linux/drivers/pci/controller/dwc/ |
A D | pcie-intel-gw.c | 198 msleep(lpp->rst_intrvl); in intel_pcie_device_rst_deassert() 241 if (IS_ERR(lpp->phy)) { in intel_pcie_get_resources() 242 ret = PTR_ERR(lpp->phy); in intel_pcie_get_resources() 277 intel_pcie_wait_l2(lpp); in intel_pcie_turn_off() 292 ret = phy_init(lpp->phy); in intel_pcie_host_setup() 329 phy_exit(lpp->phy); in intel_pcie_host_setup() 340 phy_exit(lpp->phy); in __intel_pcie_remove() 364 phy_exit(lpp->phy); in intel_pcie_suspend_noirq() 410 lpp = devm_kzalloc(dev, sizeof(*lpp), GFP_KERNEL); in intel_pcie_probe() 411 if (!lpp) in intel_pcie_probe() [all …]
|
/linux/arch/nds32/kernel/ |
A D | stacktrace.c | 32 unsigned long lpp, fpp; in save_stack_trace_tsk() local 34 lpp = fpn[LP_OFFSET]; in save_stack_trace_tsk() 36 if (!__kernel_text_address(lpp)) in save_stack_trace_tsk() 39 lpp = ftrace_graph_ret_addr(tsk, &graph_idx, lpp, NULL); in save_stack_trace_tsk() 41 if (savesched || !in_sched_functions(lpp)) { in save_stack_trace_tsk() 45 trace->entries[trace->nr_entries++] = lpp; in save_stack_trace_tsk()
|
/linux/arch/powerpc/xmon/ |
A D | nonstdio.c | 26 void xmon_set_pagination_lpp(unsigned long lpp) in xmon_set_pagination_lpp() argument 28 paginate_lpp = lpp; in xmon_set_pagination_lpp()
|
A D | nonstdio.h | 4 extern void xmon_set_pagination_lpp(unsigned long lpp);
|
A D | xmon.c | 1034 unsigned long lpp; in set_lpp_cmd() local 1036 if (!scanhex(&lpp)) { in set_lpp_cmd() 1038 lpp = 0; in set_lpp_cmd() 1040 xmon_set_pagination_lpp(lpp); in set_lpp_cmd()
|
/linux/arch/s390/boot/ |
A D | startup.c | 45 S390_lowcore.lpp = LPP_MAGIC; in setup_lpp() 47 lpp(&S390_lowcore.lpp); in setup_lpp()
|
/linux/arch/s390/kernel/ |
A D | process.c | 73 lpp(&S390_lowcore.lpp); in arch_setup_new_exec()
|
A D | asm-offsets.c | 124 OFFSET(__LC_LPP, lowcore, lpp); in main()
|
A D | perf_cpum_sf.c | 991 lpp(&S390_lowcore.lpp); in cpumsf_pmu_enable()
|
A D | setup.c | 445 lc->lpp = LPP_MAGIC; in setup_lowcore_dat_off()
|
/linux/fs/xfs/libxfs/ |
A D | xfs_btree.c | 2321 lpp = xfs_btree_ptr_addr(cur, lrecs, left); in xfs_btree_lshift() 2329 xfs_btree_copy_ptrs(cur, lpp, rpp, 1); in xfs_btree_lshift() 2502 union xfs_btree_ptr *lpp; in xfs_btree_rshift() local 2506 lpp = xfs_btree_ptr_addr(cur, lrecs, left); in xfs_btree_rshift() 2525 xfs_btree_copy_ptrs(cur, rpp, lpp, 1); in xfs_btree_rshift() 2691 lpp = xfs_btree_ptr_addr(cur, src_index, left); in __xfs_btree_split() 2703 xfs_btree_copy_ptrs(cur, rpp, lpp, rrecs); in __xfs_btree_split() 3688 union xfs_btree_ptr *lpp; in xfs_btree_delrec() local 3691 lpp = xfs_btree_ptr_addr(cur, ptr + 1, block); in xfs_btree_delrec() 4048 lpp = xfs_btree_ptr_addr(cur, lrecs + 1, left); in xfs_btree_delrec() [all …]
|
/linux/drivers/gpu/drm/pl111/ |
A D | pl111_display.c | 132 u32 lpp, vsw, vfp, vbp; in pl111_display_enable() local 150 lpp = mode->vdisplay - 1; in pl111_display_enable() 162 writel(lpp | in pl111_display_enable()
|
/linux/fs/ubifs/ |
A D | lprops.c | 728 const struct ubifs_lprops *lpp; in ubifs_read_one_lp() local 732 lpp = ubifs_lpt_lookup(c, lnum); in ubifs_read_one_lp() 733 if (IS_ERR(lpp)) { in ubifs_read_one_lp() 734 err = PTR_ERR(lpp); in ubifs_read_one_lp() 740 memcpy(lp, lpp, sizeof(struct ubifs_lprops)); in ubifs_read_one_lp()
|
/linux/drivers/nvme/target/ |
A D | io-cmd-bdev.c | 16 const u32 lpp = ql->physical_block_size / ql->logical_block_size; in nvmet_bdev_set_limits() local 18 const __le16 lpp0b = to0based(lpp); in nvmet_bdev_set_limits()
|
/linux/arch/s390/include/asm/ |
A D | cpu_mf.h | 158 static inline void lpp(void *pp) in lpp() function
|
A D | lowcore.h | 140 __u32 lpp; /* 0x0398 */ member
|
/linux/arch/arm/boot/dts/ |
A D | tegra20-trimslice.dts | 143 "lhs", "lm0", "lm1", "lpp", "lpw0", 256 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
A D | tegra20-tamonten.dtsi | 134 "lhs", "lm0", "lm1", "lpp", "lpw0", 240 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
A D | tegra20-paz00.dts | 144 "lhs", "lm0", "lm1", "lpp", "lpw0", 254 "lm0", "lm1", "lpp", "lpw0", "lpw1",
|
A D | tegra20-ventana.dts | 158 "lhp1", "lhp2", "lhs", "lpp", "lpw0", 265 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
A D | tegra20-harmony.dts | 152 "lhs", "lm0", "lm1", "lpp", "lpw0", 258 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
A D | tegra20-seaboard.dts | 157 "lhp1", "lhp2", "lhs", "lpp", "lsc0", 266 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
A D | tegra20-acer-a500-picasso.dts | 199 "lhp1", "lhp2", "lhs", "lpp", "lsc0", 309 "lhp1", "lhp2", "lhs", "lm0", "lpp",
|
A D | tegra20-colibri.dtsi | 197 "lpp", "lvp1";
|
/linux/Documentation/devicetree/bindings/pinctrl/ |
A D | nvidia,tegra20-pinmux.txt | 79 ld14, ld15, ld16, ld17, ldc, ldi, lhp0, lhp1, lhp2, lhs, lm0, lm1, lpp,
|