/openbmc/linux/drivers/net/dsa/realtek/ |
H A D | rtl8366rb.c | 34 #define RTL8366RB_SGCR_MAX_LENGTH(a) ((a) << 4) argument 74 #define RTL8366RB_PMCR_SOURCE_PORT(a) (a) argument 76 #define RTL8366RB_PMCR_MONITOR_PORT(a) ((a) << 4) argument
|
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_8188f.c | 395 ofdmbase += priv->ofdm_tx_power_diff[0].a; in rtl8188f_set_tx_power() 404 mcsbase += priv->ht40_tx_power_diff[0].a; in rtl8188f_set_tx_power() 406 mcsbase += priv->ht20_tx_power_diff[0].a; in rtl8188f_set_tx_power() 747 priv->ofdm_tx_power_diff[0].a = efuse->tx_power_index_A.ht20_ofdm_1s_diff.a; in rtl8188fu_parse_efuse() 748 priv->ht20_tx_power_diff[0].a = efuse->tx_power_index_A.ht20_ofdm_1s_diff.b; in rtl8188fu_parse_efuse()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 483 /* No delay slot, so just process as a normal instruction */ 487 /* No delay slot, so just process as a normal instruction */ 491 /* No delay slot, so just process as a normal instruction */ 686 /* No delay slot, so just process as a normal instruction */ 700 /* No delay slot, so just process as a normal instruction */ 705 /* No delay slot, so just process as a normal instruction */
|
/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_gamma.c | 179 struct fixed31_32 a; in compute_hlg_eotf() local 187 a = dc_fixpt_from_fraction(17883277, 100000000); in compute_hlg_eotf() 197 x = dc_fixpt_div(x, a); in compute_hlg_eotf() 210 struct fixed31_32 a; in compute_hlg_oetf() local 218 a = dc_fixpt_from_fraction(17883277, 100000000); in compute_hlg_oetf() 232 x = dc_fixpt_mul(a, x); in compute_hlg_oetf() 882 struct fixed31_32 a = dc_fixpt_from_fraction(15, 10); in hermite_spline_eetf() local 895 a = dc_fixpt_div(dc_fixpt_add(dc_fixpt_one, b), max_content_pq); // (1+b)/maxContent in hermite_spline_eetf() 896 ks = dc_fixpt_sub(dc_fixpt_mul(a, max_lum_pq), b); // a * max_lum_pq - b in hermite_spline_eetf()
|
/openbmc/linux/drivers/staging/vc04_services/bcm2835-camera/ |
H A D | bcm2835-camera.c | 825 struct v4l2_framebuffer *a) in vidioc_g_fbuf() argument 834 a->capability = V4L2_FBUF_CAP_EXTERNOVERLAY | in vidioc_g_fbuf() 836 a->flags = V4L2_FBUF_FLAG_OVERLAY; in vidioc_g_fbuf() 837 a->fmt.width = preview_port->es.video.width; in vidioc_g_fbuf() 838 a->fmt.height = preview_port->es.video.height; in vidioc_g_fbuf() 839 a->fmt.pixelformat = V4L2_PIX_FMT_YUV420; in vidioc_g_fbuf() 840 a->fmt.bytesperline = preview_port->es.video.width; in vidioc_g_fbuf() 841 a->fmt.sizeimage = (preview_port->es.video.width * in vidioc_g_fbuf() 843 a->fmt.colorspace = V4L2_COLORSPACE_SMPTE170M; in vidioc_g_fbuf()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost.c | 1259 hwaddr s, l, a; in vhost_virtqueue_start() local 1270 a = virtio_queue_get_desc_addr(vdev, idx); in vhost_virtqueue_start() 1271 if (a == 0) { in vhost_virtqueue_start() 1300 vq->desc_phys = a; in vhost_virtqueue_start() 1301 vq->desc = vhost_memory_map(dev, a, &l, false); in vhost_virtqueue_start() 1307 vq->avail_phys = a = virtio_queue_get_avail_addr(vdev, idx); in vhost_virtqueue_start() 1308 vq->avail = vhost_memory_map(dev, a, &l, false); in vhost_virtqueue_start() 1314 vq->used_phys = a = virtio_queue_get_used_addr(vdev, idx); in vhost_virtqueue_start() 1315 vq->used = vhost_memory_map(dev, a, &l, true); in vhost_virtqueue_start()
|
/openbmc/linux/tools/perf/util/ |
H A D | sort.c | 2313 struct hist_entry *a, struct hist_entry *b) in __sort__hpp_cmp() argument 2318 return hse->se->se_cmp(a, b); in __sort__hpp_cmp() 2322 struct hist_entry *a, struct hist_entry *b) in __sort__hpp_collapse() argument 2329 return collapse_fn(a, b); in __sort__hpp_collapse() 2333 struct hist_entry *a, struct hist_entry *b) in __sort__hpp_sort() argument 2340 return sort_fn(a, b); in __sort__hpp_sort() 2381 if (!perf_hpp__is_sort_entry(a) || !perf_hpp__is_sort_entry(b)) in MK_SORT_ENTRY_CHK() 2384 hse_a = container_of(a, struct hpp_sort_entry, hpp); in MK_SORT_ENTRY_CHK() 2709 struct hist_entry *a, struct hist_entry *b) in __sort__hde_cmp() argument 2721 tep_read_number_field(field, a->raw_data, &dyn); in __sort__hde_cmp() [all …]
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | floppy.h | 111 #define CROSS_64KB(a,s) (0) argument
|
/openbmc/linux/drivers/usb/mtu3/ |
H A D | Kconfig | 18 Choose M here to compile this driver as a module, and it
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | 88pm860x.txt | 17 88pm860x consists of a large and varied group of sub-devices:
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
H A D | test.fuc | 4 * Permission is hereby granted, free of charge, to any person obtaining a
|
/openbmc/linux/Documentation/i2c/busses/ |
H A D | i2c-mlxcpld.rst | 54 For read transactions address is sent in a separate transaction and
|
H A D | i2c-ali1535.rst | 24 The M1535 is a South bridge for portable systems. It is very similar to the
|
/openbmc/linux/LICENSES/preferred/ |
H A D | BSD-2-Clause | 5 tag/value pair into a comment according to the placement guidelines in
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | truly,nt35597.txt | 3 The Truly NT35597 is a generic display driver, currently only configured
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | amlogic,meson8b-clkc.txt | 29 Similarly a preprocessor macro for each reset line is defined in
|
H A D | renesas,cpg-mstp-clocks.yaml | 16 This device tree binding describes a single 32 gate clocks group per node.
|
H A D | amlogic,axg-audio-clkc.txt | 14 - clocks : a list of phandle + clock-specifier pairs for the clocks listed
|
/openbmc/linux/drivers/cpufreq/ |
H A D | Kconfig.powerpc | 8 For details, take a look at <file:Documentation/cpu-freq/>.
|
/openbmc/linux/drivers/staging/sm750fb/ |
H A D | readme | 14 and use a 800x600 mode :
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | gr-udc.txt | 6 Note: In the ordinary environment for the core, a Leon SPARC system,
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | x_unimp.S | 7 | Invoked when the user program encounters a floating-point
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | davinci-evm-audio.txt | 9 Each entry is a pair of strings, the first being the connection's sink,
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-block-aoe | 29 commands waiting for a response. It will retry again after being
|
/openbmc/linux/Documentation/devicetree/bindings/iio/proximity/ |
H A D | parallax-ping.yaml | 38 on how to specify a consumer gpio.
|