Lines Matching refs:msel
32 unsigned long msel, i; in fpgamgr_program_init() local
35 msel = readl(&fpgamgr_regs->stat); in fpgamgr_program_init()
36 msel &= FPGAMGRREGS_STAT_MSEL_MASK; in fpgamgr_program_init()
37 msel >>= FPGAMGRREGS_STAT_MSEL_LSB; in fpgamgr_program_init()
43 if (msel & 0x8) { in fpgamgr_program_init()
49 if ((msel & 0x3) == 0x0) in fpgamgr_program_init()
52 else if ((msel & 0x3) == 0x1) in fpgamgr_program_init()
55 else if ((msel & 0x3) == 0x2) in fpgamgr_program_init()
64 if ((msel & 0x3) == 0x0) in fpgamgr_program_init()
67 else if ((msel & 0x3) == 0x1) in fpgamgr_program_init()
70 else if ((msel & 0x3) == 0x2) in fpgamgr_program_init()