Home
last modified time | relevance | path

Searched refs:pend (Results 1 – 25 of 261) sorted by relevance

1234567891011

/OK3568_Linux_fs/kernel/arch/m68k/68000/
H A Dints.c82 unsigned long pend = ISR; in process_int() local
84 while (pend) { in process_int()
85 if (pend & 0x0000ffff) { in process_int()
86 if (pend & 0x000000ff) { in process_int()
87 if (pend & 0x0000000f) { in process_int()
95 if (pend & 0x00000f00) { in process_int()
104 if (pend & 0x00ff0000) { in process_int()
105 if (pend & 0x000f0000) { in process_int()
113 if (pend & 0x0f000000) { in process_int()
123 while (! (mask & pend)) { in process_int()
[all …]
/OK3568_Linux_fs/kernel/net/smc/
H A Dsmc_cdc.c64 struct smc_cdc_tx_pend **pend) in smc_cdc_get_free_slot() argument
70 (struct smc_wr_tx_pend_priv **)pend); in smc_cdc_get_free_slot()
75 (struct smc_wr_tx_pend_priv *)(*pend)); in smc_cdc_get_free_slot()
82 struct smc_cdc_tx_pend *pend) in smc_cdc_add_pending_send() argument
93 pend->conn = conn; in smc_cdc_add_pending_send()
94 pend->cursor = conn->tx_curs_sent; in smc_cdc_add_pending_send()
95 pend->p_cursor = conn->local_tx_ctrl.prod; in smc_cdc_add_pending_send()
96 pend->ctrl_seq = conn->tx_cdc_seq; in smc_cdc_add_pending_send()
101 struct smc_cdc_tx_pend *pend) in smc_cdc_msg_send() argument
107 smc_cdc_add_pending_send(conn, pend); in smc_cdc_msg_send()
[all …]
H A Dsmc_llc.c335 static void smc_llc_tx_handler(struct smc_wr_tx_pend_priv *pend, in smc_llc_tx_handler() argument
357 struct smc_wr_tx_pend_priv **pend) in smc_llc_add_pending_send() argument
362 pend); in smc_llc_add_pending_send()
382 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_confirm_link() local
388 rc = smc_llc_add_pending_send(link, &wr_buf, &pend); in smc_llc_send_confirm_link()
406 rc = smc_wr_tx_send(link, pend); in smc_llc_send_confirm_link()
417 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_confirm_rkey() local
424 rc = smc_llc_add_pending_send(send_link, &wr_buf, &pend); in smc_llc_send_confirm_rkey()
452 rc = smc_wr_tx_send(send_link, pend); in smc_llc_send_confirm_rkey()
463 struct smc_wr_tx_pend_priv *pend; in smc_llc_send_delete_rkey() local
[all …]
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpsrv.c176 char pbuf[384], *pend = pbuf+sizeof(pbuf); in SendConnectResult() local
190 enc = AMF_EncodeString(enc, pend, &av__result); in SendConnectResult()
191 enc = AMF_EncodeNumber(enc, pend, txn); in SendConnectResult()
195 enc = AMF_EncodeNamedString(enc, pend, &av_fmsVer, &av); in SendConnectResult()
196 enc = AMF_EncodeNamedNumber(enc, pend, &av_capabilities, 31.0); in SendConnectResult()
197 enc = AMF_EncodeNamedNumber(enc, pend, &av_mode, 1.0); in SendConnectResult()
205 enc = AMF_EncodeNamedString(enc, pend, &av_level, &av); in SendConnectResult()
207 enc = AMF_EncodeNamedString(enc, pend, &av_code, &av); in SendConnectResult()
209 enc = AMF_EncodeNamedString(enc, pend, &av_description, &av); in SendConnectResult()
210 enc = AMF_EncodeNamedNumber(enc, pend, &av_objectEncoding, r->m_fEncoding); in SendConnectResult()
[all …]
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.c1582 char pbuf[4096], *pend = pbuf + sizeof(pbuf); in SendConnectPacket() local
1597 enc = AMF_EncodeString(enc, pend, &av_connect); in SendConnectPacket()
1598 enc = AMF_EncodeNumber(enc, pend, ++r->m_numInvokes); in SendConnectPacket()
1601 enc = AMF_EncodeNamedString(enc, pend, &av_app, &r->Link.app); in SendConnectPacket()
1606 enc = AMF_EncodeNamedString(enc, pend, &av_type, &av_nonprivate); in SendConnectPacket()
1612 enc = AMF_EncodeNamedString(enc, pend, &av_flashVer, &r->Link.flashVer); in SendConnectPacket()
1618 enc = AMF_EncodeNamedString(enc, pend, &av_swfUrl, &r->Link.swfUrl); in SendConnectPacket()
1624 enc = AMF_EncodeNamedString(enc, pend, &av_tcUrl, &r->Link.tcUrl); in SendConnectPacket()
1630 enc = AMF_EncodeNamedBoolean(enc, pend, &av_fpad, FALSE); in SendConnectPacket()
1633 enc = AMF_EncodeNamedNumber(enc, pend, &av_capabilities, 15.0); in SendConnectPacket()
[all …]
/OK3568_Linux_fs/u-boot/board/socrates/
H A Dsdram.c68 uint *pend = (uint *) CONFIG_SYS_MEMTEST_END; in testdram() local
72 for (p = pstart; p < pend; p++) in testdram()
75 for (p = pstart; p < pend; p++) { in testdram()
83 for (p = pstart; p < pend; p++) in testdram()
86 for (p = pstart; p < pend; p++) { in testdram()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/82xx/
H A Dpq2ads-pci-pic.c81 u32 stat, mask, pend; in pq2ads_pci_irq_demux() local
88 pend = stat & ~mask; in pq2ads_pci_irq_demux()
90 if (!pend) in pq2ads_pci_irq_demux()
93 for (bit = 0; pend != 0; ++bit, pend <<= 1) { in pq2ads_pci_irq_demux()
94 if (pend & 0x80000000) { in pq2ads_pci_irq_demux()
/OK3568_Linux_fs/kernel/arch/mips/sni/
H A Dpcimt.c235 u8 pend = *(volatile char *)PCIMT_CSITPEND; in pcimt_hwint1() local
238 if (pend & IT_EISA) { in pcimt_hwint1()
252 if (!(pend & IT_SCSI)) { in pcimt_hwint1()
265 u8 pend = *(volatile char *)PCIMT_CSITPEND; in pcimt_hwint3() local
268 pend &= (IT_INTA | IT_INTB | IT_INTC | IT_INTD); in pcimt_hwint3()
269 pend ^= (IT_INTA | IT_INTB | IT_INTC | IT_INTD); in pcimt_hwint3()
271 irq = PCIMT_IRQ_INT2 + ffs(pend) - 1; in pcimt_hwint3()
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-sunxi-nmi.c60 u32 pend; member
66 .pend = SUN6I_R_INTC_PENDING,
72 .pend = SUN6I_NMI_PENDING,
78 .pend = SUN7I_NMI_PENDING,
84 .pend = SUN9I_NMI_PENDING,
204 gc->chip_types[0].regs.ack = reg_offs->pend; in sunxi_sc_nmi_irq_init()
214 gc->chip_types[1].regs.ack = reg_offs->pend; in sunxi_sc_nmi_irq_init()
223 sunxi_sc_nmi_write(gc, reg_offs->pend, SUNXI_NMI_IRQ_BIT); in sunxi_sc_nmi_irq_init()
H A Dspear-shirq.c188 u32 pend; in shirq_handler() local
190 pend = readl(shirq->base + shirq->status_reg) & shirq->mask; in shirq_handler()
191 pend >>= shirq->offset; in shirq_handler()
193 while (pend) { in shirq_handler()
194 int irq = __ffs(pend); in shirq_handler()
196 pend &= ~(0x1 << irq); in shirq_handler()
/OK3568_Linux_fs/kernel/arch/mips/sgi-ip30/
H A Dip30-irq.c100 u64 pend, mask; in ip30_normal_irq() local
103 pend = heart_read(&heart_regs->isr); in ip30_normal_irq()
107 pend &= mask; in ip30_normal_irq()
108 if (unlikely(!pend)) in ip30_normal_irq()
112 if (pend & BIT_ULL(HEART_L2_INT_RESCHED_CPU_0)) { in ip30_normal_irq()
116 } else if (pend & BIT_ULL(HEART_L2_INT_RESCHED_CPU_1)) { in ip30_normal_irq()
120 } else if (pend & BIT_ULL(HEART_L2_INT_CALL_CPU_0)) { in ip30_normal_irq()
124 } else if (pend & BIT_ULL(HEART_L2_INT_CALL_CPU_1)) { in ip30_normal_irq()
132 irq = irq_linear_revmap(domain, __ffs(pend)); in ip30_normal_irq()
/OK3568_Linux_fs/kernel/drivers/net/can/c_can/
H A Dc_can.c715 u32 idx, obj, pkts = 0, bytes = 0, pend, clr; in c_can_do_tx() local
717 clr = pend = priv->read_reg(priv, C_CAN_INTPND2_REG); in c_can_do_tx()
719 while ((idx = ffs(pend))) { in c_can_do_tx()
721 pend &= ~(1 << idx); in c_can_do_tx()
747 static u32 c_can_adjust_pending(u32 pend) in c_can_adjust_pending() argument
751 if (pend == RECEIVE_OBJECT_BITS) in c_can_adjust_pending()
752 return pend; in c_can_adjust_pending()
758 weight = hweight32(pend); in c_can_adjust_pending()
759 lasts = fls(pend); in c_can_adjust_pending()
763 return pend; in c_can_adjust_pending()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/rb532/
H A Dirq.c215 unsigned int ip, pend, group; in plat_irq_dispatch() local
228 pend = READ_PEND(addr); in plat_irq_dispatch()
229 pend &= ~READ_MASK(addr); /* only unmasked interrupts */ in plat_irq_dispatch()
230 pend = 39 + (fls(pend) - 32); in plat_irq_dispatch()
231 do_IRQ((group << 5) + pend); in plat_irq_dispatch()
/OK3568_Linux_fs/u-boot/board/BuS/eb_cpu5282/
H A Deb_cpu5282.c104 uint *pend = (uint *) CONFIG_SYS_MEMTEST_END; in testdram() local
108 for (p = pstart; p < pend; p++) in testdram()
111 for (p = pstart; p < pend; p++) { in testdram()
119 for (p = pstart; p < pend; p++) in testdram()
122 for (p = pstart; p < pend; p++) { in testdram()
/OK3568_Linux_fs/u-boot/board/freescale/mpc837xerdb/
H A Dmpc837xerdb.c26 uint *pend = (uint *) CONFIG_SYS_MEMTEST_END; in testdram() local
34 for (p = pstart; p < pend; p++) in testdram()
37 for (p = pstart; p < pend; p++) { in testdram()
45 for (p = pstart; p < pend; p++) in testdram()
48 for (p = pstart; p < pend; p++) { in testdram()
/OK3568_Linux_fs/u-boot/board/sbc8641d/
H A Dsbc8641d.c62 uint *pend = (uint *) CONFIG_SYS_MEMTEST_END; in testdram() local
66 for (p = pstart; p < pend; p++) in testdram()
69 for (p = pstart; p < pend; p++) { in testdram()
77 for (p = pstart; p < pend; p++) in testdram()
80 for (p = pstart; p < pend; p++) { in testdram()
/OK3568_Linux_fs/u-boot/board/sbc8548/
H A Dsbc8548.c204 uint *pend = (uint *) CONFIG_SYS_MEMTEST_END; in testdram() local
212 for (p = pstart; p < pend; p++) in testdram()
215 for (p = pstart; p < pend; p++) { in testdram()
223 for (p = pstart; p < pend; p++) in testdram()
226 for (p = pstart; p < pend; p++) { in testdram()
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Dtimer-ti-dm-systimer.c42 u8 pend; member
398 t->pend = _OMAP_TIMER_WRITE_PEND_OFFSET; in dmtimer_systimer_setup()
404 t->pend = regbase + _OMAP_TIMER_WRITE_PEND_OFFSET; in dmtimer_systimer_setup()
450 void __iomem *pend = t->base + t->pend; in dmtimer_set_next_event() local
452 while (readl_relaxed(pend) & WP_TCRR) in dmtimer_set_next_event()
456 while (readl_relaxed(pend) & WP_TCLR) in dmtimer_set_next_event()
488 void __iomem *pend = t->base + t->pend; in dmtimer_set_periodic() local
493 while (readl_relaxed(pend) & WP_TLDR) in dmtimer_set_periodic()
497 while (readl_relaxed(pend) & WP_TCRR) in dmtimer_set_periodic()
501 while (readl_relaxed(pend) & WP_TCLR) in dmtimer_set_periodic()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-xiic.c376 u32 pend, isr, ier; in xiic_process() local
387 pend = isr & ier; in xiic_process()
390 __func__, ier, isr, pend); in xiic_process()
397 if ((pend & XIIC_INTR_ARB_LOST_MASK) || in xiic_process()
398 ((pend & XIIC_INTR_TX_ERROR_MASK) && in xiic_process()
399 !(pend & XIIC_INTR_RX_FULL_MASK))) { in xiic_process()
419 if (pend & XIIC_INTR_RX_FULL_MASK) { in xiic_process()
456 if (pend & XIIC_INTR_BNB_MASK) { in xiic_process()
472 if (pend & (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)) { in xiic_process()
475 clr |= (pend & in xiic_process()
[all …]
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dbig.c559 register char *pend; in dumpwork() local
564 pend = p; in dumpwork()
565 while (*pend && *pend != '\n') in dumpwork()
566 pend++; in dumpwork()
567 c = *pend; in dumpwork()
568 *pend = '\0'; in dumpwork()
570 *pend = c; in dumpwork()
571 p = &pend[1]; in dumpwork()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0002-interim-fix-vc1-stream-may-memory-leak-when-pending.patch28 PendingBuffer *pend;
29 pend = g_slice_new0 (PendingBuffer);
30 pend->buffer = buffer;
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0002-interim-fix-vc1-stream-may-memory-leak-when-pending.patch28 PendingBuffer *pend;
29 pend = g_slice_new0 (PendingBuffer);
30 pend->buffer = buffer;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0002-interim-fix-vc1-stream-may-memory-leak-when-pending.patch28 PendingBuffer *pend;
29 pend = g_slice_new0 (PendingBuffer);
30 pend->buffer = buffer;
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_env.c79 char *next, *pend; in env_init_parts() local
106 pend = strchr(next, ')'); in env_init_parts()
107 if (!pend) in env_init_parts()
110 len = min_t(int, pend - next, PART_NAME_LEN); in env_init_parts()
/OK3568_Linux_fs/kernel/include/clocksource/
H A Dtimer-ti-dm.h106 void __iomem *pend; /* write pending */ member
259 while (readl_relaxed(timer->pend) & (reg >> WPSHIFT)) in __omap_dm_timer_read()
269 while (readl_relaxed(timer->pend) & (reg >> WPSHIFT)) in __omap_dm_timer_write()
286 timer->pend = timer->io_base + _OMAP_TIMER_WRITE_PEND_OFFSET; in __omap_dm_timer_init_regs()
293 timer->pend = timer->io_base + in __omap_dm_timer_init_regs()

1234567891011