Home
last modified time | relevance | path

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

/linux/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()
62 pup >>= shift; in samsung_gpio_getpull_updown()
63 pup &= 0x3; in samsung_gpio_getpull_updown()
116 pup &= ~(1 << off); in s3c24xx_gpio_setpull_1()
118 pup |= (1 << off); in s3c24xx_gpio_setpull_1()
133 pup &= (1 << off); in s3c24xx_gpio_getpull_1()
[all …]
/linux/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/include/linux/
A Dhp_sdc.h278 hp_sdc_irqhook *timer, *reg, *hil, *pup, *cooked; member
/linux/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/Documentation/admin-guide/
A Ddevices.txt650 38 = /dev/inet/pup
663 /dev/pup -> /dev/inet/pup

Completed in 33 milliseconds