| /kernel/linux/linux-5.10/drivers/i2c/busses/ |
| D | i2c-qcom-cci.c | 108 struct cci; 116 struct cci *cci; member 127 struct cci { struct 139 struct cci *cci = dev; in cci_isr() argument 143 val = readl(cci->base + CCI_IRQ_STATUS_0); in cci_isr() 144 writel(val, cci->base + CCI_IRQ_CLEAR_0); in cci_isr() 145 writel(0x1, cci->base + CCI_IRQ_GLOBAL_CLEAR_CMD); in cci_isr() 148 complete(&cci->master[0].irq_complete); in cci_isr() 149 if (cci->master[1].master) in cci_isr() 150 complete(&cci->master[1].irq_complete); in cci_isr() [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
| D | cci.txt | 2 ARM CCI cache coherent interconnect binding description 6 cache coherent interconnect (CCI) that is capable of monitoring bus 14 * CCI interconnect node 16 Description: Describes a CCI cache coherent Interconnect component 18 Node name must be "cci". 20 through the CCI interconnect is the same as the one seen from the 22 Every CCI node has to define the following properties: 28 "arm,cci-400" 29 "arm,cci-500" 30 "arm,cci-550" [all …]
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/arm/ |
| D | cci.txt | 2 ARM CCI cache coherent interconnect binding description 6 cache coherent interconnect (CCI) that is capable of monitoring bus 14 * CCI interconnect node 16 Description: Describes a CCI cache coherent Interconnect component 18 Node name must be "cci". 20 through the CCI interconnect is the same as the one seen from the 22 Every CCI node has to define the following properties: 28 "arm,cci-400" 29 "arm,cci-500" 30 "arm,cci-550" [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/i2c/ |
| D | i2c-qcom-cci.txt | 1 Qualcomm Camera Control Interface (CCI) I2C controller 9 "qcom,msm8916-cci" 10 "qcom,msm8996-cci" 11 "qcom,sdm845-cci" 16 Definition: base address CCI I2C controller and length of memory 22 Definition: specifies the CCI I2C interrupt. The format of the 35 Definition: a list of clock names, must include "cci" clock. 38 Usage: required for "qcom,msm8996-cci" 44 The CCI provides I2C masters for one (msm8916) or two i2c busses (msm8996 and 52 Definition: Index of the CCI bus/master [all …]
|
| /kernel/linux/linux-4.19/drivers/bus/ |
| D | arm-cci.c | 2 * CCI cache coherent interconnect driver 17 #include <linux/arm-cci.h> 49 {.compatible = "arm,cci-400", .data = CCI400_PORTS_DATA }, 52 { .compatible = "arm,cci-500", }, 53 { .compatible = "arm,cci-550", }, 59 OF_DEV_AUXDATA("arm,cci-400-pmu", 0, NULL, &cci_ctrl_base), 60 OF_DEV_AUXDATA("arm,cci-400-pmu,r0", 0, NULL, &cci_ctrl_base), 61 OF_DEV_AUXDATA("arm,cci-400-pmu,r1", 0, NULL, &cci_ctrl_base), 62 OF_DEV_AUXDATA("arm,cci-500-pmu,r0", 0, NULL, &cci_ctrl_base), 63 OF_DEV_AUXDATA("arm,cci-550-pmu,r0", 0, NULL, &cci_ctrl_base), [all …]
|
| /kernel/linux/linux-5.10/drivers/bus/ |
| D | arm-cci.c | 2 * CCI cache coherent interconnect driver 17 #include <linux/arm-cci.h> 49 {.compatible = "arm,cci-400", .data = CCI400_PORTS_DATA }, 52 { .compatible = "arm,cci-500", }, 53 { .compatible = "arm,cci-550", }, 59 OF_DEV_AUXDATA("arm,cci-400-pmu", 0, NULL, &cci_ctrl_base), 60 OF_DEV_AUXDATA("arm,cci-400-pmu,r0", 0, NULL, &cci_ctrl_base), 61 OF_DEV_AUXDATA("arm,cci-400-pmu,r1", 0, NULL, &cci_ctrl_base), 62 OF_DEV_AUXDATA("arm,cci-500-pmu,r0", 0, NULL, &cci_ctrl_base), 63 OF_DEV_AUXDATA("arm,cci-550-pmu,r0", 0, NULL, &cci_ctrl_base), [all …]
|
| /kernel/linux/linux-4.19/drivers/perf/ |
| D | Kconfig | 9 tristate "ARM CCI PMU driver" 13 Support for PMU events monitoring on the ARM CCI (Cache Coherent 16 If compiled as a module, it will be called arm-cci. 19 bool "support CCI-400" 24 CCI-400 provides 4 independent event counters counting events related 28 bool "support CCI-500/CCI-550" 32 CCI-500/CCI-550 both provide 8 independent event counters, which can 34 internal events to the CCI.
|
| D | arm-cci.c | 2 // CCI Cache Coherent Interconnect PMU driver 6 #include <linux/arm-cci.h> 19 #define DRIVER_NAME "ARM-CCI PMU" 165 * Instead of an event id to monitor CCI cycles, a dedicated counter is 166 * provided. Use 0xff to represent CCI cycles and hope that no future revisions 177 * CCI PMU event id is an 8-bit value made of two parts - bits 7:5 for one of 8 638 * Program the CCI PMU counters which have PERF_HES_ARCH set 752 * For all counters on the CCI-PMU, disable any 'enabled' counters, 791 * by the cci 837 dev_err(&pmu_device->dev, "no irqs for CCI PMUs defined\n"); in pmu_request_irq() [all …]
|
| /kernel/linux/linux-5.10/drivers/perf/ |
| D | Kconfig | 10 tristate "ARM CCI PMU driver" 14 Support for PMU events monitoring on the ARM CCI (Cache Coherent 17 If compiled as a module, it will be called arm-cci. 20 bool "support CCI-400" 25 CCI-400 provides 4 independent event counters counting events related 29 bool "support CCI-500/CCI-550" 33 CCI-500/CCI-550 both provide 8 independent event counters, which can 35 internal events to the CCI.
|
| D | arm-cci.c | 2 // CCI Cache Coherent Interconnect PMU driver 6 #include <linux/arm-cci.h> 19 #define DRIVER_NAME "ARM-CCI PMU" 165 * Instead of an event id to monitor CCI cycles, a dedicated counter is 166 * provided. Use 0xff to represent CCI cycles and hope that no future revisions 177 * CCI PMU event id is an 8-bit value made of two parts - bits 7:5 for one of 8 638 * Program the CCI PMU counters which have PERF_HES_ARCH set 752 * For all counters on the CCI-PMU, disable any 'enabled' counters, 791 * by the cci 837 dev_err(&pmu_device->dev, "no irqs for CCI PMUs defined\n"); in pmu_request_irq() [all …]
|
| /kernel/linux/linux-4.19/drivers/usb/typec/ucsi/ |
| D | trace.h | 75 TP_PROTO(u32 cci), 76 TP_ARGS(cci), 78 __field(u32, cci) 81 __entry->cci = cci; 83 TP_printk("CCI=%08x %s", __entry->cci, ucsi_cci_str(__entry->cci)) 87 TP_PROTO(u32 cci), 88 TP_ARGS(cci)
|
| D | debug.h | 48 static inline const char *ucsi_cci_str(u32 cci) in ucsi_cci_str() argument 50 if (cci & GENMASK(7, 0)) { in ucsi_cci_str() 51 if (cci & BIT(29)) in ucsi_cci_str() 53 if (cci & BIT(31)) in ucsi_cci_str() 57 if (cci & BIT(29)) in ucsi_cci_str() 59 if (cci & BIT(31)) in ucsi_cci_str()
|
| /kernel/linux/linux-5.10/drivers/usb/typec/ucsi/ |
| D | trace.c | 36 const char *ucsi_cci_str(u32 cci) in ucsi_cci_str() argument 38 if (UCSI_CCI_CONNECTOR(cci)) { in ucsi_cci_str() 39 if (cci & UCSI_CCI_ACK_COMPLETE) in ucsi_cci_str() 41 if (cci & UCSI_CCI_COMMAND_COMPLETE) in ucsi_cci_str() 45 if (cci & UCSI_CCI_ACK_COMPLETE) in ucsi_cci_str() 47 if (cci & UCSI_CCI_COMMAND_COMPLETE) in ucsi_cci_str()
|
| D | ucsi_acpi.c | 99 u32 cci; in ucsi_acpi_notify() local 102 ret = ucsi_acpi_read(ua->ucsi, UCSI_CCI, &cci, sizeof(cci)); in ucsi_acpi_notify() 106 if (UCSI_CCI_CONNECTOR(cci)) in ucsi_acpi_notify() 107 ucsi_connector_change(ua->ucsi, UCSI_CCI_CONNECTOR(cci)); in ucsi_acpi_notify() 110 cci & (UCSI_CCI_ACK_COMPLETE | UCSI_CCI_COMMAND_COMPLETE)) in ucsi_acpi_notify()
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | exynos5420-cpus.dtsi | 31 cci-control-port = <&cci_control1>; 43 cci-control-port = <&cci_control1>; 55 cci-control-port = <&cci_control1>; 67 cci-control-port = <&cci_control1>; 79 cci-control-port = <&cci_control0>; 91 cci-control-port = <&cci_control0>; 103 cci-control-port = <&cci_control0>; 115 cci-control-port = <&cci_control0>;
|
| D | exynos5422-cpus.dtsi | 30 cci-control-port = <&cci_control0>; 43 cci-control-port = <&cci_control0>; 56 cci-control-port = <&cci_control0>; 69 cci-control-port = <&cci_control0>; 82 cci-control-port = <&cci_control1>; 95 cci-control-port = <&cci_control1>; 108 cci-control-port = <&cci_control1>; 121 cci-control-port = <&cci_control1>;
|
| D | exynos5260.dtsi | 41 cci-control-port = <&cci_control1>; 48 cci-control-port = <&cci_control1>; 55 cci-control-port = <&cci_control0>; 62 cci-control-port = <&cci_control0>; 69 cci-control-port = <&cci_control0>; 76 cci-control-port = <&cci_control0>; 200 cci: cci@10f00000 { label 201 compatible = "arm,cci-400"; 208 compatible = "arm,cci-400-ctrl-if"; 214 compatible = "arm,cci-400-ctrl-if";
|
| D | mt7629.dtsi | 32 cci-control-port = <&cci_control2>; 40 cci-control-port = <&cci_control2>; 175 cci: cci@10390000 { label 176 compatible = "arm,cci-400"; 183 compatible = "arm,cci-400-ctrl-if"; 189 compatible = "arm,cci-400-ctrl-if"; 195 compatible = "arm,cci-400-ctrl-if"; 201 compatible = "arm,cci-400-pmu,r1";
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | exynos5420-cpus.dtsi | 31 cci-control-port = <&cci_control1>; 43 cci-control-port = <&cci_control1>; 55 cci-control-port = <&cci_control1>; 67 cci-control-port = <&cci_control1>; 79 cci-control-port = <&cci_control0>; 91 cci-control-port = <&cci_control0>; 103 cci-control-port = <&cci_control0>; 115 cci-control-port = <&cci_control0>;
|
| D | exynos5422-cpus.dtsi | 30 cci-control-port = <&cci_control0>; 42 cci-control-port = <&cci_control0>; 54 cci-control-port = <&cci_control0>; 66 cci-control-port = <&cci_control0>; 78 cci-control-port = <&cci_control1>; 90 cci-control-port = <&cci_control1>; 102 cci-control-port = <&cci_control1>; 114 cci-control-port = <&cci_control1>;
|
| D | exynos5260.dtsi | 37 cci-control-port = <&cci_control1>; 44 cci-control-port = <&cci_control1>; 51 cci-control-port = <&cci_control0>; 58 cci-control-port = <&cci_control0>; 65 cci-control-port = <&cci_control0>; 72 cci-control-port = <&cci_control0>; 198 cci: cci@10f00000 { label 199 compatible = "arm,cci-400"; 206 compatible = "arm,cci-400-ctrl-if"; 212 compatible = "arm,cci-400-ctrl-if";
|
| /kernel/linux/linux-4.19/arch/ia64/kernel/ |
| D | topology.c | 125 pal_cache_config_info_t cci; member 188 return sprintf(buf, "%u\n", 1 << this_leaf->cci.pcci_line_size); in show_coherency_line_size() 194 return sprintf(buf, "%u\n", this_leaf->cci.pcci_assoc); in show_ways_of_associativity() 201 cache_mattrib[this_leaf->cci.pcci_cache_attr]); in show_attributes() 206 return sprintf(buf, "%uK\n", this_leaf->cci.pcci_cache_size / 1024); in show_size() 211 unsigned number_of_sets = this_leaf->cci.pcci_cache_size; in show_number_of_sets() 212 number_of_sets /= this_leaf->cci.pcci_assoc; in show_number_of_sets() 213 number_of_sets /= 1 << this_leaf->cci.pcci_line_size; in show_number_of_sets() 230 int type = this_leaf->type + this_leaf->cci.pcci_unified; in show_type() 311 pal_cache_config_info_t cci; in cpu_cache_sysfs_init() local [all …]
|
| D | palinfo.c | 214 pal_cache_config_info_t cci; in cache_info() local 229 if ((status=ia64_pal_cache_config_info(i,j, &cci)) != 0) in cache_info() 236 cache_types[j+cci.pcci_unified], i+1, in cache_info() 237 cci.pcci_cache_size); in cache_info() 239 if (cci.pcci_unified) in cache_info() 242 seq_printf(m, "%s\n", cache_mattrib[cci.pcci_cache_attr]); in cache_info() 248 cci.pcci_assoc, in cache_info() 249 1<<cci.pcci_line_size, in cache_info() 250 1<<cci.pcci_stride); in cache_info() 255 cci.pcci_st_latency); in cache_info() [all …]
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| D | topology.c | 121 pal_cache_config_info_t cci; member 184 return sprintf(buf, "%u\n", 1 << this_leaf->cci.pcci_line_size); in show_coherency_line_size() 190 return sprintf(buf, "%u\n", this_leaf->cci.pcci_assoc); in show_ways_of_associativity() 197 cache_mattrib[this_leaf->cci.pcci_cache_attr]); in show_attributes() 202 return sprintf(buf, "%uK\n", this_leaf->cci.pcci_cache_size / 1024); in show_size() 207 unsigned number_of_sets = this_leaf->cci.pcci_cache_size; in show_number_of_sets() 208 number_of_sets /= this_leaf->cci.pcci_assoc; in show_number_of_sets() 209 number_of_sets /= 1 << this_leaf->cci.pcci_line_size; in show_number_of_sets() 226 int type = this_leaf->type + this_leaf->cci.pcci_unified; in show_type() 307 pal_cache_config_info_t cci; in cpu_cache_sysfs_init() local [all …]
|
| D | palinfo.c | 215 pal_cache_config_info_t cci; in cache_info() local 230 if ((status=ia64_pal_cache_config_info(i,j, &cci)) != 0) in cache_info() 237 cache_types[j+cci.pcci_unified], i+1, in cache_info() 238 cci.pcci_cache_size); in cache_info() 240 if (cci.pcci_unified) in cache_info() 243 seq_printf(m, "%s\n", cache_mattrib[cci.pcci_cache_attr]); in cache_info() 249 cci.pcci_assoc, in cache_info() 250 1<<cci.pcci_line_size, in cache_info() 251 1<<cci.pcci_stride); in cache_info() 256 cci.pcci_st_latency); in cache_info() [all …]
|