Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 25 of 35) sorted by relevance

12

/linux/arch/mips/ath79/
A Dclock.c240 u32 bootstrap; in ar934x_clocks_init() local
245 bootstrap = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); in ar934x_clocks_init()
246 if (bootstrap & AR934X_BOOTSTRAP_REF_CLK_40) in ar934x_clocks_init()
358 u32 bootstrap; in qca953x_clocks_init() local
360 bootstrap = ath79_reset_rr(QCA953X_RESET_REG_BOOTSTRAP); in qca953x_clocks_init()
361 if (bootstrap & QCA953X_BOOTSTRAP_REF_CLK_40) in qca953x_clocks_init()
441 u32 bootstrap; in qca955x_clocks_init() local
443 bootstrap = ath79_reset_rr(QCA955X_RESET_REG_BOOTSTRAP); in qca955x_clocks_init()
444 if (bootstrap & QCA955X_BOOTSTRAP_REF_CLK_40) in qca955x_clocks_init()
524 u32 bootstrap; in qca956x_clocks_init() local
[all …]
/linux/arch/arm/boot/dts/
A Daks-cdu.dts68 bootstrap@0 {
69 label = "bootstrap";
A Dat91-kizboxmini-common.dtsi149 bootstrap@0 {
150 label = "bootstrap";
A Dat91-kizbox.dts145 bootstrap@0 {
146 label = "bootstrap";
A Dat91-kizbox2-common.dtsi215 bootstrap@0 {
216 label = "bootstrap";
A Dat91-kizbox3_common.dtsi131 bootstrap@0 {
132 label = "bootstrap";
A Dat91sam9m10g45ek.dts288 label = "bootstrap/uboot/kernel";
A Dat91-sama5d2_ptc_ek.dts87 label = "bootstrap";
/linux/drivers/gpu/drm/mga/
A Dmga_dma.c778 drm_mga_dma_bootstrap_t *bootstrap = data; in mga_dma_bootstrap() local
784 err = mga_do_dma_bootstrap(dev, bootstrap); in mga_dma_bootstrap()
791 bootstrap->texture_handle = dev_priv->agp_textures->offset; in mga_dma_bootstrap()
792 bootstrap->texture_size = dev_priv->agp_textures->size; in mga_dma_bootstrap()
794 bootstrap->texture_handle = 0; in mga_dma_bootstrap()
795 bootstrap->texture_size = 0; in mga_dma_bootstrap()
798 bootstrap->agp_mode = modes[bootstrap->agp_mode & 0x07]; in mga_dma_bootstrap()
/linux/tools/bpf/bpftool/
A DMakefile24 BOOTSTRAP_OUTPUT := $(_OUTPUT)/bootstrap/
72 $(call QUIET_CLEAN, libbpf-bootstrap)
171 bootstrap: $(BPFTOOL_BOOTSTRAP) target
272 .PHONY: all FORCE bootstrap clean install-bin install uninstall
A D.gitignore3 /bootstrap/
/linux/Documentation/devicetree/bindings/net/
A Dmediatek-bluetooth.txt59 enter proper bootstrap mode.
67 the device is powered up to enter proper bootstrap mode when
A Dethernet-phy.yaml99 e.g. wrong bootstrap configuration caused by issues in PCB
/linux/arch/xtensa/boot/boot-elf/
A DMakefile12 boot-y := bootstrap.o
/linux/arch/xtensa/boot/boot-redboot/
A DMakefile11 boot-y := bootstrap.o
/linux/Documentation/devicetree/bindings/display/bridge/
A Dtoshiba,tc358767.yaml23 i2c address of the bridge, 0x68 or 0x0f, depending on bootstrap pins
/linux/arch/mips/include/asm/mach-cavium-octeon/
A Dkernel-entry-init.h98 # All cores other than the master need to wait here for SMP bootstrap
/linux/arch/arm64/boot/dts/xilinx/
A Dzynqmp-sck-kv-g-revB.dts211 conf-bootstrap {
A Dzynqmp-sck-kv-g-revA.dts228 conf-bootstrap {
/linux/include/linux/netfilter/
A Dx_tables.h310 struct xt_table_info *bootstrap,
/linux/Documentation/process/
A Dcode-of-conduct-interpretation.rst155 staffing beyond the bootstrap period. This document will be updated
/linux/net/ipv4/netfilter/
A Darp_tables.c1509 struct xt_table_info bootstrap = {0}; in arpt_register_table() local
1526 new_table = xt_register_table(net, table, &bootstrap, newinfo); in arpt_register_table()
/linux/tools/perf/
A DMakefile.perf1050 BPFTOOL := $(SKEL_TMP_OUT)/bootstrap/bpftool
1055 OUTPUT=$(SKEL_TMP_OUT)/ bootstrap
/linux/fs/ntfs/
A Dlayout.h80 /*0x54*/u8 bootstrap[426]; /* Irrelevant (boot up code). */ member
/linux/net/ipv6/netfilter/
A Dip6_tables.c1735 struct xt_table_info bootstrap = {0}; in ip6t_register_table() local
1752 new_table = xt_register_table(net, table, &bootstrap, newinfo); in ip6t_register_table()

Completed in 55 milliseconds

12