Home
last modified time | relevance | path

Searched refs:arm (Results 1 – 25 of 28) sorted by relevance

12

/drivers/clk/imx/
Dclk-imx35.c38 unsigned char arm, ahb, sel; member
42 { .arm = 1, .ahb = 4, .sel = 0},
43 { .arm = 1, .ahb = 3, .sel = 1},
44 { .arm = 2, .ahb = 2, .sel = 0},
45 { .arm = 0, .ahb = 0, .sel = 0},
46 { .arm = 0, .ahb = 0, .sel = 0},
47 { .arm = 0, .ahb = 0, .sel = 0},
48 { .arm = 4, .ahb = 1, .sel = 0},
49 { .arm = 1, .ahb = 5, .sel = 0},
50 { .arm = 1, .ahb = 8, .sel = 0},
[all …]
/drivers/scsi/megaraid/
Dmegaraid_sas_fp.c143 u16 MR_ArPdGet(u32 ar, u32 arm, struct MR_DRV_RAID_MAP_ALL *map) in MR_ArPdGet() argument
145 return le16_to_cpu(map->raidMap.arMapInfo[ar].pd[arm]); in MR_ArPdGet()
697 u32 arm = 0; in get_arm() local
703 arm = mega_mod64(stripe, SPAN_ROW_SIZE(map, ld, span)); in get_arm()
707 arm = get_arm_from_strip(instance, ld, stripe, map); in get_arm()
708 if (arm != -1U) in get_arm()
709 arm *= 2; in get_arm()
713 return arm; in get_arm()
746 u32 logArm, rowMod, armQ, arm; in mr_spanset_get_phy_params() local
762 arm = armQ + 1 + logArm; in mr_spanset_get_phy_params()
[all …]
Dmegaraid_sas.h2026 u16 MR_ArPdGet(u32 ar, u32 arm, struct MR_DRV_RAID_MAP_ALL *map);
/drivers/firmware/efi/
DMakefile22 arm-obj-$(CONFIG_EFI) := arm-init.o arm-runtime.o
23 obj-$(CONFIG_ARM64) += $(arm-obj-y)
/drivers/iommu/
DMakefile6 obj-$(CONFIG_IOMMU_IO_PGTABLE_LPAE) += io-pgtable-arm.o
12 obj-$(CONFIG_ARM_SMMU) += arm-smmu.o
13 obj-$(CONFIG_ARM_SMMU_V3) += arm-smmu-v3.o
/drivers/firmware/efi/libstub/
DMakefile32 arm-deps := fdt_rw.c fdt_ro.c fdt_wip.c fdt.c fdt_empty_tree.c fdt_sw.c sort.c
37 lib-$(CONFIG_EFI_ARMSTUB) += arm-stub.o fdt.o string.o \
38 $(patsubst %.c,lib-%.o,$(arm-deps))
/drivers/bus/
DMakefile6 obj-$(CONFIG_ARM_CCI) += arm-cci.o
7 obj-$(CONFIG_ARM_CCN) += arm-ccn.o
/drivers/net/wireless/brcm80211/brcmfmac/
Dchip.c1245 struct brcmf_core *arm; in brcmf_chip_set_passive() local
1250 arm = brcmf_chip_get_core(pub, BCMA_CORE_ARM_CR4); in brcmf_chip_set_passive()
1251 if (arm) { in brcmf_chip_set_passive()
1255 arm = brcmf_chip_get_core(pub, BCMA_CORE_ARM_CA7); in brcmf_chip_set_passive()
1256 if (arm) { in brcmf_chip_set_passive()
1260 arm = brcmf_chip_get_core(pub, BCMA_CORE_ARM_CM3); in brcmf_chip_set_passive()
1261 if (arm) { in brcmf_chip_set_passive()
1270 struct brcmf_core *arm; in brcmf_chip_set_active() local
1275 arm = brcmf_chip_get_core(pub, BCMA_CORE_ARM_CR4); in brcmf_chip_set_active()
1276 if (arm) in brcmf_chip_set_active()
[all …]
/drivers/staging/rdma/ipath/
Dipath_intr.c260 u32 arm = dd->ib_arm; in handle_e_ibstatuschanged() local
315 if ((ibstate != arm && ibstate != active) && in handle_e_ibstatuschanged()
369 if (ibstate == init || ibstate == arm || ibstate == active) { in handle_e_ibstatuschanged()
371 if (ibstate == init || ibstate == arm) { in handle_e_ibstatuschanged()
376 if (ibstate == arm) { in handle_e_ibstatuschanged()
/drivers/cpuidle/
DMakefile20 obj-$(CONFIG_ARM_CPUIDLE) += cpuidle-arm.o
DKconfig33 source "drivers/cpuidle/Kconfig.arm"
/drivers/power/reset/
DMakefile15 obj-$(CONFIG_POWER_RESET_VERSATILE) += arm-versatile-reboot.o
/drivers/staging/nvec/
DREADME13 [1] e.g. http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=tree;f=arch/arm/mach-tegra/nvec;hb=an…
/drivers/misc/
DMakefile44 obj-$(CONFIG_ARM_CHARLCD) += arm-charlcd.o
/drivers/net/ethernet/mellanox/mlx5/core/
Deq.c188 static void eq_update_ci(struct mlx5_eq *eq, int arm) in eq_update_ci() argument
190 __be32 __iomem *addr = eq->doorbell + (arm ? 0 : 2); in eq_update_ci()
/drivers/tty/serial/
DMakefile9 obj-$(CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST) += earlycon-arm-semihost.o
/drivers/staging/comedi/drivers/
Dni_tio_internal.h241 int ni_tio_arm(struct ni_gpct *counter, int arm, unsigned start_trigger);
Dni_tio.c487 int ni_tio_arm(struct ni_gpct *counter, int arm, unsigned start_trigger) in ni_tio_arm() argument
493 if (arm) { in ni_tio_arm()
/drivers/scsi/
DMakefile149 obj-$(CONFIG_ARM) += arm/
/drivers/pinctrl/
DKconfig90 (x86 or arm).Most pins are usually muxed to some other
/drivers/cpufreq/
DKconfig.arm161 bool "Allow voltage scaling for S3C2416 arm core"
DKconfig274 source "drivers/cpufreq/Kconfig.arm"
/drivers/net/ethernet/emulex/benet/
Dbe.h831 void be_cq_notify(struct be_adapter *adapter, u16 qid, bool arm,
Dbe_main.c220 bool arm, bool clear_int, u16 num_popped, in be_eq_notify() argument
231 if (arm) in be_eq_notify()
241 void be_cq_notify(struct be_adapter *adapter, u16 qid, bool arm, u16 num_popped) in be_cq_notify() argument
252 if (arm) in be_cq_notify()
/drivers/infiniband/hw/ocrdma/
Docrdma_hw.c327 bool arm, bool clear_int, u16 num_eqe) in ocrdma_ring_eq_db() argument
333 if (arm) in ocrdma_ring_eq_db()

12