Searched refs:mask (Results 376 – 400 of 837) sorted by relevance
1...<<11121314151617181920>>...34
11 gpio-map-mask = <0xffffffff 0xffffffc0>;
170 Actual key mask configuration174 populated can be specified using the ``actual-key-mask`` property. This allows192 actual-key-mask = <0x07 0x05 0x07>;198 The actual key mask can be changed at runtime by enabling240 changes, and once disabled it prints an or-mask of any key that has been241 detected, which can be used to set the ``actual-key-mask`` property.262 [00:01:47.967,651] <inf> input: kbd-matrix key-mask [07 05 07 --] (8)
286 uint32_t mask; in regulator_da1469x_set_voltage() local307 mask = config->desc->voltage_idx_mask; in regulator_da1469x_set_voltage()312 if (mask) { in regulator_da1469x_set_voltage()313 CRG_TOP->POWER_CTRL_REG = (CRG_TOP->POWER_CTRL_REG & ~mask) | in regulator_da1469x_set_voltage()314 FIELD_PREP(mask, idx); in regulator_da1469x_set_voltage()