Home
last modified time | relevance | path

Searched refs:PPSR (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/video/backlight/
H A Djornada720_lcd.c26 return PPSR & PPC_LDD2 ? LCD_POWER_ON : LCD_POWER_OFF; in jornada_lcd_get_power()
75 PPSR &= ~PPC_LDD2; in jornada_lcd_set_power()
78 PPSR |= PPC_LDD2; in jornada_lcd_set_power()
H A Djornada720_bl.c27 if (!(PPSR & PPC_LDD1)) in jornada_bl_get_brightness()
61 PPSR &= ~PPC_LDD1; in jornada_bl_update_status()
66 PPSR |= PPC_LDD1; in jornada_bl_update_status()
/linux/arch/arm/mach-sa1100/
H A Dpm.c68 SAVE(PPSR); in sa11x0_pm_enter()
102 RESTORE(PPSR); in sa11x0_pm_enter()
H A Djornada720.c345 PPSR |= PPC_LDD7; in jornada720_set_vpp()
348 PPSR &= ~PPC_LDD7; in jornada720_set_vpp()
H A Dh3xxx.c278 PPSR &= ~(PPC_TXD4 | PPC_SCLK | PPC_SFRM); in h3xxx_map_io()
H A Dgeneric.c186 PPSR &= ~(PPC_TXD4 | PPC_SCLK | PPC_SFRM); in sa11x0_ppc_configure_mcp()
H A Dassabet.c550 PPSR |= PPC_TXD3 | PPC_TXD1; in assabet_init()
/linux/drivers/tty/serial/
H A Dsa1100.c620 PPSR |= PPC_TXD1 | PPC_TXD3; in sa1100_init_ports()
/linux/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h1284 #define PPSR __REG(0x90060004) /* PPC Pin State Reg. */ macro