Lines Matching refs:sel
71 static void __init dove_mpp_cfg_nfc(int sel)
76 mpp_gen_cfg |= sel;
82 static void __init dove_mpp_cfg_au1(int sel)
94 if (!sel || sel == 0x2)
99 if (sel & 0x1) {
103 if (sel & 0x2) {
107 if (sel & 0x4) {
111 if (sel & 0x8)
120 /* Configure the group registers, enabling GPIO if sel indicates the
129 unsigned int sel = MPP_SEL(*mpp_grp_list);
137 mpp_ctrl4 |= sel << num;
139 gpio_mode = sel ? GPIO_OUTPUT_OK | GPIO_INPUT_OK : 0;