Lines Matching refs:sel
68 static void __init dove_mpp_cfg_nfc(int sel)
73 mpp_gen_cfg |= sel;
79 static void __init dove_mpp_cfg_au1(int sel)
91 if (!sel || sel == 0x2)
96 if (sel & 0x1) {
100 if (sel & 0x2) {
104 if (sel & 0x4) {
108 if (sel & 0x8)
117 /* Configure the group registers, enabling GPIO if sel indicates the
126 unsigned int sel = MPP_SEL(*mpp_grp_list);
134 mpp_ctrl4 |= sel << num;
136 gpio_mode = sel ? GPIO_OUTPUT_OK | GPIO_INPUT_OK : 0;