Searched refs:pin_func (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/arch/mips/alchemy/ |
| D | board-xxs1500.c | 80 u32 pin_func; in board_setup() local 90 pin_func = alchemy_rdsys(AU1000_SYS_PINFUNC) & ~SYS_PF_UR3; in board_setup() 91 pin_func |= SYS_PF_UR3; in board_setup() 92 alchemy_wrsys(pin_func, AU1000_SYS_PINFUNC); in board_setup()
|
| /linux-4.4.14/drivers/pinctrl/ |
| D | pinctrl-lantiq.c | 266 int i, pin, pin_func, ret; in ltq_pmx_set() local 281 pin_func = match_mux(&info->mfp[pin], pin_grp->mux); in ltq_pmx_set() 282 ret = info->apply_mux(pctrldev, pin, pin_func); in ltq_pmx_set() 286 pin_func, pin); in ltq_pmx_set() 299 int pin_func; in ltq_pmx_gpio_request_enable() local 306 pin_func = match_mux(&info->mfp[mfp], 0); in ltq_pmx_gpio_request_enable() 307 if (pin_func < 0) { in ltq_pmx_gpio_request_enable() 312 return info->apply_mux(pctrldev, mfp, pin_func); in ltq_pmx_gpio_request_enable()
|
| /linux-4.4.14/Documentation/ptp/ |
| D | testptp.c | 179 int pin_index = -1, pin_func; in main() local 223 cnt = sscanf(optarg, "%d,%d", &pin_index, &pin_func); in main() 459 desc.func = pin_func; in main()
|