/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_format.h | 1121 #define XFS_AGINO_TO_INO(mp,a,i) \ argument 1122 (((xfs_ino_t)(a) << XFS_INO_AGINO_BITS(mp)) | (i)) 1163 #define XFS_RTMIN(a,b) ((a) < (b) ? (a) : (b)) argument 1164 #define XFS_RTMAX(a,b) ((a) > (b) ? (a) : (b)) argument
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_sel.robot | 56 # Added a delay for IPMI SEL to clear completely. 113 # Below example is a continuous line statement. 275 [Documentation] Verify Clear SEL for a reserve SEL ID after Cold Reset. 346 # Added a delay for IPMI SEL to clear completely. 364 [Documentation] Create a user defined tempearature sensor SEL. 366 # Create a SEL. 368 # a | 02/14/2020 | 01:16:58 | Temperature #0x17 | | Asserted 381 …# For example, when a first sel entry is added with IPMI raw command, the response will be "01 00".
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn32/ |
H A D | dcn32_clk_mgr.c | 884 static bool dcn32_are_clock_states_equal(struct dc_clocks *a, in dcn32_are_clock_states_equal() argument 887 if (a->dispclk_khz != b->dispclk_khz) in dcn32_are_clock_states_equal() 889 else if (a->dppclk_khz != b->dppclk_khz) in dcn32_are_clock_states_equal() 891 else if (a->dcfclk_khz != b->dcfclk_khz) in dcn32_are_clock_states_equal() 893 else if (a->dcfclk_deep_sleep_khz != b->dcfclk_deep_sleep_khz) in dcn32_are_clock_states_equal() 895 else if (a->dramclk_khz != b->dramclk_khz) in dcn32_are_clock_states_equal() 897 else if (a->p_state_change_support != b->p_state_change_support) in dcn32_are_clock_states_equal() 899 else if (a->fclk_p_state_change_support != b->fclk_p_state_change_support) in dcn32_are_clock_states_equal()
|
/openbmc/qemu/ |
H A D | meson.build | 435 # a compiler command-line flag. 460 # We need to check both a compile and a link, since some compiler 1249 vde_open(s, s, &a); 2919 __int128_t a; 2921 int main(void) { b = a; }''') 2925 __int128_t a; 2928 a = a + b; 2929 b = a * b; 2930 a = a * a; 3019 unsigned a, b, c, d; [all …]
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
H A D | README.soc | 161 DDR, SerDes, and USB clocks from a single external crystal and internal 255 a) Four 64-bit ARM v8 Cortex-A72 CPUs 258 a) No AIOP 264 a) Four 64-bit ARM v8 Cortex-A72 CPUs 274 a) Four 64-bit ARM v8 Cortex-A72 CPUs 327 a) Twelve 64-bit ARM v8 Cortex-A72 CPUs 330 a) Eight 64-bit ARM v8 Cortex-A72 CPUs
|
/openbmc/linux/drivers/media/platform/renesas/rcar-vin/ |
H A D | rcar-v4l2.c | 662 static int rvin_querystd(struct file *file, void *priv, v4l2_std_id *a) in rvin_querystd() argument 667 return v4l2_subdev_call(sd, video, querystd, a); in rvin_querystd() 670 static int rvin_s_std(struct file *file, void *priv, v4l2_std_id a) in rvin_s_std() argument 675 ret = v4l2_subdev_call(vin_to_source(vin), video, s_std, a); in rvin_s_std() 679 vin->std = a; in rvin_s_std() 685 static int rvin_g_std(struct file *file, void *priv, v4l2_std_id *a) in rvin_g_std() argument 692 *a = vin->std; in rvin_g_std()
|
/openbmc/linux/Documentation/devicetree/bindings/iommu/ |
H A D | arm,smmu.yaml | 23 pattern: "^iommu@[0-9a-f]*" 162 See Documentation/devicetree/bindings/iommu/iommu.txt for details. With a 163 value of 1, each IOMMU specifier represents a distinct stream ID emitted 166 SMMUs with stream matching support and complex masters may use a value of 180 context bank. In the case of a single, combined interrupt, it must be 202 specifies a mask of bits to ignore when matching stream IDs (e.g. this may 225 The memory controller needs to be programmed with a mapping of memory
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn314/ |
H A D | dcn314_clk_mgr.c | 324 bool dcn314_are_clock_states_equal(struct dc_clocks *a, in dcn314_are_clock_states_equal() argument 327 if (a->dispclk_khz != b->dispclk_khz) in dcn314_are_clock_states_equal() 329 else if (a->dppclk_khz != b->dppclk_khz) in dcn314_are_clock_states_equal() 331 else if (a->dcfclk_khz != b->dcfclk_khz) in dcn314_are_clock_states_equal() 333 else if (a->dcfclk_deep_sleep_khz != b->dcfclk_deep_sleep_khz) in dcn314_are_clock_states_equal() 335 else if (a->zstate_support != b->zstate_support) in dcn314_are_clock_states_equal() 337 else if (a->dtbclk_en != b->dtbclk_en) in dcn314_are_clock_states_equal()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | open_power_utils.robot | 18 [Documentation] Get the OCC objects and return as a list. 54 [Documentation] Count the occurrence number of a given object. 267 Pdbg -a putmem 0x300000f8 < /tmp/deadbeef 279 # occ_target Target a valid given OCC number 0,1, etc. 298 # occ_target Target a valid given OCC number 0,1, etc. 409 ... which makes it write a /tmp/fan_control_dump.json file. 415 # This command will force a fan_control_dump.json file in temp path and
|
/openbmc/linux/drivers/net/ppp/ |
H A D | pppoe.c | 125 static inline int cmp_2_addr(struct pppoe_addr *a, struct pppoe_addr *b) in cmp_2_addr() argument 127 return a->sid == b->sid && ether_addr_equal(a->remote, b->remote); in cmp_2_addr() 130 static inline int cmp_addr(struct pppoe_addr *a, __be16 sid, char *addr) in cmp_addr() argument 132 return a->sid == sid && ether_addr_equal(a->remote, addr); in cmp_addr() 136 #error 8 must be a multiple of PPPOE_HASH_BITS
|
/openbmc/linux/sound/pci/hda/ |
H A D | Kconfig | 26 To compile this driver as a module, choose M here: the module 42 To compile this driver as a module, choose M here: the module 51 Say Y here to build a hwdep interface for HD-audio driver. 71 Say Y here to build a digital beep interface for HD-audio 89 Say Y here to allow the HD-audio driver to load a pseudo 349 a continuous clock and a valid but silent data stream to
|
/openbmc/qemu/hw/net/ |
H A D | tulip.c | 953 eeprom[10] = cpu_to_le16(s->c.macaddr.a[0] | (s->c.macaddr.a[1] << 8)); in tulip_fill_eeprom() 954 eeprom[11] = cpu_to_le16(s->c.macaddr.a[2] | (s->c.macaddr.a[3] << 8)); in tulip_fill_eeprom() 955 eeprom[12] = cpu_to_le16(s->c.macaddr.a[4] | (s->c.macaddr.a[5] << 8)); in tulip_fill_eeprom() 988 qemu_format_nic_info_str(qemu_get_queue(s->nic), s->c.macaddr.a); in pci_tulip_realize()
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | technisat.rst | 17 First start your linux box with a shipped kernel: 21 lspci -vvv for a PCI device (lsusb -vvv for an USB device) will show you for example:
|
/openbmc/linux/tools/testing/selftests/powerpc/math/ |
H A D | fpu_asm.S | 11 li r3,1 # assume a bad result 97 # On starting will (atomically) decrement not_ready as a signal that the FPU
|
/openbmc/linux/Documentation/driver-api/thermal/ |
H A D | exynos_thermal.rst | 20 through a register. 78 a) TMU configuration data:
|
/openbmc/linux/arch/arc/lib/ |
H A D | strchr-700.S | 36 ld.a r2,[r0,4] 63 ld.a r2,[r0,4]
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | cirrus,lochnagar.yaml | 16 application processor systems to provide a full evaluation platform. 18 the Lochnagar, allowing the device under test to be used in a variety of
|
H A D | zynq-7000.txt | 10 The clock controller is a logical abstraction of Zynq's clock tree. It reads 21 a list of the outputs given below.
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm845-cheza-r1.dts | 22 * pp3500_a_vbob (there's a load switch between them and the EC can 27 pp3500_a_vbob: pp3500-a-vbob-regulator {
|
H A D | sdm845-cheza-r2.dts | 22 * pp3500_a_vbob (there's a load switch between them and the EC can 27 pp3500_a_vbob: pp3500-a-vbob-regulator {
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ti/davinci/ |
H A D | da8xx-cfgchip.txt | 3 TI DA8XX/OMAP-L13X/AM17XX/AM18XX SoCs contain a general purpose set of 7 All of the clock nodes described below must be child nodes of a CFGCHIP node
|
/openbmc/openbmc/poky/meta/recipes-extended/pbzip2/pbzip2/ |
H A D | 0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch | 16 diff --git a/pbzip2.cpp b/pbzip2.cpp 18 --- a/pbzip2.cpp
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/heaptrack/heaptrack/ |
H A D | 0003-heaptrack_preload-Make-noexcept-attribute-conditiona.patch | 15 diff --git a/src/track/heaptrack_preload.cpp b/src/track/heaptrack_preload.cpp 17 --- a/src/track/heaptrack_preload.cpp
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | ECL-1.0 | 26 The full text of the Educational Community License in a location viewable to 39 Any modifications of the Original Work must be distributed in such a manner as
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | es-Las_Palmas | 102 …e, Radio Intereconomia, Radio Marca, esRadio, Vaughan Radio, Canal Ingeniería, GUIDE Plus +, C66Ga… 138 [Canal 69: Antena 3, Neox, Nova, Gol Televisión, Onda Cero, Europa FM, Onda Melodía, tvtv DIGITAL, …
|