Home
last modified time | relevance | path

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

/arch/arm/mach-omap1/
Dclock.h26 struct clk_lookup lk; member
32 .lk = { \
Dclock_data.c790 clk_preinit(c->lk.clk); in omap1_clk_init()
806 clkdev_add(&c->lk); in omap1_clk_init()
807 clk_register(c->lk.clk); in omap1_clk_init()
/arch/sparc/kernel/
Dchmc.c80 int lk; member
507 lower_bits |= bp->lk; /* What bits don't matter for matching? */ in chmc_bank_match()
639 bp->lk = (val & MEM_DECODE_LK) >> MEM_DECODE_LK_SHIFT; in chmc_interpret_one_decode_reg()
646 switch(bp->lk) { in chmc_interpret_one_decode_reg()
/arch/powerpc/xmon/
Dppc-opc.c1555 #define B(op, aa, lk) (OP (op) | ((((unsigned long)(aa)) & 1) << 1) | ((lk) & 1)) argument
1559 #define BBO(op, bo, aa, lk) (B ((op), (aa), (lk)) | ((((unsigned long)(bo)) & 0x1f) << 21)) argument
1573 #define BBOCB(op, bo, cb, aa, lk) \ argument
1574 (BBO ((op), (bo), (aa), (lk)) | ((((unsigned long)(cb)) & 0x3) << 16))
1640 #define SC(op, sa, lk) (OP (op) | ((((unsigned long)(sa)) & 1) << 1) | ((lk) & 1)) argument
1746 #define XLLK(op, xop, lk) (XL ((op), (xop)) | ((lk) & 1)) argument
1752 #define XLO(op, bo, xop, lk) \ argument
1753 (XLLK ((op), (xop), (lk)) | ((((unsigned long)(bo)) & 0x1f) << 21))
1758 #define XLYLK(op, xop, y, lk) (XLLK ((op), (xop), (lk)) | ((((unsigned long)(y)) & 1) << 21)) argument
1763 #define XLOCB(op, bo, cb, xop, lk) \ argument
[all …]