/openbmc/linux/drivers/net/ethernet/ti/icssg/ |
H A 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 …]
|
H A D | icssg_config.c | 112 int slice = prueth_emac_slice(emac); in icssg_config_mii_init() local 117 rxcfg_reg = (slice == ICSS_MII0) ? PRUSS_MII_RT_RXCFG0 : in icssg_config_mii_init() 119 txcfg_reg = (slice == ICSS_MII0) ? PRUSS_MII_RT_TXCFG0 : in icssg_config_mii_init() 121 pcnt_reg = (slice == ICSS_MII0) ? PRUSS_MII_RT_RX_PCNT0 : in icssg_config_mii_init() 127 if (slice == ICSS_MII1) in icssg_config_mii_init() 133 if (emac->phy_if == PHY_INTERFACE_MODE_MII && slice == ICSS_MII0) in icssg_config_mii_init() 135 else if (emac->phy_if != PHY_INTERFACE_MODE_MII && slice == ICSS_MII1) in icssg_config_mii_init() 143 static void icssg_miig_queues_init(struct prueth *prueth, int slice) in icssg_miig_queues_init() argument 152 if (slice) in icssg_miig_queues_init() 160 queue = slice ? RECYCLE_Q_SLICE1 : RECYCLE_Q_SLICE0; in icssg_miig_queues_init() [all …]
|
H A D | icssg_prueth.c | 269 int ret, slice, i; in prueth_init_tx_chns() local 272 slice = prueth_emac_slice(emac); in prueth_init_tx_chns() 273 if (slice < 0) in prueth_init_tx_chns() 274 return slice; in prueth_init_tx_chns() 290 "tx%d-%d", slice, i); in prueth_init_tx_chns() 347 int i, ret = 0, slice; in prueth_init_rx_chns() local 349 slice = prueth_emac_slice(emac); in prueth_init_rx_chns() 350 if (slice < 0) in prueth_init_rx_chns() 351 return slice; in prueth_init_rx_chns() 354 snprintf(rx_chn->name, sizeof(rx_chn->name), "%s%d", name, slice); in prueth_init_rx_chns() [all …]
|
/openbmc/linux/block/partitions/ |
H A 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 …]
|
/openbmc/linux/include/linux/soc/qcom/ |
H A D | llcc-qcom.h | 60 * struct llcc_slice_desc - Cache slice descriptor 61 * @slice_id: llcc slice id 62 * @slice_size: Size allocated for the llcc slice 119 * @cfg: pointer to the data structure for slice configuration 121 * @lock: mutex associated with each slice 125 * @bitmap: Bit map to track the active slice ids 145 * llcc_slice_getd - get llcc slice descriptor 151 * llcc_slice_putd - llcc slice descritpor 152 * @desc: Pointer to llcc slice descriptor 157 * llcc_get_slice_id - get slice id [all …]
|
/openbmc/linux/sound/pci/au88x0/ |
H A 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 …]
|
H A 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…
|
/openbmc/linux/drivers/misc/eeprom/ |
H A 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 …]
|
H A D | eeprom.c | 35 u8 valid; /* bitfield, bit!=0 if slice is valid */ 42 static void eeprom_update_client(struct i2c_client *client, u8 slice) in eeprom_update_client() argument 49 if (!(data->valid & (1 << slice)) || in eeprom_update_client() 50 time_after(jiffies, data->last_updated[slice] + 300 * HZ)) { in eeprom_update_client() 51 dev_dbg(&client->dev, "Starting eeprom update, slice %u\n", slice); in eeprom_update_client() 54 for (i = slice << 5; i < (slice + 1) << 5; i += 32) in eeprom_update_client() 60 for (i = slice << 5; i < (slice + 1) << 5; i += 2) { in eeprom_update_client() 68 data->last_updated[slice] = jiffies; in eeprom_update_client() 69 data->valid |= (1 << slice); in eeprom_update_client() 81 u8 slice; in eeprom_read() local [all …]
|
/openbmc/linux/rust/alloc/ |
H A D | slice.rs | 3 //! Utilities for the slice primitive type. 5 //! *[See also the slice primitive type](slice).* 8 //! using a certain function. For example, `slice.iter()` yields an [`Iter`]. 10 //! A few functions are provided to create a slice from a value reference 25 use core::slice::sort; 39 pub use core::slice::range; 41 pub use core::slice::ArrayChunks; 43 pub use core::slice::ArrayChunksMut; 45 pub use core::slice::ArrayWindows; 47 pub use core::slice::EscapeAscii; [all …]
|
/openbmc/linux/arch/mips/sgi-ip27/ |
H A D | ip27-nmi.c | 37 void install_cpu_nmi_handler(int slice) in install_cpu_nmi_handler() argument 41 nmi_addr = (nmi_t *)NMI_ADDR(get_nasid(), slice); in install_cpu_nmi_handler() 56 void nmi_cpu_eframe_save(nasid_t nasid, int slice) in nmi_cpu_eframe_save() argument 64 slice * IP27_NMI_KREGS_CPU_SIZE); in nmi_cpu_eframe_save() 66 pr_emerg("NMI nasid %d: slice %d\n", nasid, slice); in nmi_cpu_eframe_save() 132 void nmi_dump_hub_irq(nasid_t nasid, int slice) in nmi_dump_hub_irq() argument 136 if (slice == 0) { /* Slice A */ in nmi_dump_hub_irq() 139 } else { /* Slice B */ in nmi_dump_hub_irq() 158 int slice; in nmi_node_eframe_save() local 164 for (slice = 0; slice < NODE_NUM_CPUS(slice); slice++) { in nmi_node_eframe_save() [all …]
|
/openbmc/linux/drivers/accel/qaic/ |
H A D | qaic_data.c | 155 struct bo_slice *slice = container_of(kref, struct bo_slice, ref_count); in free_slice() local 157 list_del(&slice->slice); in free_slice() 158 drm_gem_object_put(&slice->bo->base); in free_slice() 159 sg_free_table(slice->sgt); in free_slice() 160 kfree(slice->sgt); in free_slice() 161 kfree(slice->reqs); in free_slice() 162 kfree(slice); in free_slice() 245 static int encode_reqs(struct qaic_device *qdev, struct bo_slice *slice, in encode_reqs() argument 257 if (!slice->no_xfer) in encode_reqs() 258 cmd |= (slice->dir == DMA_TO_DEVICE ? INBOUND_XFER : OUTBOUND_XFER); in encode_reqs() [all …]
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A 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 …]
|
/openbmc/linux/drivers/staging/media/sunxi/cedrus/ |
H A 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 …]
|
H A 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 …]
|
/openbmc/linux/arch/mips/include/asm/sn/ |
H A 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 …]
|
/openbmc/linux/include/drm/display/ |
H A D | drm_dsc.h | 96 * @slice_width: Width of each slice in pixels 100 * @slice_height: Slice height in pixels 166 * line of slice. 170 * @initial_offset: Value to use for RC model offset at slice start 202 * at beginning of a slice. 208 * used at the beginning of a slice. 216 * @slice_bpg_offset: BPG offset used to enforce slice bit 233 * The (max) size in bytes of the "chunks" that are used in slice 259 * Additional bits/grp for seconnd line of slice for native 4:2:0 265 * slice [all …]
|
/openbmc/linux/rust/alloc/vec/ |
H A D | spec_extend.rs | 6 use core::slice::{self}; 101 impl<'a, T: 'a, A: Allocator> SpecExtend<&'a T, slice::Iter<'a, T>> for Vec<T, A> 105 fn spec_extend(&mut self, iterator: slice::Iter<'a, T>) { in spec_extend() 106 let slice = iterator.as_slice(); in spec_extend() localVariable 107 unsafe { self.append_elements(slice) }; in spec_extend() 111 impl<'a, T: 'a, A: Allocator> TrySpecExtend<&'a T, slice::Iter<'a, T>> for Vec<T, A> 115 fn try_spec_extend(&mut self, iterator: slice::Iter<'a, T>) -> Result<(), TryReserveError> { in try_spec_extend() 116 let slice = iterator.as_slice(); in try_spec_extend() localVariable 117 unsafe { self.try_append_elements(slice) } in try_spec_extend()
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | ti,icssg-prueth.yaml | 152 dmas = <&main_udmap 0xc300>, /* egress slice 0 */ 153 <&main_udmap 0xc301>, /* egress slice 0 */ 154 <&main_udmap 0xc302>, /* egress slice 0 */ 155 <&main_udmap 0xc303>, /* egress slice 0 */ 156 <&main_udmap 0xc304>, /* egress slice 1 */ 157 <&main_udmap 0xc305>, /* egress slice 1 */ 158 <&main_udmap 0xc306>, /* egress slice 1 */ 159 <&main_udmap 0xc307>, /* egress slice 1 */ 160 <&main_udmap 0x4300>, /* ingress slice 0 */ 161 <&main_udmap 0x4301>; /* ingress slice 1 */
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A 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() 226 * The concept of slice has been removed in Xe_HP. To be compatible in xehp_sseu_info_init() [all …]
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A 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 …]
|
/openbmc/linux/drivers/hid/surface-hid/ |
H A D | surface_hid.c | 45 struct surface_hid_buffer_slice *slice; in ssam_hid_get_descriptor() local 70 slice = (struct surface_hid_buffer_slice *)buffer; in ssam_hid_get_descriptor() 71 slice->entry = entry; in ssam_hid_get_descriptor() 72 slice->end = 0; in ssam_hid_get_descriptor() 77 while (!slice->end && offset < len) { in ssam_hid_get_descriptor() 78 put_unaligned_le32(offset, &slice->offset); in ssam_hid_get_descriptor() 79 put_unaligned_le32(length, &slice->length); in ssam_hid_get_descriptor() 84 sizeof(*slice)); in ssam_hid_get_descriptor() 88 offset = get_unaligned_le32(&slice->offset); in ssam_hid_get_descriptor() 89 length = get_unaligned_le32(&slice->length); in ssam_hid_get_descriptor() [all …]
|
/openbmc/qemu/include/qemu/ |
H A D | ratelimit.h | 33 * in the current time slice, return 0 (i.e. no delay). Otherwise 35 * slice that will permit sending the next chunk of data. 38 * permitted; the time slice will be extended accordingly. 53 /* Previous, possibly extended, time slice finished; reset the in ratelimit_calculate_delay() 62 /* We may send further data within the current time slice, no in ratelimit_calculate_delay() 68 * slice. */ in ratelimit_calculate_delay()
|
/openbmc/linux/arch/m68k/coldfire/ |
H A D | sltimers.c | 5 * sltimers.c -- generic ColdFire slice timer support. 34 * By default use Slice Timer 1 as the profiler clock timer. 46 /* Reset Slice Timer 1 */ in mcfslt_profile_tick() 79 * By default use Slice Timer 0 as the system clock timer. 88 /* Reset Slice Timer 0 */ in mcfslt_tick() 109 /* subtract because slice timers count down */ in mcfslt_read_clk() 127 * The coldfire slice timer (SLT) runs from STCNT to 0 included, in hw_timer_init() 135 /* initialize mcfslt_cnt knowing that slice timers count down */ in hw_timer_init()
|
/openbmc/linux/drivers/media/platform/st/sti/hva/ |
H A D | hva-h264.c | 154 * @frame_num: the parameter to be written in the slice header 160 * @slice_size_type: 0 = no constraint to close the slice 161 * 1= a slice is closed as soon as the slice_mb_size limit 163 * 2= a slice is closed as soon as the slice_byte_size limit 165 * 3= a slice is closed as soon as either the slice_byte_size 167 * @slice_mb_size: defines the slice size in number of macroblocks 178 * the slice are filtered. 180 * edges of the slice. 182 * the slice are filtered with exception of the block edges 183 * that coincide with slice boundaries [all …]
|