Home
last modified time | relevance | path

Searched full:default (Results 2326 – 2350 of 9919) sorted by relevance

1...<<919293949596979899100>>...397

/openbmc/openbmc-test-automation/lib/
H A Dipmi_client.py13 # Set default values for required IPMI options.
64 using default values.
74 # preference to the default value.
/openbmc/qemu/hw/misc/
H A Dallwinner-sid.c58 default: in allwinner_sid_read()
92 default: in allwinner_sid_write()
114 /* Set default values for registers */ in allwinner_sid_reset()
/openbmc/u-boot/arch/arm/dts/
H A Dast2500.dtsi157 pinctrl-names = "default";
167 pinctrl-names = "default";
482 pinctrl-names = "default";
498 pinctrl-names = "default";
514 pinctrl-names = "default";
530 pinctrl-names = "default";
546 pinctrl-names = "default";
562 pinctrl-names = "default";
578 pinctrl-names = "default";
594 pinctrl-names = "default";
[all …]
H A Dat91sam9260.dtsi776 pinctrl-names = "default";
789 pinctrl-names = "default";
802 pinctrl-names = "default";
815 pinctrl-names = "default";
828 pinctrl-names = "default";
841 pinctrl-names = "default";
854 pinctrl-names = "default";
865 pinctrl-names = "default";
897 pinctrl-names = "default";
907 pinctrl-names = "default";
[all …]
H A Darmada-xp-maxbcm.dts49 * internal registers to 0xf1000000 (instead of the default
50 * 0xd0000000). The 0xf1000000 is the default used by the recent,
77 * 8 GB of plug-in RAM modules by default.The amount
167 pinctrl-names = "default";
H A Drk3399-evb.dts120 default-brightness-level = <200>;
122 pinctrl-names = "default";
213 pinctrl-names = "default";
279 pinctrl-names = "default";
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dtinfoil.py319 disable it (default). Enabling this has a minor
375 to bitbake's -q/--quiet option. Default of 0 gives
573 mc: The multiconfig, default of '' uses the main configuration.
574 sort: True to sort recipes alphabetically (default), False otherwise
595 mc: The multiconfig, default of '' uses the main configuration.
597 BBCLASSEXTEND (default) or False to exclude them
621 mc: The multiconfig, default of '' uses the main configuration.
696 This is equivalent to bitbake -b, except with the default internal=True
706 of bitbake. Has built-in event handling which is enabled by default and
714 will be used. Default None.
[all …]
/openbmc/u-boot/drivers/ram/aspeed/
H A Dsdram_phy_ast2600.h14 * b'111 : 34 ohm (default)
24 * b'011 : 80 ohm (default)
42 * b'00 : 34 ohm (default)
62 * b'101 : 48 ohm (default)
72 * b'101 : 48 ohm (default)
77 * b'000 : Dynamic ODT off (default)
102 * b'1 : range 2 (default)
/openbmc/openbmc/poky/scripts/
H A Ddevtool44 def get(self, section, option, default=None): argument
48 if default is not None:
49 ret = default
188 f.write('\nNote that by default, if devtool fetches and unpacks source code, it\n')
217 # Default basepath
227 …parser.add_argument('--color', choices=['auto', 'always', 'never'], default='auto', help='Colorize…
233 parser.add_argument('-h', '--help', action='help', default=argparse.SUPPRESS,
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Ddevtool44 def get(self, section, option, default=None):
48 if default is not None:
49 ret = default
188 f.write('\nNote that by default, if devtool fetches and unpacks source code, it\n')
217 # Default basepath
227 parser.add_argument('--color', choices=['auto', 'always', 'never'], default='auto', help='Colorize output (where %(metavar)s is %(choices)s)', metavar='COLOR')
233 parser.add_argument('-h', '--help', action='help', default=argparse.SUPPRESS,
46 get(self, section, option, default=None) global() argument
/openbmc/ipmitool/lib/
H A Dipmi_main.c183 /* hook to run a default command if nothing specified */ in ipmi_cmd_run()
187 else if (strncmp(cmd->name, "default", 7) == 0) in ipmi_cmd_run()
202 if (strncmp(cmd->name, "default", 7) == 0) in ipmi_cmd_run()
221 lprintf(LOG_NOTICE, " -d N Specify a /dev/ipmiN device to use (default=0)"); in ipmi_option_usage()
224 lprintf(LOG_NOTICE, " -p port Remote RMCP port [default=623]"); in ipmi_option_usage()
238 …lprintf(LOG_NOTICE, " -L level Remote session privilege level [default=ADMINISTRATOR]"… in ipmi_option_usage()
252 …lprintf(LOG_NOTICE, " -N seconds Specify timeout for lan [default=2] / lanplus [default=… in ipmi_option_usage()
253 …G_NOTICE, " -R retry Set the number of retries for lan/lanplus interface [default=4]"); in ipmi_option_usage()
384 uint8_t lookupbit = 0x10; /* use name-only lookup by default */ in ipmi_main()
798 default: in ipmi_main()
[all …]
/openbmc/u-boot/drivers/clk/
H A Dclk_zynqmp.c240 default: in zynqmp_clk_get_register()
257 default: in zynqmp_clk_get_cpu_pll()
271 default: in zynqmp_clk_get_ddr_pll()
287 default: in zynqmp_clk_get_peripheral_pll()
303 default: in zynqmp_clk_get_wdt_pll()
331 default: in zynqmp_clk_get_pll_src()
589 default: in zynqmp_clk_get_rate()
605 default: in zynqmp_clk_set_rate()
/openbmc/u-boot/arch/arm/mach-imx/imx8/
H A Dcpu.c115 default: in print_bootinfo()
155 default: in get_boot_device()
185 default: in mmc_get_env_dev()
186 /* If not boot from sd/mmc, use default value */ in mmc_get_env_dev()
282 /* If error, set to the default value */ in dram_init()
356 /* If error, set to the default value */ in dram_init_banksize()
545 default: in get_imx8_type()
557 default: in get_imx8_rev()
/openbmc/u-boot/drivers/tpm/
H A Dtpm2_tis_sandbox.c120 default: in sandbox_tpm2_check_session()
127 default: in sandbox_tpm2_check_session()
204 default: in sandbox_tpm2_check_readyness()
312 default: in sandbox_tpm2_xfer()
328 default: in sandbox_tpm2_xfer()
400 default: in sandbox_tpm2_xfer()
463 default: in sandbox_tpm2_xfer()
603 default: in sandbox_tpm2_xfer()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py188 group.add_argument('-a', '--run-all-tests', default=False,
192 nargs='+', dest="run_tests", default=None,
196 action="store_true", default=False,
199 action="store_true", default=False,
202 action="store_true", default=False,
206 nargs='+', dest="skips", default=None,
227 action='append', default=None,
230 action='append', default=None,
/openbmc/u-boot/drivers/clk/rockchip/
H A Dclk_rk3399.c544 default: in rk3399_i2c_get_clk()
585 default: in rk3399_i2c_set_clk()
639 default: in rk3399_spi_get_clk()
664 default: in rk3399_spi_set_clk()
694 default: in rk3399_vop_set_clk()
737 default: in rk3399_mmc_get_clk()
758 /* Select clk_sdmmc source from GPLL by default */ in rk3399_mmc_set_clk()
796 default: in rk3399_mmc_set_clk()
857 default: in rk3399_ddr_set_clk()
933 default: in rk3399_clk_get_rate()
[all …]
/openbmc/qemu/docs/system/s390x/
H A Dvfio-ap.rst200 A set of default device drivers are also created to control each type of AP
220 range as 'usable by the default AP queue device drivers' or 'not usable by the
221 default device drivers' and thus available for use by the alternate device
230 0-255. If a bit is set, the APID is marked as usable only by the default AP
237 0-255. If a bit is set, the APQI is marked as usable only by the default AP
247 1, 2, 3, 4, 5, and 7-255 belong to the default drivers' pool, and 0 and 6
252 and APQIs marked as usable only by the default AP queue device drivers. If a
253 match is detected, only the default AP queue device drivers will be probed;
256 By default, the two masks are set to reserve all APQNs for use by the default
257 AP queue device drivers. There are two ways the default masks can be changed:
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/
H A Dbuildhistory.py93 Test default values for comparisson of git blob dictionaries
96 defaultmap = { x : ("default", "1") for x in ["PKG", "PKGE", "PKGV", "PKGR"]}
109 oldvalue = "default" if ("default" in x.oldvalue) else x.oldvalue
/openbmc/u-boot/drivers/video/
H A Dpwm_backlight.c20 * value going between the minimum (default 0) and the maximum (default 255).
31 * @default_level: Default level for the backlight (index or value)
206 index = dev_read_u32_default(dev, "default-brightness-level", 255); in pwm_backlight_ofdata_to_platdata()
/openbmc/u-boot/include/configs/
H A Dapf27.h102 * Default load address for user programs and kernel
124 "then env default env_version; " \
130 "env default flash_reset_env; "\
133 "flash_reset_env=env default -f -a; saveenv; run update_env;" \
H A Dmx28evk.h121 "mtdparts default; " \
131 "mtdparts default; " \
141 "mtdparts default; " \
155 "mtdparts default; " \
H A Dti_armv7_common.h28 * booting as the default is often used as the kernel load address.
34 * also be safe elsewhere. We have the default load at 32MB into DDR (for
90 * console baudrate of 115200 and use the default baud rate table.
132 * the default Linux kernel address of 0x80008000 to work with most sized
/openbmc/u-boot/cmd/
H A Dbmp.c98 case 1: /* use load_addr as default address */ in do_bmp_info()
104 default: in do_bmp_info()
119 case 1: /* use load_addr as default address */ in do_bmp_display()
136 default: in do_bmp_display()
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.7.rst91 - Debug split: The default debug split has been changed to create
97 target portion of the SDK by default, unless you have set your own
101 - Mount all using ``util-linux``: ``/etc/default/mountall`` has moved
116 package that pulls in all ``tzdata`` packages by default.
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Dbase.html13 <link rel="stylesheet" href="{% static 'css/default.css' %}" type='text/css'/>
82 <nav class="navbar navbar-default navbar-fixed-top">
133 …<a class="btn btn-default navbar-btn navbar-right" id="new-project-button" href="{% url 'newprojec…
135 …<a class="btn btn-default navbar-btn navbar-right" id="import_page" style="margin-right: 5px !impo…

1...<<919293949596979899100>>...397