Home
last modified time | relevance | path

Searched refs:lk (Results 1 – 4 of 4) sorted by relevance

/arch/arm/mach-omap1/
A Dclock.h22 struct clk_lookup lk; member
28 .lk = { \
A Dclock_data.c794 if (c->lk.clk_hw->init) { /* NULL if provider already registered */ in omap1_clk_init()
795 const struct clk_init_data *init = c->lk.clk_hw->init; in omap1_clk_init()
796 const char *name = c->lk.clk_hw->init->name; in omap1_clk_init()
799 err = clk_hw_register(NULL, c->lk.clk_hw); in omap1_clk_init()
803 c->lk.clk_hw->init = init; in omap1_clk_init()
808 clk_hw_register_clkdev(c->lk.clk_hw, c->lk.con_id, c->lk.dev_id); in omap1_clk_init()
/arch/sparc/kernel/
A Dchmc.c82 int lk; member
509 lower_bits |= bp->lk; /* What bits don't matter for matching? */ in chmc_bank_match()
641 bp->lk = (val & MEM_DECODE_LK) >> MEM_DECODE_LK_SHIFT; in chmc_interpret_one_decode_reg()
648 switch(bp->lk) { in chmc_interpret_one_decode_reg()
/arch/powerpc/xmon/
A Dppc-opc.c2342 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1)) argument
2363 #define BD15(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 0xf) << 22) | ((lk) & 1)) argument
2379 #define BD24(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 25) | ((lk) & 1)) argument
2383 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | ((((unsigned long)(bo)) & 0x1f) << 21)) argument
2397 #define BBOCB(op, bo, cb, aa, lk) \ argument
2411 #define C_LK(x, lk) (((((unsigned long)(x)) & 0x7fff) << 1) | ((lk) & 1)) argument
2494 #define SC(op, sa, lk) (OP (op) | ((((unsigned long)(sa)) & 1) << 1) | ((lk) & 1)) argument
2784 #define XLLK(op, xop, lk) (XL ((op), (xop)) | ((lk) & 1)) argument
2793 #define XLO(op, bo, xop, lk) \ argument
2799 #define XLYLK(op, xop, y, lk) (XLLK ((op), (xop), (lk)) | ((((unsigned long)(y)) & 1) << 21)) argument
[all …]

Completed in 33 milliseconds