Home
last modified time | relevance | path

Searched refs:GPSR (Results 1 – 19 of 19) sorted by relevance

/arch/arm/mach-pxa/
Dcorgi_ssp.c63 GPSR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); in corgi_ssp_ads7846_putget()
83 GPSR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); in corgi_ssp_ads7846_unlock()
129 GPSR(ssp_machinfo->cs_lcdcon) = GPIO_bit(ssp_machinfo->cs_lcdcon); in corgi_ssp_dac_put()
186 GPSR(ssp_machinfo->cs_max1111) = GPIO_bit(ssp_machinfo->cs_max1111); in corgi_ssp_max1111_get()
250GPSR(ssp_machinfo->cs_lcdcon) = GPIO_bit(ssp_machinfo->cs_lcdcon); /* High - Disable LCD Control/… in corgi_ssp_resume()
252 GPSR(ssp_machinfo->cs_max1111) = GPIO_bit(ssp_machinfo->cs_max1111); /* High - Disable MAX1111*/ in corgi_ssp_resume()
254 GPSR(ssp_machinfo->cs_ads7846) = GPIO_bit(ssp_machinfo->cs_ads7846); /* High - Disable ADS7846*/ in corgi_ssp_resume()
Dcorgi_pm.c51 GPSR(CORGI_GPIO_ADC_TEMP_ON) = GPIO_bit(CORGI_GPIO_ADC_TEMP_ON); in corgi_measure_temp()
61 GPSR(CORGI_GPIO_CHRG_UKN) = GPIO_bit(CORGI_GPIO_CHRG_UKN); in corgi_charge()
63 GPSR(CORGI_GPIO_CHRG_ON) = GPIO_bit(CORGI_GPIO_CHRG_ON); in corgi_charge()
75 GPSR(CORGI_GPIO_DISCHARGE_ON) = GPIO_bit(CORGI_GPIO_DISCHARGE_ON); in corgi_discharge()
Dgpio.c77 GPSR(gpio) = GPIO_bit(gpio); in pxa_gpio_mode()
428 GPSR(gpio) = saved_gplr[i]; in pxa_gpio_resume()
/arch/arm/mach-sa1100/
Djornada720_ssp.c127 GPSR = GPIO_GPIO25; in jornada_ssp_end()
137 GPSR = GPIO_GPIO25; in jornada_ssp_probe()
185 GPSR = GPIO_GPIO25; in jornada_ssp_remove()
Djornada720.c245 GPSR = GPIO_GPIO20; /* start gpio20 pin */ in jornada720_init()
249 GPSR = GPIO_GPIO20; /* restart gpio20 */ in jornada720_init()
Dgpio.c26 GPSR = GPIO_GPIO(offset); in sa1100_gpio_set()
Dleds-lart.c96 GPSR = hw_led_state; in lart_leds_event()
Dshannon.c81 GPSR = SHANNON_GPIO_CODEC_RESET; in shannon_map_io()
Dleds-hackkit.c107 GPSR = hw_led_state; in hackkit_leds_event()
Dpm.c107 GPSR = gpio; in sa11x0_pm_enter()
Dleds-badge4.c106 GPSR = hw_led_state; in badge4_leds_event()
Dleds-cerf.c105 GPSR = hw_led_state; in cerf_leds_event()
Dassabet.c213 GPSR = GPIO_GPIO16; in assabet_init()
294 GPSR = 0x3fc; /* Write 0xFF to GPIO 9:2 */ in get_assabet_scr()
Dbadge4.c244 GPSR = BADGE4_GPIO_PCMEN5V; in badge4_set_5V()
Dh3600.c162 GPSR = GPIO_H3600_COM_RTS; in h3600_uart_set_mctrl()
336 GPSR = gpio; in h3100_control_egpio()
/arch/arm/mach-pxa/include/mach/
Dgpio.h51 GPSR(gpio) = GPIO_bit(gpio); in gpio_set_value()
Dpxa-regs.h255 #define GPSR(x) (*((((x) & 0x7f) < 96) ? &_GPSR(x) : &GPSR3)) macro
/arch/arm/mach-sa1100/include/mach/
Dgpio.h43 GPSR = GPIO_GPIO(gpio); in gpio_set_value()
DSA-1100.h1140 #define GPSR __REG(0x90040008) /* GPIO Pin output Set Reg. */ macro