Searched refs:kpc (Results 1 – 12 of 12) sorted by relevance
344 unsigned long kpc = keypad_readl(KPC); in pxa27x_keypad_irq_handler() local348 if (kpc & KPC_DI) in pxa27x_keypad_irq_handler()351 if (kpc & KPC_MI) in pxa27x_keypad_irq_handler()361 unsigned long kpc = 0; in pxa27x_keypad_config() local365 kpc |= KPC_ASACT | KPC_MIE | KPC_ME | KPC_MS_ALL; in pxa27x_keypad_config()366 kpc |= KPC_MKRN(pdata->matrix_key_rows) | in pxa27x_keypad_config()374 kpc |= KPC_REE0; in pxa27x_keypad_config()380 kpc |= KPC_REE1; in pxa27x_keypad_config()390 kpc |= KPC_DE | KPC_DIE | KPC_DKN(direct_key_num); in pxa27x_keypad_config()392 keypad_writel(KPC, kpc | KPC_RE_ZERO_DEB); in pxa27x_keypad_config()
294 cregs->kpc = (unsigned long) &ret_from_kernel_thread; in copy_thread()317 cregs->kpc = (unsigned long) &hpux_child_return; in copy_thread()322 cregs->kpc = (unsigned long) &child_return; in copy_thread()335 return t->thread.regs.kpc; in thread_saved_pc()
146 DEFINE(TASK_PT_KPC, offsetof(struct task_struct, thread.regs.kpc)); in main()235 DEFINE(PT_KPC, offsetof(struct pt_regs, kpc)); in main()
378 r2->iaoq[0] = r->kpc; in unwind_frame_init_from_blocked_task()
428 regs->kpc = 0; in transfer_pim_to_trap_frame()
72 gdb_regs[GDB_PC] = t->kpc; in sleeping_thread_to_gdb_regs()73 gdb_regs[GDB_NPC] = t->kpc + 4; in sleeping_thread_to_gdb_regs()
330 return task_thread_info(tsk)->kpc; in thread_saved_pc()500 ti->kpc = (((unsigned long) ret_from_fork) - 0x8);
447 TI_KPC != offsetof(struct thread_info, kpc) ||
28 unsigned long kpc; member
41 unsigned long kpc; member
488 u32 kpc; /* (per * clk) */ local501 kpc = per * clk;503 kpc <<= 1;520 if (kpc > (div_10M[div] << 2)) {540 if (kpc >= (div_10M[div] << 2)) break;549 fak = (kpc - 1) / (div_10M[div] << 1) + 1 - 2;552 fak = (kpc - 1) / div_10M[div] + 1 - 4;
5433 u_long kpc; /* (per * clk) */ in ncr_getsync() local5447 kpc = per * clk; in ncr_getsync()5449 if (kpc >= (div_10M[div] << 2)) break; in ncr_getsync()5455 fak = (kpc - 1) / div_10M[div] + 1; in ncr_getsync()5468 fak2 = (kpc - 1) / div_10M[div-1] + 1; in ncr_getsync()