Searched full:lp0 (Results 1 – 25 of 27) sorted by relevance
12
| /linux/arch/arm/mach-tegra/ |
| H A D | sleep-tegra20.S | 140 * Enters suspend in LP0 or LP1 by turning off the mmu and jumping to 267 * puts memory in self-refresh for LP0 and LP1 277 * In LP0 and LP1 all PLLs will be turned off. Switch the CPU and system clock 323 * executes from IRAM with SDRAM in selfrefresh when target state is LP0 or LP1
|
| H A D | sleep-tegra30.S | 37 #define PMC_CTRL_SIDE_EFFECT_LP0 (1 << 14) /* enter LP0 when CPU pwr gated */ 281 * Enters suspend in LP0 or LP1 by turning off the MMU and jumping to 295 * LP0 / LP1 use physical address, since the MMU needs to be 648 * puts memory in self-refresh for LP0 and LP1 658 * In LP0 and LP1 all PLLs will be turned off. Switching the CPU and System CLK 745 * executes from IRAM with SDRAM in selfrefresh when target state is LP0 or LP1
|
| H A D | pm.c | 261 * copy these code to IRAM before LP0/LP1 suspend and restore the content 343 [TEGRA_SUSPEND_LP0] = "LP0", 418 "self-refresh -- LP0/LP1 unavailable\n", in tegra_pm_init_suspend()
|
| H A D | reset-handler.S | 29 * an LP2 transition. Also branched to by LP0 and LP1 resume after
|
| /linux/Documentation/admin-guide/ |
| H A D | parport.rst | 221 Both the above examples would inform lp that you want ``/dev/lp0`` to be 226 name, so ``/dev/lp0`` was always the port at 0x3bc. This is no longer the 227 case - if you only have one port, it will default to being ``/dev/lp0``,
|
| H A D | serial-console.rst | 25 lp0 for the first parallel port
|
| H A D | devices.txt | 167 0 = /dev/lp0 Parallel printer on parport0 975 0 = /dev/pd_bdm0 PD BDM interface on lp0 978 4 = /dev/icd_bdm0 ICD BDM interface on lp0 2454 0 = /dev/usb/lp0 First USB printer
|
| /linux/arch/arm/include/asm/mach/ |
| H A D | arch.h | 40 unsigned char reserve_lp0 :1; /* never has lp0 */
|
| /linux/drivers/char/ |
| H A D | lp.c | 44 * lp=parport1,none,parport2 (bind lp0 to parport1, disable lp1 and 71 * lp0 0x3bc 77 * to lp0 regardless of its I/O address. If you need the old behaviour, you
|
| H A D | Kconfig | 68 option "console=lp0" to the kernel at boot time.
|
| /linux/arch/arm/kernel/ |
| H A D | setup.c | 209 #define lp0 io_res[0] macro 915 * possessing lp0, lp1 or lp2 in request_standard_resources() 918 request_resource(&ioport_resource, &lp0); in request_standard_resources()
|
| /linux/drivers/soc/tegra/ |
| H A D | regulators-tegra30.c | 372 * hardware for resuming from LP0. in tegra30_regulator_prepare_suspend()
|
| H A D | regulators-tegra20.c | 387 * hardware for resuming from LP0. in tegra20_regulator_prepare_suspend()
|
| H A D | pmc.c | 68 #define PMC_CNTRL_SIDE_EFFECT_LP0 BIT(14) /* LP0 when CPU pwr gated */ 375 * LP0 or SC7). Wakeup from other sleep states (such as LP1 or LP2) 412 * @lp0_vec_phys: physical base address of the LP0 warm boot code 413 * @lp0_vec_size: size of the LP0 warm boot code 1897 if (of_property_read_u32_array(np, "nvidia,lp0-vec", values, in tegra_pmc_parse_dt() 3352 "LP0" 3709 "LP0",
|
| /linux/drivers/scsi/isci/ |
| H A D | port_config.c | 153 * hardware. The SCU hardware allows for port configurations as follows. LP0
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra124-venice2.dts | 1196 vdd_3v3_lp0: regulator-lp0 {
|
| H A D | tegra124-jetson-tk1.dts | 1973 vdd_3v3_lp0: regulator-lp0 {
|
| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra132-norrin.dts | 1182 vdd_3v3_lp0: regulator-vdd-3v3-lp0 {
|
| /linux/drivers/interconnect/qcom/ |
| H A D | sm8750.c | 1082 .name = "LP0",
|
| H A D | sm8550.c | 1126 .name = "LP0",
|
| H A D | kaanapali.c | 1285 .name = "LP0",
|
| H A D | sm8650.c | 1489 .name = "LP0",
|
| H A D | x1e80100.c | 1356 .name = "LP0",
|
| H A D | glymur.c | 1734 .name = "LP0",
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_plane.c | 558 * down to LP0 and wait for vblank in order to make sure the in ilk_must_disable_cxsr()
|
12