Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:lpc32xx
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/drivers/pwm/
H
A
D
pwm-lpc32xx.c
32
struct lpc32xx_pwm_chip *
lpc32xx
= to_lpc32xx_pwm_chip(chip);
in lpc32xx_pwm_config()
local
36
c = clk_get_rate(
lpc32xx
->clk);
in lpc32xx_pwm_config()
54
val = readl(
lpc32xx
->base);
in lpc32xx_pwm_config()
57
writel(val,
lpc32xx
->base);
in lpc32xx_pwm_config()
64
struct lpc32xx_pwm_chip *
lpc32xx
= to_lpc32xx_pwm_chip(chip);
in lpc32xx_pwm_enable()
local
68
ret = clk_prepare_enable(
lpc32xx
->clk);
in lpc32xx_pwm_enable()
72
val = readl(
lpc32xx
->base);
in lpc32xx_pwm_enable()
74
writel(val,
lpc32xx
->base);
in lpc32xx_pwm_enable()
81
struct lpc32xx_pwm_chip *
lpc32xx
= to_lpc32xx_pwm_chip(chip);
in lpc32xx_pwm_disable()
local
84
val = readl(
lpc32xx
in lpc32xx_pwm_disable()
100
struct
lpc32xx
_pwm_chip *
lpc32xx
;
lpc32xx_pwm_probe()
local
141
struct
lpc32xx
_pwm_chip *
lpc32xx
= platform_get_drvdata(pdev);
lpc32xx_pwm_remove()
local
[all...]
/kernel/linux/linux-6.6/drivers/pwm/
H
A
D
pwm-lpc32xx.c
32
struct lpc32xx_pwm_chip *
lpc32xx
= to_lpc32xx_pwm_chip(chip);
in lpc32xx_pwm_config()
local
36
c = clk_get_rate(
lpc32xx
->clk);
in lpc32xx_pwm_config()
54
val = readl(
lpc32xx
->base);
in lpc32xx_pwm_config()
57
writel(val,
lpc32xx
->base);
in lpc32xx_pwm_config()
64
struct lpc32xx_pwm_chip *
lpc32xx
= to_lpc32xx_pwm_chip(chip);
in lpc32xx_pwm_enable()
local
68
ret = clk_prepare_enable(
lpc32xx
->clk);
in lpc32xx_pwm_enable()
72
val = readl(
lpc32xx
->base);
in lpc32xx_pwm_enable()
74
writel(val,
lpc32xx
->base);
in lpc32xx_pwm_enable()
81
struct lpc32xx_pwm_chip *
lpc32xx
= to_lpc32xx_pwm_chip(chip);
in lpc32xx_pwm_disable()
local
84
val = readl(
lpc32xx
in lpc32xx_pwm_disable()
123
struct
lpc32xx
_pwm_chip *
lpc32xx
;
lpc32xx_pwm_probe()
local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-lpc32xx/
H
A
D
common.c
3
* arch/arm/mach-
lpc32xx
/common.c
11
#include <linux/soc/nxp/
lpc32xx
-misc.h>
16
#include "
lpc32xx
.h"
/kernel/linux/linux-6.6/arch/arm/mach-lpc32xx/
H
A
D
common.c
3
* arch/arm/mach-
lpc32xx
/common.c
11
#include <linux/soc/nxp/
lpc32xx
-misc.h>
16
#include "
lpc32xx
.h"
H
A
D
serial.c
3
* arch/arm/mach-
lpc32xx
/serial.c
18
#include <linux/soc/nxp/
lpc32xx
-misc.h>
20
#include "
lpc32xx
.h"
/kernel/linux/linux-5.10/arch/arm/
H
A
D
Makefile
190
machine-$(CONFIG_ARCH_LPC32XX) +=
lpc32xx
/kernel/linux/linux-6.6/arch/arm/
H
A
D
Makefile
192
machine-$(CONFIG_ARCH_LPC32XX) +=
lpc32xx
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
Makefile
86
obj-$(CONFIG_RTC_DRV_LPC32XX) += rtc-
lpc32xx
.o
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
Makefile
84
obj-$(CONFIG_RTC_DRV_LPC32XX) += rtc-
lpc32xx
.o
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
lpc32xx_hs.c
28
#include <linux/soc/nxp/
lpc32xx
-misc.h>
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
lpc32xx_hs.c
28
#include <linux/soc/nxp/
lpc32xx
-misc.h>
/kernel/linux/linux-5.10/drivers/net/ethernet/nxp/
H
A
D
lpc_eth.c
23
#include <linux/soc/nxp/
lpc32xx
-misc.h>
/kernel/linux/linux-6.6/drivers/net/ethernet/nxp/
H
A
D
lpc_eth.c
23
#include <linux/soc/nxp/
lpc32xx
-misc.h>
/kernel/linux/linux-5.10/drivers/clk/nxp/
H
A
D
clk-lpc32xx.c
12
#include <dt-bindings/clock/
lpc32xx
-clock.h>
/kernel/linux/linux-6.6/drivers/clk/nxp/
H
A
D
clk-lpc32xx.c
12
#include <dt-bindings/clock/
lpc32xx
-clock.h>
Completed in 14 milliseconds