/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6qdl-gw5912.dtsi | 244 fan-controller@a {
|
H A D | imx6dl-b1x5pv2.dtsi | 299 codec: audio-codec@1a {
|
H A D | imx6q-prti6q.dts | 234 sgtl5000: audio-codec@a {
|
H A D | imx7s-warp.dts | 232 codec: sgtl5000@a {
|
/openbmc/linux/arch/csky/ |
H A D | Kconfig | 149 So we need a 16bit instruction as user space bkpt, and it will cause an illegal
|
/openbmc/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm-ns.dtsi | 17 chipcommon-a-bus@18000000 {
|
/openbmc/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_glbl.h | 13 int ql4xxx_lock_drvr_wait(struct scsi_qla_host *a);
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gxbb-odroidc2.dts | 168 type = "a";
|
/openbmc/linux/arch/arm64/boot/dts/apple/ |
H A D | t600x-common.dtsi | 366 * This is a fabulated representation of the input clock
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | kirkwood.dtsi | 36 /* If a board file needs to change this ranges it must replace it completely */
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos5250-smdk5250.dts | 298 wm8994: audio-codec@1a {
|
H A D | s5pv210-goni.dts | 356 touchscreen@4a {
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap4-epson-embt2ws.dts | 428 * which does not have a driver
|
/openbmc/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8026-samsung-matisse-wifi.dts | 264 touchscreen@4a {
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp-debix-model-a.dts | 17 compatible = "polyhex,imx8mp-debix-model-a", "polyhex,imx8mp-debix", "fsl,imx8mp";
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/state/ |
H A D | phosphor-state-manager-systemd-links.inc | 38 # currently that there is a 1-to-1 relationship between the two.
|
/openbmc/linux/tools/testing/selftests/net/openvswitch/ |
H A D | openvswitch.sh | 580 read a
|
/openbmc/obmc-console/ |
H A D | .clang-tidy | 210 HeaderFilterRegex: '^(test\/)?[a-zA-Z0-9]*\.h'
|
/openbmc/linux/drivers/firmware/ |
H A D | turris-mox-rwtm.c | 131 name##_show(struct kobject *kobj, struct kobj_attribute *a, \
|
/openbmc/openbmc/poky/meta/recipes-sato/webkit/ |
H A D | webkitgtk_2.44.1.bb | 15 file://0001-CMake-Add-a-variable-to-control-macro-__PAS_ALWAYS_I.patch \
|
/openbmc/openbmc/meta-google/recipes-google/ncsi/ |
H A D | gbmc-ncsi-config.bb | 1 SUMMARY = "Configures ncsi for a gBMC system"
|
/openbmc/linux/arch/mips/boot/dts/loongson/ |
H A D | ls7a-pch.dtsi | 255 pcie@a,0 {
|
/openbmc/linux/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 4431 u32 a = le32_to_cpu(le->addr); in sky2_debug_show() local 4439 seq_printf(seq, " %#x:", a); in sky2_debug_show() 4442 seq_printf(seq, " mtu=%d", a); in sky2_debug_show() 4448 seq_printf(seq, " csum=%#x", a); in sky2_debug_show() 4451 seq_printf(seq, " tso=%#x(%d)", a, le16_to_cpu(le->length)); in sky2_debug_show() 4454 seq_printf(seq, " %#x(%d)", a, le16_to_cpu(le->length)); in sky2_debug_show() 4457 seq_printf(seq, " frag=%#x(%d)", a, le16_to_cpu(le->length)); in sky2_debug_show() 4461 a, le16_to_cpu(le->length)); in sky2_debug_show()
|
/openbmc/linux/drivers/scsi/arcmsr/ |
H A D | arcmsr_hba.c | 3867 } a; in arcmsr_set_iop_datetime() member 3875 datetime.a.signature = 0x55AA; in arcmsr_set_iop_datetime() 3876 datetime.a.year = tm.tm_year - 100; /* base 2000 instead of 1900 */ in arcmsr_set_iop_datetime() 3877 datetime.a.month = tm.tm_mon; in arcmsr_set_iop_datetime() 3878 datetime.a.date = tm.tm_mday; in arcmsr_set_iop_datetime() 3879 datetime.a.hour = tm.tm_hour; in arcmsr_set_iop_datetime() 3880 datetime.a.minute = tm.tm_min; in arcmsr_set_iop_datetime() 3881 datetime.a.second = tm.tm_sec; in arcmsr_set_iop_datetime()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | cm.c | 590 static int be32_lt(__be32 a, __be32 b) in be32_lt() argument 592 return (__force u32) a < (__force u32) b; in be32_lt() 595 static int be32_gt(__be32 a, __be32 b) in be32_gt() argument 597 return (__force u32) a > (__force u32) b; in be32_gt() 600 static int be64_lt(__be64 a, __be64 b) in be64_lt() argument 602 return (__force u64) a < (__force u64) b; in be64_lt() 605 static int be64_gt(__be64 a, __be64 b) in be64_gt() argument 607 return (__force u64) a > (__force u64) b; in be64_gt()
|