Searched refs:cfg_pin (Results 1 – 4 of 4) sorted by relevance
17 void (*cfg_pin)(void); member
221 if (pdata->cfg_pin) in mcs5000_ts_probe()222 pdata->cfg_pin(); in mcs5000_ts_probe()
166 if (pdata->cfg_pin) in mcs_touchkey_probe()167 pdata->cfg_pin(); in mcs_touchkey_probe()
4329 u32 cfg_pin; in bnx2x_get_mod_abs_int_cfg() local4333 cfg_pin = (REG_RD(bp, shmem_base + in bnx2x_get_mod_abs_int_cfg()4345 if ((cfg_pin < PIN_CFG_GPIO0_P0) || in bnx2x_get_mod_abs_int_cfg()4346 (cfg_pin > PIN_CFG_GPIO3_P1)) { in bnx2x_get_mod_abs_int_cfg()4349 cfg_pin); in bnx2x_get_mod_abs_int_cfg()4353 *gpio_num = (cfg_pin - PIN_CFG_GPIO0_P0) & 0x3; in bnx2x_get_mod_abs_int_cfg()4354 *gpio_port = (cfg_pin - PIN_CFG_GPIO0_P0) >> 2; in bnx2x_get_mod_abs_int_cfg()4470 u32 cfg_pin; in bnx2x_sfp_e3_set_transmitter() local4473 cfg_pin = REG_RD(bp, params->shmem_base + in bnx2x_sfp_e3_set_transmitter()4481 bnx2x_set_cfg_pin(bp, cfg_pin, tx_en ^ 1); in bnx2x_sfp_e3_set_transmitter()[all …]