Searched refs:pin_func (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/mips/alchemy/ |
| H A D | board-xxs1500.c | 51 u32 pin_func; in board_setup() local 61 pin_func = alchemy_rdsys(AU1000_SYS_PINFUNC) & ~SYS_PF_UR3; in board_setup() 62 pin_func |= SYS_PF_UR3; in board_setup() 63 alchemy_wrsys(pin_func, AU1000_SYS_PINFUNC); in board_setup()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/ |
| H A D | pinctrl-lantiq.c | 264 int i, pin, pin_func, ret; in ltq_pmx_set() local 279 pin_func = match_mux(&info->mfp[pin], pin_grp->mux); in ltq_pmx_set() 280 ret = info->apply_mux(pctrldev, pin, pin_func); in ltq_pmx_set() 284 pin_func, pin); in ltq_pmx_set() 297 int pin_func; in ltq_pmx_gpio_request_enable() local 304 pin_func = match_mux(&info->mfp[mfp], 0); in ltq_pmx_gpio_request_enable() 305 if (pin_func < 0) { in ltq_pmx_gpio_request_enable() 310 return info->apply_mux(pctrldev, mfp, pin_func); in ltq_pmx_gpio_request_enable()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ptp/ |
| H A D | testptp.c | 176 int pin_index = -1, pin_func; in main() local 220 cnt = sscanf(optarg, "%d,%d", &pin_index, &pin_func); in main() 450 desc.func = pin_func; in main()
|
| /OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/ |
| H A D | au1x00_usb_ohci.c | 1455 u32 pin_func; in usb_lowlevel_init() local 1511 pin_func = au_readl(SYS_PINFUNC) & (u32)(~0x8080); in usb_lowlevel_init() 1513 au_writel(pin_func, SYS_PINFUNC); in usb_lowlevel_init()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_common.c | 1527 u32 pin_func = 0; in i40e_led_set() local 1530 pin_func = I40E_PIN_FUNC_SDP; in i40e_led_set() 1532 pin_func = I40E_PIN_FUNC_LED; in i40e_led_set() 1535 gpio_val |= ((pin_func << in i40e_led_set()
|