Lines Matching refs:args
111 args = parse_args()
112 utils = mex_utils.NxpMexUtil(args.mex_file)
125 zipfile.ZipFile(args.data_pack).extractall(temp_dir.name)
139 if not args.board_output:
140 args.board_output = f"{board_name.lower().replace('-', '_')}-pinctrl.dtsi"
143 if args.copyright:
150 if args.controller is None:
151 args.controller = processor_to_controller(processor_name)
155 if args.controller == "UNKNOWN":
162 if args.controller == 'IOMUX':
164 elif args.controller == 'IOCON':
166 elif args.controller == 'PORT':
172 cfg_util.write_pinctrl_groups(args.mex_file, args.board_output)