/openbmc/linux/arch/arm/boot/dts/renesas/ |
H A D | r7s9210-rza2mevb.dts | 12 * - Instead, SCIF2 is used as the serial console, by connecting a 3.3V TTL
|
/openbmc/linux/arch/arm/boot/dts/nxp/ls/ |
H A D | ls1021a-tsn.dts | 146 audio-codec@2a {
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun7i-a20-olimex-som204-evb.dts | 37 type = "a";
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | sun7i-a20-olimex-som204-evb.dts | 37 type = "a";
|
/openbmc/linux/arch/powerpc/boot/dts/fsl/ |
H A D | qoriq-sec5.3-0.dtsi | 85 rtic_a: rtic-a@0 {
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | cx88-cardlist.rst | 163 - 1461:000a
|
/openbmc/qemu/crypto/ |
H A D | rsakey-builtin.c.inc | 17 * You should have received a copy of the GNU Lesser General Public
|
/openbmc/openbmc/poky/meta/recipes-connectivity/bind/ |
H A D | bind_9.20.4.bb | 3 DESCRIPTION = "BIND 9 provides a full-featured Domain Name Server system"
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sc7180-trogdor-homestar.dtsi | 96 * getting in a bad state. This is the reason that the touchscreen
|
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | Makefile | 120 vmlinux-libs-$(CONFIG_EFI_STUB) += $(objtree)/drivers/firmware/efi/libstub/lib.a
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_receiver.c | 319 atomic_t *a = is_net ? &device->pp_in_use_by_net : &device->pp_in_use; in drbd_free_pages() local 335 i = atomic_sub_return(i, a); in drbd_free_pages() 2276 static bool seq_greater(u32 a, u32 b) in seq_greater() argument 2283 return (s32)a - (s32)b > 0; in seq_greater() 2286 static u32 seq_max(u32 a, u32 b) in seq_max() argument 2288 return seq_greater(a, b) ? a : b; in seq_max() 4050 const char *s, sector_t a, sector_t b) in warn_if_differ_considerably() argument 4053 if (a == 0 || b == 0) in warn_if_differ_considerably() 4055 d = (a > b) ? (a - b) : (b - a); in warn_if_differ_considerably() 4056 if (d > (a>>3) || d > (b>>3)) in warn_if_differ_considerably() [all …]
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 11 * Permission is hereby granted, free of charge, to any person obtaining a copy 380 /* test if a constant matches the constraint */ 403 * Used for subtraction, where a constant must be handled by ADDI. 830 /* Look for a single 20-bit section. */ 843 /* Look for a few high zero bits, with lots of bits set in the middle. */ 1100 /* If we have a negative constant such that negating it would 1134 * If the input regs overlap, this is a simple doubling 1243 * If we have a constant input, the most efficient way to implement 1514 * Note that constraints put 'ret' in a new register, so the 1688 /* We expect to use a 12-bit negative offset from ENV. */ [all …]
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_edid.c | 3249 bad_std_timing(u8 a, u8 b) in bad_std_timing() argument 3251 return (a == 0x00 && b == 0x00) || in bad_std_timing() 3252 (a == 0x01 && b == 0x01) || in bad_std_timing() 3253 (a == 0x20 && b == 0x20); in bad_std_timing() 5713 int a, v; in drm_av_sync_delay() local 5720 a = connector->audio_latency[i]; in drm_av_sync_delay() 5726 if (a == 255 || v == 255) in drm_av_sync_delay() 5733 if (a) in drm_av_sync_delay() 5734 a = min(2 * (a - 1), 500); in drm_av_sync_delay() 5738 return max(v - a, 0); in drm_av_sync_delay()
|
/openbmc/linux/drivers/scsi/ |
H A D | st.c | 71 #define DEB(a) a argument 72 #define DEBC(a) if (debugging) { a ; } argument 74 #define DEB(a) argument 75 #define DEBC(a) argument 313 #define st_printk(prefix, t, fmt, a...) \ argument 314 sdev_prefix_printk(prefix, (t)->device, (t)->name, fmt, ##a) 316 #define DEBC_printk(t, fmt, a...) \ argument 317 if (debugging) { st_printk(ST_DEB_MSG, t, fmt, ##a ); } 319 #define DEBC_printk(t, fmt, a...) argument
|
H A D | mesh.c | 213 static void dlog(struct mesh_state *ms, char *fmt, int a) in dlog() argument 226 tlp->d = a; in dlog() 291 static inline void dlog(struct mesh_state *ms, char *fmt, int a) in dlog() argument 300 #define MKWORD(a, b, c, d) (((a) << 24) + ((b) << 16) + ((c) << 8) + (d)) argument
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 13 * Permission is hereby granted, free of charge, to any person obtaining a copy 185 /* test if a constant matches the constraint */ 226 * complicated; a whopping stack machine is needed to stuff the fields, at 337 /* Loads a 32-bit immediate into rd, sign-extended. */ 446 * Note that there's a hole in between hi16 and lo12: 585 * If we have a constant input, the most efficient way to implement 974 /* We expect to use a 12-bit negative offset from ENV. */ 980 * In both cases, return a TCGLabelQemuLdst structure if the slow path 1192 /* Otherwise use a pair of LD/ST. */
|
/openbmc/linux/drivers/media/platform/allegro-dvt/ |
H A D | allegro-core.c | 3502 struct v4l2_streamparm *a) in allegro_g_parm() argument 3507 if (a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT) in allegro_g_parm() 3510 a->parm.output.capability = V4L2_CAP_TIMEPERFRAME; in allegro_g_parm() 3511 timeperframe = &a->parm.output.timeperframe; in allegro_g_parm() 3519 struct v4l2_streamparm *a) in allegro_s_parm() argument 3525 if (a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT) in allegro_s_parm() 3528 a->parm.output.capability = V4L2_CAP_TIMEPERFRAME; in allegro_s_parm() 3529 timeperframe = &a->parm.output.timeperframe; in allegro_s_parm() 3532 return allegro_g_parm(file, fh, a); in allegro_s_parm()
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am437x-l4.dtsi | 126 target-module@3000 { /* 0x44e03000, ap 10 0a.0 */ 694 target-module@22000 { /* 0x48022000, ap 8 0a.0 */ 859 target-module@3c000 { /* 0x4803c000, ap 16 2a.0 */ 997 target-module@48000 { /* 0x48048000, ap 26 1a.0 */ 1582 target-module@d0000 { /* 0x481d0000, ap 52 3a.0 */ 1772 target-module@2000 { /* 0x48302000, ap 58 4a.0 */ 2325 target-module@45000 { /* 0x48345000, ap 108 6a.0 */ 2495 target-module@c0000 { /* 0x483c0000, ap 127 7a.0 */ 2575 target-module@f2000 { /* 0x483f2000, ap 112 5a.0 */
|
/openbmc/linux/drivers/cxl/core/ |
H A D | region.c | 330 static umode_t cxl_region_visible(struct kobject *kobj, struct attribute *a, in cxl_region_visible() argument 340 if (a == &dev_attr_uuid.attr && cxlr->mode != CXL_DECODER_PMEM) in cxl_region_visible() 342 return a->mode; in cxl_region_visible() 1593 static int cmp_interleave_pos(const void *a, const void *b) in cmp_interleave_pos() argument 1595 struct cxl_endpoint_decoder *cxled_a = *(typeof(cxled_a) *)a; in cmp_interleave_pos() 2118 struct attribute *a, int n) in cxl_region_target_visible() argument 2125 return a->mode; in cxl_region_target_visible()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-xway.c | 63 #define MFP_XWAY(a, f0, f1, f2, f3) \ argument 65 .name = #a, \ 66 .pin = a, \ 75 #define GRP_MUX(a, m, p) \ argument 76 { .name = a, .mux = XWAY_MUX_##m, .pins = p, .npins = ARRAY_SIZE(p), }
|
/openbmc/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra30-asus-transformer-common.dtsi | 30 * The decompressor and also some bootloaders rely on a 1489 /* PMIC has a built-in 32KHz oscillator which is used by PMC */ 1702 * but it's a much more complex solution. The "skin" 1703 * zone exists as a simpler solution which prevents 1704 * Transformers from getting too hot from a user's
|
/openbmc/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_ctrl.c | 259 static int _tu_param_compare(s64 a, s64 b) in _tu_param_compare() argument 265 if (a == b) in _tu_param_compare() 270 a_sign = (a >> 32) & 0x80000000 ? 1 : 0; in _tu_param_compare() 280 if (a > b) in _tu_param_compare() 285 a_temp = drm_fixp_mul(a, minus_1); in _tu_param_compare()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-lock.c | 1445 static int compare_maps(struct lock_stat *a, struct lock_stat *b) in compare_maps() argument 1449 if (a->name && b->name) in compare_maps() 1450 ret = strcmp(a->name, b->name); in compare_maps() 1452 ret = !!a->name - !!b->name; in compare_maps() 1455 return a->addr < b->addr; in compare_maps()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | process.c | 779 static inline bool hw_brk_match(struct arch_hw_breakpoint *a, in hw_brk_match() argument 782 if (a->address != b->address) in hw_brk_match() 784 if (a->type != b->type) in hw_brk_match() 786 if (a->len != b->len) in hw_brk_match()
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 1420 void gen_add_sat_i64(DisasContext *ctx, TCGv_i64 ret, TCGv_i64 a, TCGv_i64 b) in gen_add_sat_i64() argument 1435 tcg_gen_add_i64(sum, a, b); in gen_add_sat_i64() 1436 tcg_gen_xor_i64(xor, a, b); in gen_add_sat_i64() 1443 tcg_gen_xor_i64(cond2, a, sum); in gen_add_sat_i64()
|