Home
last modified time | relevance | path

Searched refs:PORTGIO (Results 1 – 7 of 7) sorted by relevance

/arch/blackfin/mach-bf518/include/mach/
DdefBF51x_base.h504 #define PORTGIO 0xFFC01500 /* Port G I/O Pin State Specify Register */ macro
DcdefBF51x_base.h882 #define bfin_read_PORTGIO() bfin_read16(PORTGIO)
883 #define bfin_write_PORTGIO(val) bfin_write16(PORTGIO, val)
/arch/blackfin/mach-bf527/include/mach/
DdefBF52x_base.h504 #define PORTGIO 0xFFC01500 /* Port G I/O Pin State Specify Register */ macro
DcdefBF52x_base.h882 #define bfin_read_PORTGIO() bfin_read16(PORTGIO)
883 #define bfin_write_PORTGIO(val) bfin_write16(PORTGIO, val)
/arch/blackfin/kernel/
Dbfin_gpio.c74 (struct gpio_port_t *) PORTGIO,
/arch/blackfin/mach-bf537/include/mach/
DdefBF534.h479 #define PORTGIO 0xFFC01500 /* Port G I/O Pin State Specify Register … macro
DcdefBF534.h843 #define bfin_read_PORTGIO() bfin_read16(PORTGIO)
844 #define bfin_write_PORTGIO(val) bfin_write16(PORTGIO,val)