Home
last modified time | relevance | path

Searched refs:pup (Results 1 – 6 of 6) sorted by relevance

/linux-6.3-rc2/arch/arm/mach-s3c/
A Dgpio-samsung.c45 u32 pup; in samsung_gpio_setpull_updown() local
47 pup = __raw_readl(reg); in samsung_gpio_setpull_updown()
48 pup &= ~(3 << shift); in samsung_gpio_setpull_updown()
49 pup |= pull << shift; in samsung_gpio_setpull_updown()
50 __raw_writel(pup, reg); in samsung_gpio_setpull_updown()
60 u32 pup = __raw_readl(reg); in samsung_gpio_getpull_updown() local
62 pup >>= shift; in samsung_gpio_getpull_updown()
63 pup &= 0x3; in samsung_gpio_getpull_updown()
65 return (__force samsung_gpio_pull_t)pup; in samsung_gpio_getpull_updown()
/linux-6.3-rc2/arch/arm/mach-imx/
A Dsrc.c102 u32 val, pup; in imx_gpcv2_set_core1_pdn_pup_by_software() local
110 ret = readl_relaxed_poll_timeout_atomic(gpc_base + reg, pup, in imx_gpcv2_set_core1_pdn_pup_by_software()
111 !(pup & BM_CPU_PGC_SW_PDN_PUP_REQ_CORE1_A7), in imx_gpcv2_set_core1_pdn_pup_by_software()
/linux-6.3-rc2/drivers/soc/imx/
A Dgpcv2.c272 u16 pup; member
352 regmap_update_bits(domain->regmap, domain->regs->pup, in imx_pgc_power_up()
359 domain->regs->pup, reg_val, in imx_pgc_power_up()
549 .pup = GPC_PU_PGC_SW_PUP_REQ,
1209 .pup = IMX8MP_GPC_PU_PGC_SW_PUP_REQ,
/linux-6.3-rc2/include/linux/
A Dhp_sdc.h278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member
/linux-6.3-rc2/drivers/input/serio/
A Dhp_sdc.c258 if (hp_sdc.pup != NULL) in hp_sdc_isr()
259 hp_sdc.pup(irq, dev_id, status, data); in hp_sdc_isr()
842 hp_sdc.pup = NULL; in hp_sdc_init()
/linux-6.3-rc2/Documentation/admin-guide/
A Ddevices.txt650 38 = /dev/inet/pup
663 /dev/pup -> /dev/inet/pup

Completed in 25 milliseconds