Searched refs:match2 (Results 1 – 3 of 3) sorted by relevance
79 match2 = pinctrl_line2_re.match(line) variable80 if match2:81 mux_reg = int(match2.group(1), 0)82 mux = int(match2.group(2), 0)83 daisy_reg = int(match2.group(3), 0)84 daisy = int(match2.group(4), 0)85 cfg_reg = int(match2.group(5), 0)
368 static inline void UART_EnableMatchAddress(UART_Type *base, bool match1, bool match2) in UART_EnableMatchAddress() argument380 if (match2) in UART_EnableMatchAddress()
487 static inline void LPUART_EnableMatchAddress(LPUART_Type *base, bool match1, bool match2) in LPUART_EnableMatchAddress() argument499 if (match2) in LPUART_EnableMatchAddress()