Lines Matching refs:match
62 match = pio_regex.match(reg)
63 if match and (field == func_name):
71 self._index = int(match.group(1))
72 port = int(match.group(2))
73 pin = int(match.group(3))
82 port = int(match.group(1))
83 pin = int(match.group(2))
86 elif match and field == 'MODE':
96 elif match and field == 'ASW' and not imx_rt:
101 elif match and field == 'ASW0' and not imx_rt:
106 elif match and field == 'ASW1' and not imx_rt:
111 elif match and field == 'AMENA' and imx_rt:
131 if re.match(r'^\d', self._name):