Searched refs:pup (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-s3c/ |
H A D | gpio-samsung.c | 45 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() 113 u32 pup in s3c24xx_gpio_setpull_1() local 131 u32 pup = __raw_readl(reg); s3c24xx_gpio_getpull_1() local 1294 u32 pup = 0; s3c_gpio_getpull() local [all...] |
/kernel/linux/linux-6.6/arch/arm/mach-s3c/ |
H A D | gpio-samsung.c | 45 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()
|
/kernel/linux/linux-6.6/arch/arm/mach-imx/ |
H A D | src.c | 102 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()
|
/kernel/linux/linux-6.6/drivers/pmdomain/imx/ |
H A D | gpcv2.c | 272 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,
|
/kernel/linux/linux-5.10/drivers/input/serio/ |
H A D | hp_sdc.c | 258 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()
|
/kernel/linux/linux-6.6/drivers/input/serio/ |
H A D | hp_sdc.c | 258 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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | hp_sdc.h | 278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | hp_sdc.h | 278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member
|
Completed in 9 milliseconds