Home
last modified time | relevance | path

Searched full:s2m (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma_debug.c245 al_dbg("S2M AXI regs:\n"); in al_udma_regs_s2m_axi_print()
246 AL_UDMA_PRINT_REG(udma, " ", "\n", s2m, axi_s2m, data_wr_cfg_1); in al_udma_regs_s2m_axi_print()
247 AL_UDMA_PRINT_REG(udma, " ", "\n", s2m, axi_s2m, data_wr_cfg_2); in al_udma_regs_s2m_axi_print()
248 AL_UDMA_PRINT_REG(udma, " ", "\n", s2m, axi_s2m, desc_rd_cfg_4); in al_udma_regs_s2m_axi_print()
249 AL_UDMA_PRINT_REG(udma, " ", "\n", s2m, axi_s2m, desc_rd_cfg_5); in al_udma_regs_s2m_axi_print()
250 AL_UDMA_PRINT_REG(udma, " ", "\n", s2m, axi_s2m, comp_wr_cfg_1); in al_udma_regs_s2m_axi_print()
251 AL_UDMA_PRINT_REG(udma, " ", "\n", s2m, axi_s2m, comp_wr_cfg_2); in al_udma_regs_s2m_axi_print()
252 AL_UDMA_PRINT_REG(udma, " ", "\n", s2m, axi_s2m, data_wr_cfg); in al_udma_regs_s2m_axi_print()
253 AL_UDMA_PRINT_REG(udma, " ", "\n", s2m, axi_s2m, desc_rd_cfg_3); in al_udma_regs_s2m_axi_print()
254 AL_UDMA_PRINT_REG(udma, " ", "\n", s2m, axi_s2m, desc_wr_cfg_1); in al_udma_regs_s2m_axi_print()
[all …]
H A Dal_hal_udma_config.c190 /** Configure AXI S2M submaster */
231 /** Configure UDMA AXI S2M configuration */
239 &udma->udma_regs->s2m.axi_s2m.data_wr_cfg_1, in al_udma_s2m_axi_set()
240 &udma->udma_regs->s2m.axi_s2m.data_wr_cfg_2, in al_udma_s2m_axi_set()
241 &udma->udma_regs->s2m.axi_s2m.data_wr_cfg); in al_udma_s2m_axi_set()
244 &udma->udma_regs->s2m.axi_s2m.desc_rd_cfg_4, in al_udma_s2m_axi_set()
245 &udma->udma_regs->s2m.axi_s2m.desc_rd_cfg_5, in al_udma_s2m_axi_set()
246 &udma->udma_regs->s2m.axi_s2m.desc_rd_cfg_3); in al_udma_s2m_axi_set()
249 &udma->udma_regs->s2m.axi_s2m.comp_wr_cfg_1, in al_udma_s2m_axi_set()
250 &udma->udma_regs->s2m.axi_s2m.comp_wr_cfg_2, in al_udma_s2m_axi_set()
[all …]
H A Dal_hal_udma_regs_s2m.h40 * @brief C Header file for the UDMA S2M registers
96 * [0xc] S2M DMA error log mask.
98 * This register determines if these errors cause the S2M DMA to log the
127 /* [0x28] S2M stream data FIFO status */
129 /* [0x2c] S2M stream header FIFO status */
131 /* [0x30] S2M AXI data FIFO status */
133 /* [0x34] S2M unack FIFO status */
138 * [0x3c] S2M prefetch FIFO status.
143 * [0x40] S2M completion FIFO status.
147 /* [0x44] S2M state machine and FIFO clear control */
[all …]
H A Dal_hal_udma_config.h102 /** UDMA AXI S2M configuration */
155 /** S2M Descriptor Prefetch configuration */
177 /** S2M Data write configuration */
192 uint32_t flags; /* bitwise of flags of s2m
197 /** S2M Completion configuration */
304 /** S2M UDMA per queue completion configuration */
364 /* Configure UDMA AXI S2M configuration */
382 /* set s2m packets' max descriptors */
387 /* Configure S2M UDMA descriptor prefetch */
393 /* Configure S2M UDMA data write */
[all …]
H A Dal_hal_udma_regs.h60 /** UDMA registers, either m2s or s2m */
63 struct udma_s2m_regs s2m; member
69 struct udma_s2m_regs s2m; member
74 /** UDMA submission and completion registers, M2S and S2M UDMAs have same stucture */
92 /** M2S and S2M generic structure of Q registers */
H A Dal_hal_udma_main.c95 &udma->udma_regs->s2m.s2m_comp.cfg_application_ack, 0); in al_udma_set_defaults()
157 &udma_q->udma->udma_regs->s2m.s2m_comp.cfg_1c); in al_udma_q_config_compl()
162 al_reg_write32(&udma_q->udma->udma_regs->s2m.s2m_comp.cfg_1c in al_udma_q_config_compl()
251 udma->udma_regs = (union udma_regs *)&udma_params->udma_regs_base->s2m; in al_udma_init()
315 &udma->udma_regs->s2m.s2m_q[qid]; in al_udma_q_init()
490 al_reg_write32(&udma->udma_regs->s2m.s2m.change_state, reg); in al_udma_state_set()
510 state_reg = al_reg_read32(&udma->udma_regs->s2m.s2m.state); in al_udma_state_get()
H A Dal_hal_udma_regs_gen.h215 /* Swap S2M descriptor read and completion descriptor write. */
217 /* Swap S2M data write. */
252 /* For S2M queues 3:0, enable usage of the Target-ID from the buffer address 63:56 */
256 * For S2M queues 3:0, enable usage of the Target-ID from the configuration register
H A Dal_hal_udma_iofic.h129 * two cause registers (group A and group B) that covers UDMA M2S/S2M errors.
278 * Secondary interrupt Controller, Group B, which holds the RX (S2M) error
399 * error, as it could be a normal situation in certain application. The S2M
407 * current packet and the timeout expires. The S2M UDMA behavior when it runs
410 * to configure theUDMA S2M timeout and behavior when there are no Rx
464 * interrupt and MSIX modes. The m2s/s2m errors/abort are a set of bit-wise
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dsamsung,s2mps11.yaml7 title: Samsung S2M and S5M family clock generator block
13 This is a part of device tree bindings for S2M and S5M family of Power
H A Dsamsung,s2mps11.txt1 Binding for Samsung S2M and S5M family clock generator block
4 This is a part of device tree bindings for S2M and S5M family multi-function
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/large_files/
H A Dlarge_files_002_pos.ksh46 log_must sh -c 'truncate -s2M $TESTDIR/ulimit_trunc_file'
55 log_mustnot sh -c 'truncate -s2M $TESTDIR/ulimit_trunc_file'
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dsamsung,s2mps11.txt1 Binding for Samsung S2M family regulator block
4 This is a part of device tree bindings for S2M family multi-function devices.
H A Dsamsung,s2mps11.yaml13 This is a part of device tree bindings for S2M and S5M family of Power
H A Dsamsung,s2mps13.yaml13 This is a part of device tree bindings for S2M and S5M family of Power
H A Dsamsung,s2mps15.yaml13 This is a part of device tree bindings for S2M and S5M family of Power
H A Dsamsung,s2mpu02.yaml13 This is a part of device tree bindings for S2M and S5M family of Power
H A Dsamsung,s2mps14.yaml13 This is a part of device tree bindings for S2M and S5M family of Power
H A Dsamsung,s2mpa01.yaml13 This is a part of device tree bindings for S2M and S5M family of Power
H A Dsamsung,s5m8767.yaml13 This is a part of device tree bindings for S2M and S5M family of Power
H A Dsamsung,s2mpa01.txt4 This is a part of device tree bindings for S2M family multi-function devices.
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dsamsung,sec-core.txt1 Binding for Samsung S2M and S5M family multi-function device
4 This is a part of device tree bindings for S2M and S5M family multi-function
H A Dsamsung,s2mpa01.yaml13 This is a part of device tree bindings for S2M and S5M family of Power
H A Dsamsung,s2mps11.yaml13 This is a part of device tree bindings for S2M and S5M family of Power
H A Dsamsung,s5m8767.yaml13 This is a part of device tree bindings for S2M and S5M family of Power
/freebsd/contrib/netbsd-tests/fs/ffs/
H A Dt_quotalimit.sh176 …RELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt edquota -$q -s2m/4 -h3m/6 \
223 …RELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt edquota -$q -s2m/4 -h3m/6 \
322 …RELOAD=/usr/lib/librumphijack.so RUMPHIJACK=vfs=getvfsstat,blanket=/mnt edquota -$q -s2m/4 -h3m/6 \

12