Searched refs:CCC (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/Documentation/driver-api/i3c/ |
D | protocol.rst | 121 I3C CCC commands 124 CCC (Common Command Code) commands are meant to be used for anything that is 127 CCC commands contain an 8-bit CCC ID describing the command that is executed. 132 payload is either sent by the master sending the command (write CCC command), 133 or sent by the slave receiving the command (read CCC command). Of course, read 135 Note that, when sending a CCC command to a specific device, the device address 139 from the CCC ID. 141 Note that vendors can use a dedicated range of CCC IDs for their own commands 172 using a broadcast CCC command.
|
/linux-6.12.1/drivers/gpu/drm/armada/ |
D | armada_overlay.c | 354 #define CCC(v) ((v) << 24 | (v) << 16 | (v) << 8) in armada_overlay_set_property() macro 355 drm_to_overlay_state(state)->colorkey_yr = CCC(K2R(val)); in armada_overlay_set_property() 356 drm_to_overlay_state(state)->colorkey_ug = CCC(K2G(val)); in armada_overlay_set_property() 357 drm_to_overlay_state(state)->colorkey_vb = CCC(K2B(val)); in armada_overlay_set_property() 358 #undef CCC in armada_overlay_set_property()
|
/linux-6.12.1/drivers/net/ethernet/renesas/ |
D | ravb.h | 50 CCC = 0x0000, enumerator
|
D | ravb_main.c | 75 ravb_modify(ndev, CCC, ccc_mask, opmode); in ravb_set_opmode() 1821 ravb_modify(ndev, CCC, CCC_CSEL, CCC_CSEL_HPB); in ravb_set_config_mode()
|
/linux-6.12.1/arch/arm64/kvm/ |
D | emulate-nested.c | 501 #define CCC(id, fn) \ macro 505 CCC(CGT_CNTHCTL_EL1PCTEN, check_cnthctl_el1pcten), 506 CCC(CGT_CNTHCTL_EL1PTEN, check_cnthctl_el1pten), 507 CCC(CGT_CPTR_TTA, check_cptr_tta),
|
/linux-6.12.1/drivers/power/supply/ |
D | bq24190_charger.c | 413 BQ24190_SYSFS_FIELD_RW(ichg, CCC, ICHG), 414 BQ24190_SYSFS_FIELD_RW(force_20_pct, CCC, FORCE_20PCT),
|
/linux-6.12.1/arch/arm64/boot/dts/qcom/ |
D | qrb5165-rb5.dts | 1178 "GPIO-CCC",
|