Searched refs:fn2 (Results 1 – 3 of 3) sorted by relevance
| /drivers/hwmon/ |
| A D | gxp-fan-ctrl.c | 20 void __iomem *fn2; member 53 val = readl(drvdata->fn2 + OFS_SEVSTAT); in fan_enabled() 109 reg = readl(drvdata->fn2 + OFS_SEVSTAT); in gxp_pwm_read() 221 drvdata->fn2 = devm_platform_ioremap_resource_byname(pdev, in gxp_fan_ctrl_probe() 223 if (IS_ERR(drvdata->fn2)) in gxp_fan_ctrl_probe() 224 return dev_err_probe(dev, PTR_ERR(drvdata->fn2), in gxp_fan_ctrl_probe()
|
| /drivers/pinctrl/nuvoton/ |
| A D | pinctrl-npcm7xx.c | 881 .fn2 = fn_ ## h, .reg2 = NPCM7XX_GCR_ ## i, .bit2 = j, \ 903 int fn2, reg2, bit2; member 1401 if (mode == fn_gpio || cfg->fn0 == mode || cfg->fn1 == mode || cfg->fn2 == mode) { in npcm7xx_setfunc() 1415 !!(cfg->fn2 == mode) ? in npcm7xx_setfunc()
|
| A D | pinctrl-npcm8xx.c | 1280 .fn2 = fn_ ## h, .reg2 = NPCM8XX_GCR_ ## i, .bit2 = j, \ 1304 int fn2, reg2, bit2; member 1812 cfg->fn2 == mode || cfg->fn3 == mode || cfg->fn4 == mode) { in npcm8xx_setfunc() 1826 (cfg->fn2 == mode) ? in npcm8xx_setfunc()
|
Completed in 18 milliseconds