Home
last modified time | relevance | path

Searched refs:UART1_IER_SET (Results 1 – 4 of 4) sorted by relevance

/arch/blackfin/mach-bf548/include/mach/
DdefBF54x_base.h955 #define UART1_IER_SET 0xffc02020 /* Interrupt Enable Register Set */ macro
DcdefBF54x_base.h1637 #define bfin_read_UART1_IER_SET() bfin_read16(UART1_IER_SET)
1638 #define bfin_write_UART1_IER_SET(val) bfin_write16(UART1_IER_SET, val)
/arch/blackfin/mach-bf609/include/mach/
DdefBF60x_base.h666 #define UART1_IER_SET 0xFFC02418 /* UART1 Interrupt Mask Set Register */ macro
DcdefBF60x_base.h99 #define bfin_read_UART1_IER_SET() bfin_read32(UART1_IER_SET)
100 #define bfin_write_UART1_IER_SET(val) bfin_write32(UART1_IER_SET, val)