Home
last modified time | relevance | path

Searched refs:bitmask (Results 226 – 250 of 311) sorted by relevance

12345678910>>...13

/openbmc/linux/Documentation/power/regulator/
H A Dconsumer.rst217 To obtain the hardware register offset and bitmask for the regulator's voltage
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c61 #define get_bit(data, bitmask) \ argument
62 (!!((data) & (bitmask)))
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dd3.c711 memcpy(&pattern_cmd->patterns[i].u.bitmask.mask, in iwl_mvm_send_patterns()
713 memcpy(&pattern_cmd->patterns[i].u.bitmask.pattern, in iwl_mvm_send_patterns()
716 pattern_cmd->patterns[i].u.bitmask.mask_size = mask_len; in iwl_mvm_send_patterns()
717 pattern_cmd->patterns[i].u.bitmask.pattern_size = in iwl_mvm_send_patterns()
/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dphy.c1450 u32 regaddr, u32 bitmask, u32 data) in rtw_phy_store_tx_power_by_rate() argument
1460 rtw_phy_get_rate_values_of_txpwr_by_rate(rtwdev, regaddr, bitmask, data, in rtw_phy_store_tx_power_by_rate()
1491 p->tx_num, p->addr, p->bitmask, in rtw_parse_tbl_bb_pg()
/openbmc/linux/tools/perf/Documentation/
H A Djitdump-specification.txt46 * uint64_t flags : a bitmask of flags
/openbmc/linux/Documentation/filesystems/caching/
H A Dfscache.rst326 This is a bitmask of debugging streams to enable:
H A Dcachefiles.rst106 Specify a numeric bitmask to control debugging in the kernel module.
470 This is a bitmask of debugging streams to enable:
/openbmc/linux/Documentation/networking/
H A Dsfp-phylink.rst205 These are the new ethtool link modes, so bitmask operations must be
/openbmc/linux/Documentation/admin-guide/media/
H A Dphilips.rst196 The trace variable is a bitmask; each bit represents a certain feature.
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-adap-g-log-addrs.rst88 - The bitmask of all logical addresses this adapter has claimed. If
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-net176 Indicates the interface flags as a bitmask in hexadecimal. See
H A Dsysfs-bus-thunderbolt294 bitmask. Format: %x
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-camera.rst170 ``V4L2_CID_AUTO_FOCUS_STATUS (bitmask)``
467 ``V4L2_CID_3A_LOCK (bitmask)``
H A Dvidioc-queryctrl.rst359 - A bitmask field. The maximum value is the set of bits that can be
361 as a __u32, allowing the use of bit 31 in the bitmask.
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Dcgx.c1134 static void otx2_map_ethtool_link_modes(u64 bitmask, in otx2_map_ethtool_link_modes() argument
1137 switch (bitmask) { in otx2_map_ethtool_link_modes()
/openbmc/linux/kernel/irq/
H A Dmanage.c2929 bool irq_check_status_bit(unsigned int irq, unsigned int bitmask) in irq_check_status_bit() argument
2937 res = !!(desc->status_use_accessors & bitmask); in irq_check_status_bit()
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dctrl.c1933 if (map[i].bitmask <= IRDMA_MAX_STATS_32) in irdma_hw_stats_init_gen1()
5439 u64 bitmask) in irdma_stat_val() argument
5443 return (stats_val[idx] >> bitoff) & bitmask; in irdma_stat_val()
5479 map[i].bitoff, map[i].bitmask); in irdma_update_stats()
5482 map[i].bitmask); in irdma_update_stats()
5485 irdma_stat_delta(new_val, last_val, map[i].bitmask); in irdma_update_stats()
/openbmc/linux/Documentation/core-api/
H A Dwatch_queue.rst283 * ``subtype_filter`` is a bitmask indicating the subtypes that are of
/openbmc/linux/drivers/s390/block/
H A Ddasd_eckd.c6431 unsigned long bitmask = 0, mask = 0; in dasd_eckd_cuir_scope() local
6457 bitmask = mask; in dasd_eckd_cuir_scope()
6468 while (bitmask) { in dasd_eckd_cuir_scope()
6469 pos = ffs(bitmask) - 1; in dasd_eckd_cuir_scope()
6473 clear_bit(pos, &bitmask); in dasd_eckd_cuir_scope()
6475 if (bitmask) in dasd_eckd_cuir_scope()
/openbmc/linux/Documentation/admin-guide/
H A Dsysrq.rst24 - >1 - bitmask of allowed sysrq functions (see below for detailed function
/openbmc/linux/Documentation/admin-guide/thermal/
H A Dintel_powerclamp.rst331 A bit mask of CPUs to inject idle. The format of the bitmask is same as
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-cap.c503 dev->bitmask->cur.val); in vivid_fillbuff()
/openbmc/linux/Documentation/driver-api/
H A Dparport-lowlevel.rst1232 Reads from the status register. This is a bitmask:
1297 Writes to the control register. This is a bitmask::
/openbmc/linux/Documentation/filesystems/
H A Dproc.rst842 smp_affinity is a bitmask, in which you can specify which CPUs can handle the
856 a CPU range instead of a bitmask::
1813 will be dumped when the <pid> process is dumped. coredump_filter is a bitmask
1814 of memory types. If a bit of the bitmask is set, memory segments of the
1831 are always dumped regardless of the bitmask status.
1844 When a new process is created, the process inherits the bitmask status from its
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-types.rst414 - This is a bitmask that defines the type of the link. The following

12345678910>>...13