Searched refs:new_f (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/Documentation/sphinx/ |
H A D | kernel_abi.py | 114 new_f = match.group(1) 118 if new_f != f and content: 125 f = new_f
|
/openbmc/qemu/hw/misc/ |
H A D | xlnx-versal-crl.c | 79 bool new_f = FIELD_EX32(new_val, reg, f); \ 82 if (dev && old_f != new_f) { \ 83 crl_reset_ ## type(s, dev, old_f, new_f); \
|
/openbmc/linux/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 1114 __be32 new_f[1]; in octeon_prune_device_tree() local 1120 new_f[0] = cpu_to_be32(48000000); in octeon_prune_device_tree() 1122 "refclk-frequency", new_f, sizeof(new_f)); in octeon_prune_device_tree()
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
H A D | conversion.hpp | 242 constexpr static auto new_f = in log_convert() local 245 return std::make_tuple(h, new_f | (hex | unsigned_val).value, in log_convert()
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | standard.py | 1614 upd_f, new_f, del_f = _export_local_files(srctree, rd, local_files_dir, srctreebase) 1630 key, val in list(upd_f.items()) + list(new_f.items())) 1653 for basepath, path in new_f.items(): 1714 upd_f, new_f, del_f = _export_local_files(srctree, rd, local_files_dir, srctreebase) 1740 key, val in list(upd_f.items()) + list(new_f.items())) 1809 for basepath, path in new_f.items():
|
/openbmc/linux/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_main.c | 1020 struct iavf_mac_filter *new_f; in iavf_replace_primary_mac() local 1025 new_f = iavf_add_filter(adapter, new_mac); in iavf_replace_primary_mac() 1026 if (!new_f) { in iavf_replace_primary_mac() 1040 new_f->is_primary = true; in iavf_replace_primary_mac() 1041 new_f->add = true; in iavf_replace_primary_mac()
|