Searched refs:port_g_data_shadow (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/cris/arch-v10/kernel/
H A Dcrisksyms.c12 EXPORT_SYMBOL(port_g_data_shadow); variable
H A Dshadows.c9 unsigned long port_g_data_shadow; variable
H A Dhead.S452 move.d $r0,[port_g_data_shadow]
/linux-4.4.14/arch/cris/include/arch-v10/arch/
H A Dio.h7 extern unsigned long port_g_data_shadow;
/linux-4.4.14/arch/cris/arch-v10/drivers/
H A Dgpio.c532 *R_PORT_G_DATA = port_g_data_shadow |= (arg & dir_g_out_bits); gpio_ioctl()
544 *R_PORT_G_DATA = port_g_data_shadow &= ~((unsigned long)arg & dir_g_out_bits); gpio_ioctl()
664 val = port_g_data_shadow; gpio_ioctl()

Completed in 107 milliseconds