Lines Matching refs:match
50 match = iomuxc_re.match(line) variable
51 if match:
52 mux_reg = int(match.group(2), 0)
53 mux = int(match.group(3), 0)
54 daisy_reg = int(match.group(4), 0)
55 daisy = int(match.group(5), 0)
56 cfg_reg = int(match.group(6), 0)
59 ground_truth[(mux_reg, mux)] = (match.group(1), daisy_reg, daisy, cfg_reg)
76 match = pinctrl_line1_re.match(line) variable
77 if match:
79 match2 = pinctrl_line2_re.match(line)
86 name = match.group(1)