Home
last modified time | relevance | path

Searched refs:cluster_id (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H A Dirq-gic-v3.c1146 static u16 gic_compute_target_list(int *base_cpu, const struct cpumask *mask, unsigned long cluster_id) in gic_compute_target_list() argument
1163 if (cluster_id != MPIDR_TO_SGI_CLUSTER_ID(mpidr)) { in gic_compute_target_list()
1173 #define MPIDR_TO_SGI_AFFINITY(cluster_id, level) \
1174 (MPIDR_AFFINITY_LEVEL(cluster_id, level) << ICC_SGI1R_AFFINITY_##level##_SHIFT)
1176 static void gic_send_sgi(u64 cluster_id, u16 tlist, unsigned int irq) in gic_send_sgi() argument
1180 val = (MPIDR_TO_SGI_AFFINITY(cluster_id, 3) | MPIDR_TO_SGI_AFFINITY(cluster_id, 2) | \ in gic_send_sgi()
1181 (irq << ICC_SGI1R_SGI_ID_SHIFT) | MPIDR_TO_SGI_AFFINITY(cluster_id, 1) | \ in gic_send_sgi()
1182 MPIDR_TO_SGI_RS(cluster_id) | (tlist << ICC_SGI1R_TARGET_LIST_SHIFT)); in gic_send_sgi()
1204 u64 cluster_id in gic_ipi_send_mask() local
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dwlioctl.h11119 struct ether_addr cluster_id; /* Cluster ID to which this device belongs to */ member
11309 struct ether_addr cluster_id; member
11325 struct ether_addr cluster_id; member

Completed in 62 milliseconds