Home
last modified time | relevance | path

Searched full:lp0 (Results 1 – 25 of 42) sorted by relevance

12

/kernel/linux/linux-4.19/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-pmc.txt33 0 (LP0): CPU + Core voltage off and DRAM in self-refresh
50 - nvidia,lp0-vec : <start length> Starting address and length of LP0 vector
51 The LP0 vector contains the warm boot code that is executed by AVP when
52 resuming from the LP0 state. The AVP (Audio-Video Processor) is an ARM7
96 nvidia,lp0-vec = <0xbdffd000 0x2000>;
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-pmc.yaml92 Mode 0 is for LP0, CPU + Core voltage off and DRAM in self-refresh
114 nvidia,lp0-vec:
117 <start length> Starting address and length of LP0 vector.
118 The LP0 vector contains the warm boot code that is executed
119 by AVP when resuming from the LP0 state.
/kernel/linux/linux-5.10/arch/arm/mach-tegra/
Dsleep-tegra20.S115 * Enters suspend in LP0 or LP1 by turning off the mmu and jumping to
242 * puts memory in self-refresh for LP0 and LP1
252 * In LP0 and LP1 all PLLs will be turned off. Switch the CPU and system clock
294 * executes from IRAM with SDRAM in selfrefresh when target state is LP0 or LP1
Dsleep-tegra30.S37 #define PMC_CTRL_SIDE_EFFECT_LP0 (1 << 14) /* enter LP0 when CPU pwr gated */
232 * Enters suspend in LP0 or LP1 by turning off the MMU and jumping to
246 * LP0 / LP1 use physical address, since the MMU needs to be
600 * puts memory in self-refresh for LP0 and LP1
610 * In LP0 and LP1 all PLLs will be turned off. Switching the CPU and System CLK
689 * executes from IRAM with SDRAM in selfrefresh when target state is LP0 or LP1
Dpm.c261 * 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_init_suspend()
Dreset-handler.S27 * an LP2 transition. Also branched to by LP0 and LP1 resume after
/kernel/linux/linux-4.19/arch/arm/mach-tegra/
Dpm.c232 * copy these code to IRAM before LP0/LP1 suspend and restore the content
314 [TEGRA_SUSPEND_LP0] = "LP0",
379 "self-refresh -- LP0/LP1 unavailable\n", in tegra_init_suspend()
Dsleep-tegra30.S49 #define PMC_CTRL_SIDE_EFFECT_LP0 (1 << 14) /* enter LP0 when CPU pwr gated */
241 * Enters suspend in LP0 or LP1 by turning off the MMU and jumping to
255 * LP0 / LP1 use physical address, since the MMU needs to be
602 * puts memory in self-refresh for LP0 and LP1
612 * In LP0 and LP1 all PLLs will be turned off. Switching the CPU and System CLK
683 * executes from IRAM with SDRAM in selfrefresh when target state is LP0 or LP1
Dsleep-tegra20.S231 * Enters suspend in LP0 or LP1 by turning off the mmu and jumping to
421 * puts memory in self-refresh for LP0 and LP1
431 * In LP0 and LP1 all PLLs will be turned off. Switch the CPU and system clock
473 * executes from IRAM with SDRAM in selfrefresh when target state is LP0 or LP1
Dreset-handler.S39 * an LP2 transition. Also branched to by LP0 and LP1 resume after
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dparport.rst221 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``,
Dserial-console.rst25 lp0 for the first parallel port
/kernel/linux/linux-4.19/Documentation/admin-guide/
Dparport.rst221 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``,
Dserial-console.rst25 lp0 for the first parallel port
/kernel/linux/linux-4.19/arch/arm/include/asm/mach/
Darch.h43 unsigned char reserve_lp0 :1; /* never has lp0 */
/kernel/linux/linux-5.10/arch/arm/include/asm/mach/
Darch.h40 unsigned char reserve_lp0 :1; /* never has lp0 */
/kernel/linux/linux-4.19/Documentation/usb/
Dgadget-testing.txt760 If udev is active, then e.g. /dev/usb/lp0 should appear.
767 # cat > /dev/usb/lp0
773 # cat /dev/usb/lp0
/kernel/linux/linux-5.10/drivers/char/
Dlp.c44 * 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
/kernel/linux/linux-4.19/drivers/char/
Dlp.c43 * lp=parport1,none,parport2 (bind lp0 to parport1, disable lp1 and
70 * lp0 0x3bc
76 * to lp0 regardless of its I/O address. If you need the old behaviour, you
/kernel/linux/linux-4.19/arch/arm/kernel/
Dsetup.c218 #define lp0 io_res[0] macro
902 * possessing lp0, lp1 or lp2 in request_standard_resources()
905 request_resource(&ioport_resource, &lp0); in request_standard_resources()
/kernel/linux/linux-5.10/drivers/soc/tegra/
Dpmc.c61 #define PMC_CNTRL_SIDE_EFFECT_LP0 BIT(14) /* LP0 when CPU pwr gated */
330 * LP0 or SC7). Wakeup from other sleep states (such as LP1 or LP2)
363 * @lp0_vec_phys: physical base address of the LP0 warm boot code
364 * @lp0_vec_size: size of the LP0 warm boot code
1645 if (of_property_read_u32_array(np, "nvidia,lp0-vec", values, in tegra_pmc_parse_dt()
2796 "LP0"
3084 "LP0",
/kernel/linux/linux-5.10/arch/arm/kernel/
Dsetup.c216 #define lp0 io_res[0] macro
914 * possessing lp0, lp1 or lp2 in request_standard_resources()
917 request_resource(&ioport_resource, &lp0); in request_standard_resources()
/kernel/linux/linux-5.10/Documentation/usb/
Dgadget-testing.rst868 If udev is active, then e.g. /dev/usb/lp0 should appear.
878 # cat > /dev/usb/lp0
886 # cat /dev/usb/lp0
/kernel/linux/linux-4.19/drivers/soc/tegra/
Dpmc.c52 #define PMC_CNTRL_SIDE_EFFECT_LP0 BIT(14) /* LP0 when CPU pwr gated */
189 * @lp0_vec_phys: physical base address of the LP0 warm boot code
190 * @lp0_vec_size: size of the LP0 warm boot code
1274 if (of_property_read_u32_array(np, "nvidia,lp0-vec", values, in tegra_pmc_parse_dt()
/kernel/linux/linux-4.19/arch/arm/mach-ebsa110/
Dio.c189 * f0000de0 - f0000dfc 378 - 37f lp0

12