Lines Matching refs:mexfile
710 def _parse_mex_cfg(self, mexfile): argument
718 mex_xml = ET.parse(mexfile)
728 def write_pinctrl_groups(self, mexfile, outputfile): argument
743 pin_groups = self._parse_mex_cfg(mexfile)
791 def get_board_name(mexfile): argument
797 config_tree = ET.parse(mexfile)
799 return get_processor_name(mexfile) + '-board'
809 def get_processor_name(mexfile): argument
815 config_tree = ET.parse(mexfile)
829 def get_package_name(mexfile): argument
835 config_tree = ET.parse(mexfile)