Searched refs:GPSR (Results 1 – 19 of 19) sorted by relevance
63 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()250 …GPSR(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()
51 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()
77 GPSR(gpio) = GPIO_bit(gpio); in pxa_gpio_mode()428 GPSR(gpio) = saved_gplr[i]; in pxa_gpio_resume()
127 GPSR = GPIO_GPIO25; in jornada_ssp_end()137 GPSR = GPIO_GPIO25; in jornada_ssp_probe()185 GPSR = GPIO_GPIO25; in jornada_ssp_remove()
245 GPSR = GPIO_GPIO20; /* start gpio20 pin */ in jornada720_init()249 GPSR = GPIO_GPIO20; /* restart gpio20 */ in jornada720_init()
26 GPSR = GPIO_GPIO(offset); in sa1100_gpio_set()
96 GPSR = hw_led_state; in lart_leds_event()
81 GPSR = SHANNON_GPIO_CODEC_RESET; in shannon_map_io()
107 GPSR = hw_led_state; in hackkit_leds_event()
107 GPSR = gpio; in sa11x0_pm_enter()
106 GPSR = hw_led_state; in badge4_leds_event()
105 GPSR = hw_led_state; in cerf_leds_event()
213 GPSR = GPIO_GPIO16; in assabet_init()294 GPSR = 0x3fc; /* Write 0xFF to GPIO 9:2 */ in get_assabet_scr()
244 GPSR = BADGE4_GPIO_PCMEN5V; in badge4_set_5V()
162 GPSR = GPIO_H3600_COM_RTS; in h3600_uart_set_mctrl()336 GPSR = gpio; in h3100_control_egpio()
51 GPSR(gpio) = GPIO_bit(gpio); in gpio_set_value()
255 #define GPSR(x) (*((((x) & 0x7f) < 96) ? &_GPSR(x) : &GPSR3)) macro
43 GPSR = GPIO_GPIO(gpio); in gpio_set_value()
1140 #define GPSR __REG(0x90040008) /* GPIO Pin output Set Reg. */ macro