/linux-6.14.4/drivers/net/ethernet/ti/icssg/ |
D | icssg_classifier.c | 31 (offs[slice].ft1_slot_base + FT1_SLOT_SIZE * (n) + (reg)) 66 (offs[slice].ft3_slot_base + FT3_SLOT_SIZE * (n) + (reg)) 74 #define RX_CLASS_N_REG(slice, n, reg) \ argument 75 (offs[slice].rx_class_base + RX_CLASS_EN_SIZE * (n) + (reg)) 80 #define RX_CLASS_GATES_N_REG(slice, n) \ argument 81 (offs[slice].rx_class_gates_base + RX_CLASS_GATES_SIZE * (n)) 205 static void rx_class_ft1_set_start_len(struct regmap *miig_rt, int slice, in rx_class_ft1_set_start_len() argument 210 offset = offs[slice].ft1_start_len; in rx_class_ft1_set_start_len() 215 static void rx_class_ft1_set_da(struct regmap *miig_rt, int slice, in rx_class_ft1_set_da() argument 220 offset = FT1_N_REG(slice, n, FT1_DA0); in rx_class_ft1_set_da() [all …]
|
D | icssg_config.c | 140 int slice = prueth_emac_slice(emac); in icssg_config_mii_init() local 146 txcfg_reg = (slice == ICSS_MII0) ? PRUSS_MII_RT_TXCFG0 : in icssg_config_mii_init() 148 pcnt_reg = (slice == ICSS_MII0) ? PRUSS_MII_RT_RX_PCNT0 : in icssg_config_mii_init() 156 if (emac->phy_if == PHY_INTERFACE_MODE_MII && slice == ICSS_MII0) in icssg_config_mii_init() 158 else if (emac->phy_if != PHY_INTERFACE_MODE_MII && slice == ICSS_MII1) in icssg_config_mii_init() 165 static void icssg_miig_queues_init(struct prueth *prueth, int slice) in icssg_miig_queues_init() argument 174 if (slice) in icssg_miig_queues_init() 182 queue = slice ? RECYCLE_Q_SLICE1 : RECYCLE_Q_SLICE0; in icssg_miig_queues_init() 187 hwq_map[slice][i].queue); in icssg_miig_queues_init() 199 mp = &hwq_map[slice][j]; in icssg_miig_queues_init() [all …]
|
D | icssg_common.c | 284 int ret, slice, i; in prueth_init_tx_chns() local 287 slice = prueth_emac_slice(emac); in prueth_init_tx_chns() 288 if (slice < 0) in prueth_init_tx_chns() 289 return slice; in prueth_init_tx_chns() 305 "tx%d-%d", slice, i); in prueth_init_tx_chns() 363 int i, ret = 0, slice; in prueth_init_rx_chns() local 366 slice = prueth_emac_slice(emac); in prueth_init_rx_chns() 367 if (slice < 0) in prueth_init_rx_chns() 368 return slice; in prueth_init_rx_chns() 371 snprintf(rx_chn->name, sizeof(rx_chn->name), "%s%d", name, slice); in prueth_init_rx_chns() [all …]
|
/linux-6.14.4/block/partitions/ |
D | sysv68.c | 25 __be32 ios_slcblk; /* Slice table block number */ 26 __be16 ios_slccnt; /* Number of entries in slice table */ 40 * Slice Table Structure 43 struct slice { struct 44 __be32 nblocks; /* slice size (in blocks) */ argument 45 __be32 blkoff; /* block offset of slice */ argument 56 struct slice *slice; in sysv68_partition() local 76 slices -= 1; /* last slice is the whole disk */ in sysv68_partition() 79 slice = (struct slice *)data; in sysv68_partition() 80 for (i = 0; i < slices; i++, slice++) { in sysv68_partition() [all …]
|
/linux-6.14.4/drivers/crypto/intel/qat/qat_common/ |
D | adf_gen4_tl.c | 62 /* Slice utilization counters. */ 64 /* Compression slice utilization. */ 66 /* Translator slice utilization. */ 68 /* Decompression slice utilization. */ 72 /* Wireless Authentication slice utilization. */ 74 /* Wireless Cipher slice utilization. */ 76 /* UCS slice utilization. */ 78 /* Cipher slice utilization. */ 80 /* Authentication slice utilization. */ 84 /* Slice execution counters. */ [all …]
|
/linux-6.14.4/sound/pci/au88x0/ |
D | au88x0_a3d.c | 26 a3d_addrA(a->slice, a->source, A3D_A_HrtfTrackTC), HrtfTrack); in a3dsrc_SetTimeConsts() 28 a3d_addrA(a->slice, a->source, A3D_A_ITDTrackTC), ItdTrack); in a3dsrc_SetTimeConsts() 30 a3d_addrA(a->slice, a->source, A3D_A_GainTrackTC), GTrack); in a3dsrc_SetTimeConsts() 32 a3d_addrA(a->slice, a->source, A3D_A_CoeffTrackTC), CTrack); in a3dsrc_SetTimeConsts() 52 a3d_addrB(a->slice, a->source, A3D_B_A21Target), in a3dsrc_SetAtmosTarget() 55 a3d_addrB(a->slice, a->source, A3D_B_B10Target), in a3dsrc_SetAtmosTarget() 58 a3d_addrB(a->slice, a->source, A3D_B_B2Target), c); in a3dsrc_SetAtmosTarget() 67 a3d_addrB(a->slice, a->source, A3D_B_A12Current), in a3dsrc_SetAtmosCurrent() 70 a3d_addrB(a->slice, a->source, A3D_B_B01Current), in a3dsrc_SetAtmosCurrent() 73 a3d_addrB(a->slice, a->source, A3D_B_B2Current), c); in a3dsrc_SetAtmosCurrent() [all …]
|
D | au88x0_a3d.h | 38 unsigned int slice; /* this_08 */ member 102 // Slice size: 0x2000 106 #define a3d_addrA(slice,source,reg) (((slice)<<0xd)+((source)*0x3A4)+(reg)) argument 107 #define a3d_addrB(slice,source,reg) (((slice)<<0xd)+((source)*0x2C8)+(reg)) argument 108 #define a3d_addrS(slice,reg) (((slice)<<0xd)+(reg)) argument 109 //#define a3d_addr(slice,source,reg) (((reg)>=0x19000) ? a3d_addr2((slice),(source),(reg)) : a3d_ad…
|
/linux-6.14.4/include/linux/soc/qcom/ |
D | llcc-qcom.h | 72 * struct llcc_slice_desc - Cache slice descriptor 73 * @slice_id: llcc slice id 74 * @slice_size: Size allocated for the llcc slice 132 * @cfg: pointer to the data structure for slice configuration 134 * @lock: mutex associated with each slice 138 * @bitmap: Bit map to track the active slice ids 161 * llcc_slice_getd - get llcc slice descriptor 167 * llcc_slice_putd - llcc slice descritpor 168 * @desc: Pointer to llcc slice descriptor 173 * llcc_get_slice_id - get slice id [all …]
|
/linux-6.14.4/arch/arm64/boot/dts/ti/ |
D | k3-am65-iot2050-common-pg1.dtsi | 59 dmas = <&main_udmap 0xc100>, /* egress slice 0 */ 60 <&main_udmap 0xc101>, /* egress slice 0 */ 61 <&main_udmap 0xc102>, /* egress slice 0 */ 62 <&main_udmap 0xc103>, /* egress slice 0 */ 63 <&main_udmap 0xc104>, /* egress slice 1 */ 64 <&main_udmap 0xc105>, /* egress slice 1 */ 65 <&main_udmap 0xc106>, /* egress slice 1 */ 66 <&main_udmap 0xc107>, /* egress slice 1 */ 67 <&main_udmap 0x4100>, /* ingress slice 0 */ 68 <&main_udmap 0x4101>, /* ingress slice 1 */ [all …]
|
D | k3-am654-idk.dtso | 53 dmas = <&main_udmap 0xc100>, /* egress slice 0 */ 54 <&main_udmap 0xc101>, /* egress slice 0 */ 55 <&main_udmap 0xc102>, /* egress slice 0 */ 56 <&main_udmap 0xc103>, /* egress slice 0 */ 57 <&main_udmap 0xc104>, /* egress slice 1 */ 58 <&main_udmap 0xc105>, /* egress slice 1 */ 59 <&main_udmap 0xc106>, /* egress slice 1 */ 60 <&main_udmap 0xc107>, /* egress slice 1 */ 62 <&main_udmap 0x4100>, /* ingress slice 0 */ 63 <&main_udmap 0x4101>; /* ingress slice 1 */ [all …]
|
D | k3-am654-icssg2.dtso | 51 dmas = <&main_udmap 0xc300>, /* egress slice 0 */ 52 <&main_udmap 0xc301>, /* egress slice 0 */ 53 <&main_udmap 0xc302>, /* egress slice 0 */ 54 <&main_udmap 0xc303>, /* egress slice 0 */ 55 <&main_udmap 0xc304>, /* egress slice 1 */ 56 <&main_udmap 0xc305>, /* egress slice 1 */ 57 <&main_udmap 0xc306>, /* egress slice 1 */ 58 <&main_udmap 0xc307>, /* egress slice 1 */ 59 <&main_udmap 0x4300>, /* ingress slice 0 */ 60 <&main_udmap 0x4301>; /* ingress slice 1 */
|
/linux-6.14.4/drivers/misc/eeprom/ |
D | max6875.c | 54 static void max6875_update_slice(struct i2c_client *client, int slice) in max6875_update_slice() argument 60 if (slice >= USER_EEPROM_SLICES) in max6875_update_slice() 65 buf = &data->data[slice << SLICE_BITS]; in max6875_update_slice() 67 if (!(data->valid & (1 << slice)) || in max6875_update_slice() 68 time_after(jiffies, data->last_updated[slice])) { in max6875_update_slice() 70 dev_dbg(&client->dev, "Starting update of slice %u\n", slice); in max6875_update_slice() 72 data->valid &= ~(1 << slice); in max6875_update_slice() 74 addr = USER_EEPROM_BASE + (slice << SLICE_BITS); in max6875_update_slice() 99 data->last_updated[slice] = jiffies; in max6875_update_slice() 100 data->valid |= (1 << slice); in max6875_update_slice() [all …]
|
/linux-6.14.4/tools/sched_ext/include/scx/ |
D | compat.bpf.h | 34 void scx_bpf_dispatch___compat(struct task_struct *p, u64 dsq_id, u64 slice, u64 enq_flags) __ksym … 35 void scx_bpf_dispatch_vtime___compat(struct task_struct *p, u64 dsq_id, u64 slice, u64 vtime, u64 e… 37 void scx_bpf_dispatch_from_dsq_set_slice___compat(struct bpf_iter_scx_dsq *it__iter, u64 slice) __k… 42 #define scx_bpf_dsq_insert(p, dsq_id, slice, enq_flags) \ argument 44 scx_bpf_dsq_insert((p), (dsq_id), (slice), (enq_flags)) : \ 45 scx_bpf_dispatch___compat((p), (dsq_id), (slice), (enq_flags))) 47 #define scx_bpf_dsq_insert_vtime(p, dsq_id, slice, vtime, enq_flags) \ argument 49 scx_bpf_dsq_insert_vtime((p), (dsq_id), (slice), (vtime), (enq_flags)) : \ 50 scx_bpf_dispatch_vtime___compat((p), (dsq_id), (slice), (vtime), (enq_flags))) 57 #define __COMPAT_scx_bpf_dsq_move_set_slice(it__iter, slice) \ argument [all …]
|
/linux-6.14.4/arch/mips/sgi-ip27/ |
D | ip27-nmi.c | 30 void install_cpu_nmi_handler(int slice) in install_cpu_nmi_handler() argument 34 nmi_addr = (nmi_t *)NMI_ADDR(get_nasid(), slice); in install_cpu_nmi_handler() 49 static void nmi_cpu_eframe_save(nasid_t nasid, int slice) in nmi_cpu_eframe_save() argument 57 slice * IP27_NMI_KREGS_CPU_SIZE); in nmi_cpu_eframe_save() 59 pr_emerg("NMI nasid %d: slice %d\n", nasid, slice); in nmi_cpu_eframe_save() 125 static void nmi_dump_hub_irq(nasid_t nasid, int slice) in nmi_dump_hub_irq() argument 129 if (slice == 0) { /* Slice A */ in nmi_dump_hub_irq() 132 } else { /* Slice B */ in nmi_dump_hub_irq() 151 int slice; in nmi_node_eframe_save() local 157 for (slice = 0; slice < NODE_NUM_CPUS(slice); slice++) { in nmi_node_eframe_save() [all …]
|
/linux-6.14.4/drivers/gpu/drm/omapdrm/ |
D | tcm.h | 213 * This method slices off the topmost 2D slice from the parent area, and stores 214 * it in the 'slice' parameter. The 'parent' parameter will get modified to 216 * fit in a 2D slice, its tcm pointer is set to NULL to mark that it is no 220 * @param slice Pointer to the slice area that will get modified 222 static inline void tcm_slice(struct tcm_area *parent, struct tcm_area *slice) in tcm_slice() argument 224 *slice = *parent; in tcm_slice() 226 /* check if we need to slice */ in tcm_slice() 227 if (slice->tcm && !slice->is2d && in tcm_slice() 228 slice->p0.y != slice->p1.y && in tcm_slice() 229 (slice->p0.x || (slice->p1.x != slice->tcm->width - 1))) { in tcm_slice() [all …]
|
/linux-6.14.4/drivers/staging/media/sunxi/cedrus/ |
D | cedrus_vp8.c | 526 const struct v4l2_ctrl_vp8_frame *slice) in cedrus_read_header() argument 530 if (V4L2_VP8_FRAME_IS_KEY_FRAME(slice)) { in cedrus_read_header() 554 if (!V4L2_VP8_FRAME_IS_KEY_FRAME(slice)) in cedrus_read_header() 559 if (!V4L2_VP8_FRAME_IS_KEY_FRAME(slice)) in cedrus_read_header() 569 if (!V4L2_VP8_FRAME_IS_KEY_FRAME(slice)) { in cedrus_read_header() 594 static void cedrus_vp8_update_probs(const struct v4l2_ctrl_vp8_frame *slice, in cedrus_vp8_update_probs() argument 599 memcpy(&prob_table[0x1008], slice->entropy.y_mode_probs, in cedrus_vp8_update_probs() 600 sizeof(slice->entropy.y_mode_probs)); in cedrus_vp8_update_probs() 601 memcpy(&prob_table[0x1010], slice->entropy.uv_mode_probs, in cedrus_vp8_update_probs() 602 sizeof(slice->entropy.uv_mode_probs)); in cedrus_vp8_update_probs() [all …]
|
D | cedrus_h264.c | 237 const struct v4l2_ctrl_h264_slice_params *slice = run->h264.slice_params; in cedrus_write_ref_list0() local 240 slice->ref_pic_list0, in cedrus_write_ref_list0() 241 slice->num_ref_idx_l0_active_minus1 + 1, in cedrus_write_ref_list0() 248 const struct v4l2_ctrl_h264_slice_params *slice = run->h264.slice_params; in cedrus_write_ref_list1() local 251 slice->ref_pic_list1, in cedrus_write_ref_list1() 252 slice->num_ref_idx_l1_active_minus1 + 1, in cedrus_write_ref_list1() 345 const struct v4l2_ctrl_h264_slice_params *slice = run->h264.slice_params; in cedrus_set_params() local 389 cedrus_skip_bits(dev, slice->header_bit_size); in cedrus_set_params() 391 if (V4L2_H264_CTRL_PRED_WEIGHTS_REQUIRED(pps, slice)) in cedrus_set_params() 394 if ((slice->slice_type == V4L2_H264_SLICE_TYPE_P) || in cedrus_set_params() [all …]
|
/linux-6.14.4/drivers/accel/qaic/ |
D | qaic_data.c | 161 struct bo_slice *slice = container_of(kref, struct bo_slice, ref_count); in free_slice() local 163 slice->bo->total_slice_nents -= slice->nents; in free_slice() 164 list_del(&slice->slice); in free_slice() 165 drm_gem_object_put(&slice->bo->base); in free_slice() 166 sg_free_table(slice->sgt); in free_slice() 167 kfree(slice->sgt); in free_slice() 168 kfree(slice->reqs); in free_slice() 169 kfree(slice); in free_slice() 255 static int encode_reqs(struct qaic_device *qdev, struct bo_slice *slice, in encode_reqs() argument 267 if (!slice->no_xfer) in encode_reqs() [all …]
|
/linux-6.14.4/arch/mips/include/asm/sn/ |
D | addrs.h | 278 #define EX_HANDLER_OFFSET(slice) ((slice) << 16) argument 279 #define EX_HANDLER_ADDR(nasid, slice) \ argument 280 PHYS_TO_K0(NODE_OFFSET(nasid) | EX_HANDLER_OFFSET(slice)) 283 #define EX_FRAME_OFFSET(slice) ((slice) << 16 | 0x400) argument 284 #define EX_FRAME_ADDR(nasid, slice) \ argument 285 PHYS_TO_K0(NODE_OFFSET(nasid) | EX_FRAME_OFFSET(slice)) 332 #define LAUNCH_OFFSET(nasid, slice) \ argument 334 KLD_LAUNCH(nasid)->stride * (slice)) 335 #define LAUNCH_ADDR(nasid, slice) \ argument 336 TO_NODE_UNCAC((nasid), LAUNCH_OFFSET(nasid, slice)) [all …]
|
/linux-6.14.4/include/drm/display/ |
D | drm_dsc.h | 93 * @slice_width: Width of each slice in pixels 97 * @slice_height: Slice height in pixels 163 * line of slice. 167 * @initial_offset: Value to use for RC model offset at slice start 199 * at beginning of a slice. 205 * used at the beginning of a slice. 213 * @slice_bpg_offset: BPG offset used to enforce slice bit 230 * The (max) size in bytes of the "chunks" that are used in slice 256 * Additional bits/grp for seconnd line of slice for native 4:2:0 262 * slice [all …]
|
/linux-6.14.4/drivers/gpu/drm/i915/gt/ |
D | intel_sseu.c | 38 intel_sseu_get_hsw_subslices(const struct sseu_dev_info *sseu, u8 slice) in intel_sseu_get_hsw_subslices() argument 41 if (WARN_ON(slice >= sseu->max_slices)) in intel_sseu_get_hsw_subslices() 44 return sseu->subslice_mask.hsw[slice]; in intel_sseu_get_hsw_subslices() 47 static u16 sseu_get_eus(const struct sseu_dev_info *sseu, int slice, in sseu_get_eus() argument 51 WARN_ON(slice > 0); in sseu_get_eus() 54 return sseu->eu_mask.hsw[slice][subslice]; in sseu_get_eus() 58 static void sseu_set_eus(struct sseu_dev_info *sseu, int slice, int subslice, in sseu_set_eus() argument 63 GEM_WARN_ON(slice > 0); in sseu_set_eus() 66 sseu->eu_mask.hsw[slice][subslice] = eu_mask; in sseu_set_eus() 221 * The concept of slice has been removed in Xe_HP. To be compatible in xehp_sseu_info_init() [all …]
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/inc/ |
D | resource.h | 183 * | ODM slice 0 | ODM slice 1 | 206 * | | plane 0 | slice 0 | | 210 * | | plane 0 | slice 1 | | | 247 * most MPC slice of the top most layer. If it doesn't have a plane it 255 * processing output pixels in its own ODM slice. It may or may not have 257 * its own ODM slice. If it doesn't have a plane it can output pixel 259 * data in its own ODM slice. OTG master pipe is also an OPP head pipe 266 * its own MPC slice of a plane. It must be connected to an OPP head 288 * The stream must have all planes removed and ODM/MPC slice counts are reset 318 * Update ODM slice count by acquiring or releasing pipes. If new slices need [all …]
|
/linux-6.14.4/Documentation/ABI/testing/ |
D | debugfs-driver-qat_telemetry | 64 util_cpr<N> utilization of Compression slice N [%] 65 exec_cpr<N> execution count of Compression slice N 66 util_xlt<N> utilization of Translator slice N [%] 67 exec_xlt<N> execution count of Translator slice N 68 util_dcpr<N> utilization of Decompression slice N [%] 69 exec_dcpr<N> execution count of Decompression slice N 72 util_ucs<N> utilization of UCS slice N [%] 73 exec_ucs<N> execution count of UCS slice N 75 slice N [%] 77 slice N [all …]
|
/linux-6.14.4/arch/powerpc/mm/book3s64/ |
D | slice.c | 97 static int slice_low_has_vma(struct mm_struct *mm, unsigned long slice) in slice_low_has_vma() argument 99 return !slice_area_is_free(mm, slice << SLICE_LOW_SHIFT, in slice_low_has_vma() 103 static int slice_high_has_vma(struct mm_struct *mm, unsigned long slice) in slice_high_has_vma() argument 105 unsigned long start = slice << SLICE_HIGH_SHIFT; in slice_high_has_vma() 191 /* Write the new slice psize bits */ in slice_convert() 255 * Compute which slice addr is part of; 256 * set *boundary_addr to the start or end boundary of that slice 258 * return boolean indicating if the slice is marked as available in the 265 unsigned long slice; in slice_scan_available() local 267 slice = GET_LOW_SLICE_INDEX(addr); in slice_scan_available() [all …]
|
/linux-6.14.4/drivers/gpu/drm/i915/ |
D | i915_sysfs.c | 68 int slice = (int)(uintptr_t)attr->private; in i915_l3_read() local 80 if (i915->l3_parity.remap_info[slice]) in i915_l3_read() 82 i915->l3_parity.remap_info[slice] + offset / sizeof(u32), in i915_l3_read() 96 int slice = (int)(uintptr_t)attr->private; in i915_l3_write() local 114 if (i915->l3_parity.remap_info[slice]) { in i915_l3_write() 116 remap_info = i915->l3_parity.remap_info[slice]; in i915_l3_write() 118 i915->l3_parity.remap_info[slice] = remap_info; in i915_l3_write() 126 ctx->remap_slice |= BIT(slice); in i915_l3_write() 174 "l3 parity slice 1 setup failed\n"); in i915_setup_sysfs()
|