Lines Matching refs:msel
35 unsigned long msel, i; in fpgamgr_program_init() local
38 msel = readl(&fpgamgr_regs->stat); in fpgamgr_program_init()
39 msel &= FPGAMGRREGS_STAT_MSEL_MASK; in fpgamgr_program_init()
40 msel >>= FPGAMGRREGS_STAT_MSEL_LSB; in fpgamgr_program_init()
46 if (msel & 0x8) { in fpgamgr_program_init()
52 if ((msel & 0x3) == 0x0) in fpgamgr_program_init()
55 else if ((msel & 0x3) == 0x1) in fpgamgr_program_init()
58 else if ((msel & 0x3) == 0x2) in fpgamgr_program_init()
67 if ((msel & 0x3) == 0x0) in fpgamgr_program_init()
70 else if ((msel & 0x3) == 0x1) in fpgamgr_program_init()
73 else if ((msel & 0x3) == 0x2) in fpgamgr_program_init()