Searched refs:pin_func (Results 1 – 3 of 3) sorted by relevance
| /Linux-v4.19/arch/mips/alchemy/ |
| D | board-xxs1500.c | 81 u32 pin_func; in board_setup() local 91 pin_func = alchemy_rdsys(AU1000_SYS_PINFUNC) & ~SYS_PF_UR3; in board_setup() 92 pin_func |= SYS_PF_UR3; in board_setup() 93 alchemy_wrsys(pin_func, AU1000_SYS_PINFUNC); in board_setup()
|
| /Linux-v4.19/drivers/pinctrl/ |
| D | pinctrl-lantiq.c | 267 int i, pin, pin_func, ret; in ltq_pmx_set() local 282 pin_func = match_mux(&info->mfp[pin], pin_grp->mux); in ltq_pmx_set() 283 ret = info->apply_mux(pctrldev, pin, pin_func); in ltq_pmx_set() 287 pin_func, pin); in ltq_pmx_set() 300 int pin_func; in ltq_pmx_gpio_request_enable() local 307 pin_func = match_mux(&info->mfp[mfp], 0); in ltq_pmx_gpio_request_enable() 308 if (pin_func < 0) { in ltq_pmx_gpio_request_enable() 313 return info->apply_mux(pctrldev, mfp, pin_func); in ltq_pmx_gpio_request_enable()
|
| /Linux-v4.19/tools/testing/selftests/ptp/ |
| D | testptp.c | 178 int pin_index = -1, pin_func; in main() local 222 cnt = sscanf(optarg, "%d,%d", &pin_index, &pin_func); in main() 460 desc.func = pin_func; in main()
|