Lines Matching +full:wi +full:- +full:fi

1 // SPDX-License-Identifier: GPL-2.0+
11 * Copyright (C) 2011, Texas Instruments, Incorporated - http://www.ti.com/
52 return -ENODEV; in read_eeprom()
59 return -EIO; in read_eeprom()
65 return -EIO; in read_eeprom()
106 /* Wi-Fi power regulator enable - high = enabled */ in force_modules_running()
109 * Wait for Wi-Fi power regulator to reach a stable voltage in force_modules_running()
110 * (soft-start time, max. 350 µs) in force_modules_running()
114 /* Wi-Fi module reset - high = running */ in force_modules_running()
117 /* ZigBee reset - high = running */ in force_modules_running()
120 /* BidCos reset - high = running */ in force_modules_running()
124 /* Z-Wave reset - high = running */ in force_modules_running()
128 /* EnOcean reset - low = running */ in force_modules_running()
133 * Function which forces all installed modules into reset - to be released by
138 /* Wi-Fi module reset - low = reset */ in force_modules_reset()
141 /* Wi-Fi power regulator enable - low = disabled */ in force_modules_reset()
144 /* ZigBee reset - low = reset */ in force_modules_reset()
147 /* BidCos reset - low = reset */ in force_modules_reset()
151 /* Z-Wave reset - low = reset */ in force_modules_reset()
155 /* EnOcean reset - high = reset*/ in force_modules_reset()
170 #else /* All other SHCs starting with B2-Sample */ in leds_set_booting()
197 #else /* All other SHCs starting with B2-Sample */ in leds_set_failure()
226 #else /* All other SHCs starting with B2-Sample */ in leds_set_finish()
278 /* Bosch: Predivider must be fixed to 4, so N = 4-1 */
279 #define MPUPLL_N (4-1)
284 400, OSC-1, 1, -1, -1, -1, -1};
296 * Step size: 24 MHz OSC, N = 4 (fix) --> Fref = 6 MHz
297 * 600 MHz - 6 MHz (1x Fref) = 594 MHz
300 * --> Fmax = 594 MHz + 2.2 MHz = 596.2 MHz, lower than 600 MHz --> OK!
303 99, MPUPLL_N, 1, -1, -1, -1, -1};
318 sil_rev = readl(&cdev->deviceid) >> 28; in am33xx_spl_board_init()
330 * SHC-Default: 600 MHz in am33xx_spl_board_init()
444 gd->bd->bi_boot_params = CONFIG_SYS_SDRAM_BASE + 0x100; in board_init()