Home
last modified time | relevance | path

Searched refs:CFG (Results 1 – 7 of 7) sorted by relevance

/u-boot/scripts/kconfig/
A Dmerge_config.sh122 for CFG in $CFG_LIST ; do
123 grep -q -w $CFG $TMP_FILE || continue
124 PREV_VAL=$(grep -w $CFG $TMP_FILE)
125 NEW_VAL=$(grep -w $CFG $MERGE_FILE)
127 echo Value of $CFG is redefined by fragment $MERGE_FILE:
132 echo Value of $CFG is redundant by fragment $MERGE_FILE:
134 sed -i "/$CFG[ =]/d" $TMP_FILE
163 for CFG in $(sed -n -e "$SED_CONFIG_EXP1" -e "$SED_CONFIG_EXP2" $TMP_FILE); do
165 REQUESTED_VAL=$(grep -w -e "$CFG" $TMP_FILE)
166 ACTUAL_VAL=$(grep -w -e "$CFG" "$KCONFIG_CONFIG")
[all …]
/u-boot/doc/develop/
A Dsystem_configuration.rst43 have the ``CFG`` prefix. While the ``CFG`` prefix is reserved for this build
62 usage of ``CFG`` prefixed macros. Both of these are used when it is either not
76 The ``CFG`` mechanism is implemented directly as C preprocessor values or
91 generated by an external tool should be ``CFG``, there will be cases where it's
94 should be done in driver model or ``CFG``. Let us discuss things to keep in mind
120 those cases we instead rely on the ``CFG`` mechanism. While it would be possible
128 ``CFG`` mechanism, the next decision is where to place these settings. It is
/u-boot/drivers/usb/gadget/
A Datmel_usba_udc.c254 usba_ep_writel(ep, CFG, ept_cfg); in usba_ep_enable()
264 (unsigned long)usba_ep_readl(ep, CFG)); in usba_ep_enable()
296 usba_ep_writel(ep, CFG, 0); in usba_ep_disable()
651 usba_ep_writel(ep, CFG, in do_test_mode()
656 if (!(usba_ep_readl(ep, CFG) & USBA_EPT_MAPPED)) { in do_test_mode()
667 usba_ep_writel(ep, CFG, in do_test_mode()
672 if (!(usba_ep_readl(ep, CFG) & USBA_EPT_MAPPED)) { in do_test_mode()
1138 usba_ep_writel(ep0, CFG, in usba_udc_irq()
1154 if (!(usba_ep_readl(ep0, CFG) & USBA_EPT_MAPPED)) in usba_udc_irq()
/u-boot/arch/arm/dts/
A Domap4460.dtsi92 /* Only some L4 CFG interconnect ranges are different on 4460 */
/u-boot/scripts/
A DMakefile.autoconf71 quiet_cmd_u_boot_cfg = CFG $@
/u-boot/arch/x86/include/asm/arch-apollolake/acpi/
A Dnorthbridge.asl84 /* Read C-Unit PCI CFG Reg. 0xBC for TOLUD (shadow from B-Unit) */
/u-boot/doc/device-tree-bindings/memory-controller/
A Dk3-j721e-ddrss.txt19 - an entry to TISCI DDR CFG device

Completed in 22 milliseconds