Searched refs:__LCR (Results 1 – 1 of 1) sorted by relevance
56 #define __LCR UART_LCR_REG(base) in am33xx_configure() macro59 __LCR |= 3; in am33xx_configure()64 __LCR &= ~(1<<2); in am33xx_configure()66 __LCR |= (1<<2); in am33xx_configure()69 __LCR &= ~(1<<3); in am33xx_configure()71 __LCR |= (1<<3); in am33xx_configure()73 __LCR |= (1<<7); in am33xx_configure()88 __LCR &= ~(1<<7); in am33xx_configure()93 #undef __LCR in am33xx_configure()
Completed in 8 milliseconds