Searched refs:pup (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/arm/mach-s3c/
H A Dgpio-samsung.c45 u32 pup; local
47 pup = __raw_readl(reg);
48 pup &= ~(3 << shift);
49 pup |= pull << shift;
50 __raw_writel(pup, reg);
60 u32 pup = __raw_readl(reg); local
62 pup >>= shift;
63 pup &= 0x3;
65 return (__force samsung_gpio_pull_t)pup;
/linux-master/arch/arm/mach-imx/
H A Dsrc.c102 u32 val, pup; local
110 ret = readl_relaxed_poll_timeout_atomic(gpc_base + reg, pup,
111 !(pup & BM_CPU_PGC_SW_PDN_PUP_REQ_CORE1_A7),
/linux-master/include/linux/
H A Dhp_sdc.h278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member in struct:__anon3
/linux-master/drivers/pmdomain/imx/
H A Dgpcv2.c272 u16 pup; member in struct:imx_pgc_regs
352 regmap_update_bits(domain->regmap, domain->regs->pup,
359 domain->regs->pup, reg_val,
549 .pup = GPC_PU_PGC_SW_PUP_REQ,
1209 .pup = IMX8MP_GPC_PU_PGC_SW_PUP_REQ,
/linux-master/drivers/input/serio/
H A Dhp_sdc.c258 if (hp_sdc.pup != NULL)
259 hp_sdc.pup(irq, dev_id, status, data);
842 hp_sdc.pup = NULL;

Completed in 260 milliseconds