/openbmc/linux/drivers/staging/rtl8723bs/hal/ |
H A D | HalPhyRf_8723B.c | 1317 u8 t, in phy_IQCalibrate_8723B() argument 1373 if (t == 0) { in phy_IQCalibrate_8723B() 1425 …result[t][0] = (PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_Before_IQK_A, bMaskDWord)&0x3FF0000)>>1… in phy_IQCalibrate_8723B() 1426 …result[t][1] = (PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_After_IQK_A, bMaskDWord)&0x3FF0000)>>16; in phy_IQCalibrate_8723B() 1437 …result[t][2] = (PHY_QueryBBReg(pDM_Odm->Adapter, rRx_Power_Before_IQK_A_2, bMaskDWord)&0x3FF0000)>… in phy_IQCalibrate_8723B() 1438 …result[t][3] = (PHY_QueryBBReg(pDM_Odm->Adapter, rRx_Power_After_IQK_A_2, bMaskDWord)&0x3FF0000)>>… in phy_IQCalibrate_8723B() 1457 …result[t][4] = (PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_Before_IQK_A, bMaskDWord)&0x3FF0000)>>1… in phy_IQCalibrate_8723B() 1458 …result[t][5] = (PHY_QueryBBReg(pDM_Odm->Adapter, rTx_Power_After_IQK_A, bMaskDWord)&0x3FF0000)>>16; in phy_IQCalibrate_8723B() 1469 …result[t][6] = (PHY_QueryBBReg(pDM_Odm->Adapter, rRx_Power_Before_IQK_A_2, bMaskDWord)&0x3FF0000)>… in phy_IQCalibrate_8723B() 1470 …result[t][7] = (PHY_QueryBBReg(pDM_Odm->Adapter, rRx_Power_After_IQK_A_2, bMaskDWord)&0x3FF0000)>>… in phy_IQCalibrate_8723B() [all …]
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx.seq | 163 * We aren't expecting a bus free, so interrupt 231 * If ATN isn't asserted, the target isn't interested 432 * SCB is used, so don't bother with it now. 698 * We don't know the target we will connect to, 749 * sure we don't have an SCB prefetch going on. 833 /* We don't have any valid S/G elements */ 1019 * feature doesn't function correctly. 1407 * we aren't going to touch host memory. 1454 * Don't allow a data phase if the command 1572 * shouldn't hurt, but why do it twice... [all …]
|
/openbmc/linux/sound/pci/rme9652/ |
H A D | hdspm.c | 5880 struct snd_interval t = { in snd_hdspm_hw_rule_in_channels_rate() local 5887 struct snd_interval t = { in snd_hdspm_hw_rule_in_channels_rate() local 5894 struct snd_interval t = { in snd_hdspm_hw_rule_in_channels_rate() local 5915 struct snd_interval t = { in snd_hdspm_hw_rule_out_channels_rate() local 5922 struct snd_interval t = { in snd_hdspm_hw_rule_out_channels_rate() local 5929 struct snd_interval t = { in snd_hdspm_hw_rule_out_channels_rate() local 5950 struct snd_interval t = { in snd_hdspm_hw_rule_rate_in_channels() local 5957 struct snd_interval t = { in snd_hdspm_hw_rule_rate_in_channels() local 5964 struct snd_interval t = { in snd_hdspm_hw_rule_rate_in_channels() local 5984 struct snd_interval t = { in snd_hdspm_hw_rule_rate_out_channels() local [all …]
|
/openbmc/qemu/block/ |
H A D | qcow2.c | 2379 assert(!t->l2meta); in qcow2_co_preadv_task_entry() 2381 return qcow2_co_preadv_task(t->bs, t->subcluster_type, in qcow2_co_preadv_task_entry() 2382 t->host_offset, t->offset, t->bytes, in qcow2_co_preadv_task_entry() 2383 t->qiov, t->qiov_offset); in qcow2_co_preadv_task_entry() 2669 assert(!t->subcluster_type); in qcow2_co_pwritev_task_entry() 2671 return qcow2_co_pwritev_task(t->bs, t->host_offset, in qcow2_co_pwritev_task_entry() 2672 t->offset, t->bytes, t->qiov, t->qiov_offset, in qcow2_co_pwritev_task_entry() 2673 t->l2meta); in qcow2_co_pwritev_task_entry() 4748 assert(!t->subcluster_type && !t->l2meta); in qcow2_co_pwritev_compressed_task_entry() 4750 return qcow2_co_pwritev_compressed_task(t->bs, t->offset, t->bytes, t->qiov, in qcow2_co_pwritev_compressed_task_entry() [all …]
|
/openbmc/linux/drivers/usb/gadget/ |
H A D | Kconfig | 25 you can't connect a "to-the-host" connector to a peripheral. 41 If in doubt, say "N" and don't enable these drivers; most people 42 don't have this kind of hardware (except maybe inside Linux PDAs). 264 since the kernel itself doesn't implement the OBEX protocol. 297 On hardware that can't implement the full protocol, 389 This driver doesn't expect any real Audio codec to be present 421 This driver doesn't expect any real Audio codec to be present
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_ppe.c | 300 struct mtk_ipv4_tuple *t; in mtk_foe_entry_set_ipv4_tuple() local 305 t = &entry->ipv4.new; in mtk_foe_entry_set_ipv4_tuple() 311 t = &entry->ipv4.orig; in mtk_foe_entry_set_ipv4_tuple() 322 t->src_ip = be32_to_cpu(src_addr); in mtk_foe_entry_set_ipv4_tuple() 323 t->dest_ip = be32_to_cpu(dest_addr); in mtk_foe_entry_set_ipv4_tuple() 328 t->src_port = be16_to_cpu(src_port); in mtk_foe_entry_set_ipv4_tuple() 329 t->dest_port = be16_to_cpu(dest_port); in mtk_foe_entry_set_ipv4_tuple()
|
/openbmc/linux/Documentation/locking/ |
H A D | ww-mutex-design.rst | 23 may in turn require evicting some other buffers (and you don't want to 64 trying to acquire locks doesn't grab a new reservation id, but keeps the one it 92 anyway the __must_check doesn't result in spurious warnings, even though the 255 code can't be propagated. 265 Also, method 3 can't fail the lock acquisition step since it doesn't return 328 prevention is obviously overkill, since with grabbing just one lock you can't
|
/openbmc/qemu/docs/devel/ |
H A D | multi-thread-tcg.rst | 85 per-vCPU basis won't need locking unless other vCPUs will need to 203 - This is a per-vCPU table - by definition can't race 226 by the BQL (Big QEMU Lock). Any IO region that doesn't use the BQL is expected 229 However IO memory isn't the only way emulated hardware state can be 317 behaviour. While QEMU doesn't model cache behaviour these instructions 328 some sort of test and conditional store will be truly atomic w.r.t. 362 ops can't work (e.g. guest atomic width > host atomic width). In this
|
/openbmc/linux/sound/core/oss/ |
H A D | pcm_oss.c | 109 t.empty = 0; in snd_interval_refine_set() 110 t.min = t.max = val; in snd_interval_refine_set() 111 t.openmin = t.openmax = 0; in snd_interval_refine_set() 112 t.integer = 1; in snd_interval_refine_set() 472 t.openmin = 1; in _snd_pcm_hw_param_set() 473 t.openmax = 1; in _snd_pcm_hw_param_set() 474 t.empty = 0; in _snd_pcm_hw_param_set() 475 t.integer = 0; in _snd_pcm_hw_param_set() 478 t.max = val; in _snd_pcm_hw_param_set() 480 t.min = val; in _snd_pcm_hw_param_set() [all …]
|
/openbmc/linux/Documentation/power/ |
H A D | suspend-and-cpuhotplug.rst | 213 doesn't have the microcode image, it does the CPU type/model discovery 220 instead of microcode_resume_cpu() when it finds that the kernel doesn't 232 when the CPUs are brought back online, since they wouldn't have lost the 240 [Note that we don't expect someone to physically pull out nodes and insert 283 due to this wait mentioned above, the freezer won't be able to freeze
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | allwinner,sun4i-a10-tcon.yaml | 370 * reset/sun4i-a10-ccu.h headers, but we can't include them since 440 * reset/sun6i-a31-ccu.h headers, but we can't include them since 516 * reset/sun9i-a80-ccu.h headers, but we can't include them since 567 * reset/sun8i-a83t-ccu.h headers, but we can't include them since 624 * reset/sun8i-r40-ccu.h headers, but we can't include them since
|
/openbmc/linux/Documentation/dev-tools/ |
H A D | kmemleak.rst | 17 number of new unreferenced objects found. If the ``debugfs`` isn't already 20 # mount -t debugfs nodev /sys/kernel/debug/ 143 won't be freed when kmemleak is disabled, and those objects may occupy 220 block doesn't need to be freed (some cases in the init_call functions), 231 as module (it can't be used as built-in) and boot the kernel with kmemleak
|
/openbmc/linux/drivers/mmc/host/ |
H A D | mvsdio.c | 72 unsigned long t = jiffies + HZ; in mvsd_setup_data() local 76 if (time_after(jiffies, t)) { in mvsd_setup_data() 84 hw_state, count, jiffies - (t - HZ)); in mvsd_setup_data() 510 static void mvsd_timeout_timer(struct timer_list *t) in mvsd_timeout_timer() argument 512 struct mvsd_host *host = from_timer(host, t, timer); in mvsd_timeout_timer()
|
/openbmc/linux/block/partitions/ |
H A D | Kconfig | 14 Note that the answer to this question won't directly affect the 137 file system support", above. If you don't know what all this is 176 If you don't know what all this is about, say N. 208 helpful if the driver doesn't work as expected and you'd like to 241 you don't know what all this is about, say N.
|
/openbmc/linux/drivers/iio/dac/ |
H A D | ad7293.c | 173 struct spi_transfer t = {0}; in __ad7293_spi_read() local 185 t.tx_buf = &st->data[0]; in __ad7293_spi_read() 186 t.rx_buf = &st->data[0]; in __ad7293_spi_read() 187 t.len = length + 1; in __ad7293_spi_read() 189 ret = spi_sync_transfer(st->spi, &t, 1); in __ad7293_spi_read()
|
/openbmc/libpldm/docs/checklists/ |
H A D | changes.md | 14 - [What If I Don't Actually Like My Users? - Rusty Russell][rusty-api-scale-bad] 39 - [Parse, don’t validate - Alexis King][alexis-king-parse-dont-validate] 42 https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/ 185 that they are not compiled when the corresponding function symbols aren't 241 -t $OPENBMC_CI_IMAGE \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/ |
H A D | php_8.2.18.bb | 16 file://0002-build-php.m4-don-t-unset-cache-variables.patch \ 18 file://0004-configure.ac-don-t-include-build-libtool.m4.patch \ 20 file://0009-php-don-t-use-broken-wrapper-for-mkdir.patch \ 146 # No, libtool, we really don't want rpath set... 171 # Install dummy config file so apxs doesn't fail
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | resource_tracker.c | 505 int t; in mlx4_init_resource_tracker() local 514 for (t = 0; t < MLX4_NUM_OF_RESOURCE_TYPE; ++t) in mlx4_init_resource_tracker() 552 for (t = 0; t < dev->persist->num_vfs + 1; t++) { in mlx4_init_resource_tracker() 554 mlx4_get_active_ports(dev, t); in mlx4_init_resource_tracker() 558 t, dev->caps.num_qps - in mlx4_init_resource_tracker() 564 t, dev->caps.num_cqs - in mlx4_init_resource_tracker() 598 res_alloc->quota[t] = in mlx4_init_resource_tracker() 616 res_alloc->quota[t]; in mlx4_init_resource_tracker() 624 res_alloc->guaranteed[t] = in mlx4_init_resource_tracker() 634 res_alloc->guaranteed[t]; in mlx4_init_resource_tracker() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
H A D | 0001-Update-Versioneer-to-0.22.patch | 173 + raise NotThisMethod("rootdir doesn't start with parentdir_prefix") 297 + # if there isn't one, this yields HEX[-dirty] (no NUM) 373 + fmt = "tag '%s' doesn't start with prefix '%s'" 411 + """Return a + if we don't already have one, else return a .""" 511 + but you shouldn't be releasing software with -dirty anyways. 864 -* 4: commit these changes to your VCS. To make sure you won't forget, 866 - `git add`. Don't forget to add `setup.py` and `setup.cfg` too. 1512 # if there isn't one, this yields HEX[-dirty] (no NUM) 1914 # if there isn't one, this yields HEX[-dirty] (no NUM) 2320 + # if .git isn't copied too, 'git describe' will fail [all …]
|
/openbmc/linux/fs/jffs2/ |
H A D | Kconfig | 24 KERN_DEBUG loglevel, where they won't normally be visible. Level 2 85 If you don't know what Access Control Lists are, say N 159 the available compression modes. Don't touch if unsure.
|
/openbmc/linux/Documentation/bpf/ |
H A D | s390.rst | 156 mount -t 9p linux /linux 157 mount -t proc proc /proc 158 mount -t sysfs sys /sys
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 073.out | 4 Formatting 'TEST_DIR/t.IMGFMT.base', fmt=IMGFMT size=134217728 5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=134217728 backing_file=TEST_DIR/t.IMGFMT.base backi…
|
/openbmc/qemu/docs/system/riscv/ |
H A D | microchip-icicle-kit.rst | 53 N N don't care HSS 54 Y don't care don't care HSS
|
/openbmc/linux/arch/mips/ |
H A D | Kconfig.debug | 14 doesn't cooperate with an X server. You should normally say N here, 57 kernel args so that you don't have to set them up in board prom 92 If your board doesn't support uart16550 compatible serial port, you
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c.txt | 38 Number of nanoseconds the SCL signal takes to fall; t(f) in the I2C 45 Number of nanoseconds the SCL signal takes to rise; t(r) in the I2C 49 Number of nanoseconds the SDA signal takes to fall; t(f) in the I2C
|