Home
last modified time | relevance | path

Searched refs:scc (Results 1 - 25 of 62) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/net/hamradio/
H A Dscc.c1 #define RCS_ID "$Id: scc.c,v 1.75 1998/11/04 15:15:01 jreuter Exp jreuter $"
169 #include <linux/scc.h>
202 static void init_channel(struct scc_channel *scc);
203 static void scc_key_trx (struct scc_channel *scc, char tx);
204 static void scc_init_timer(struct scc_channel *scc);
206 static int scc_net_alloc(const char *name, struct scc_channel *scc);
210 static void scc_net_rx(struct scc_channel *scc, struct sk_buff *skb);
217 static unsigned char SCC_DriverName[] = "scc";
276 static inline void wr(struct scc_channel *scc, unsigned char reg, in wr() argument
279 OutReg(scc in wr()
282 or(struct scc_channel *scc, unsigned char reg, unsigned char val) or() argument
287 cl(struct scc_channel *scc, unsigned char reg, unsigned char val) cl() argument
296 scc_discard_buffers(struct scc_channel *scc) scc_discard_buffers() argument
322 scc_notify(struct scc_channel *scc, int event) scc_notify() argument
341 flush_rx_FIFO(struct scc_channel *scc) flush_rx_FIFO() argument
356 start_hunt(struct scc_channel *scc) start_hunt() argument
367 scc_txint(struct scc_channel *scc) scc_txint() argument
431 scc_exint(struct scc_channel *scc) scc_exint() argument
516 scc_rxint(struct scc_channel *scc) scc_rxint() argument
564 scc_spint(struct scc_channel *scc) scc_spint() argument
610 scc_isr_dispatch(struct scc_channel *scc, int vector) scc_isr_dispatch() argument
634 struct scc_channel *scc; scc_isr() local
719 set_brg(struct scc_channel *scc, unsigned int tc) set_brg() argument
727 set_speed(struct scc_channel *scc) set_speed() argument
741 init_brg(struct scc_channel *scc) init_brg() argument
793 init_channel(struct scc_channel *scc) init_channel() argument
899 scc_key_trx(struct scc_channel *scc, char tx) scc_key_trx() argument
996 __scc_start_tx_timer(struct scc_channel *scc, void (*handler)(struct timer_list *t), unsigned long when) __scc_start_tx_timer() argument
1014 scc_start_tx_timer(struct scc_channel *scc, void (*handler)(struct timer_list *t), unsigned long when) scc_start_tx_timer() argument
1025 scc_start_defer(struct scc_channel *scc) scc_start_defer() argument
1041 scc_start_maxkeyup(struct scc_channel *scc) scc_start_maxkeyup() argument
1062 scc_tx_done(struct scc_channel *scc) scc_tx_done() argument
1090 is_grouped(struct scc_channel *scc) is_grouped() argument
1128 struct scc_channel *scc = from_timer(scc, t, tx_t); t_dwait() local
1170 struct scc_channel *scc = from_timer(scc, t, tx_t); t_txdelay() local
1191 struct scc_channel *scc = from_timer(scc, t, tx_t); t_tail() local
1218 struct scc_channel *scc = from_timer(scc, t, tx_wdog); t_busy() local
1237 struct scc_channel *scc = from_timer(scc, t, tx_wdog); t_maxkeyup() local
1271 struct scc_channel *scc = from_timer(scc, t, tx_t); t_idle() local
1281 scc_init_timer(struct scc_channel *scc) scc_init_timer() argument
1302 scc_set_param(struct scc_channel *scc, unsigned int cmd, unsigned int arg) scc_set_param() argument
1371 scc_get_param(struct scc_channel *scc, unsigned int cmd) scc_get_param() argument
1404 struct scc_channel *scc = from_timer(scc, t, tx_wdog); scc_stop_calibrate() local
1421 scc_start_calibrate(struct scc_channel *scc, int duration, unsigned char pattern) scc_start_calibrate() argument
1461 struct scc_channel *scc; z8530_init() local
1514 scc_net_alloc(const char *name, struct scc_channel *scc) scc_net_alloc() argument
1581 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; scc_net_open() local
1599 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; scc_net_close() local
1620 scc_net_rx(struct scc_channel *scc, struct sk_buff *skb) scc_net_rx() argument
1639 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; scc_net_tx() local
1712 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; scc_net_ioctl() local
1959 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; scc_net_get_stats() local
1997 struct scc_channel *scc = v; scc_net_seq_next() local
2021 const struct scc_channel *scc = v; scc_net_seq_show() local
2119 struct scc_channel *scc; scc_cleanup_driver() local
[all...]
/kernel/linux/linux-6.6/drivers/net/hamradio/
H A Dscc.c1 #define RCS_ID "$Id: scc.c,v 1.75 1998/11/04 15:15:01 jreuter Exp jreuter $"
170 #include <linux/scc.h>
203 static void init_channel(struct scc_channel *scc);
204 static void scc_key_trx (struct scc_channel *scc, char tx);
205 static void scc_init_timer(struct scc_channel *scc);
207 static int scc_net_alloc(const char *name, struct scc_channel *scc);
211 static void scc_net_rx(struct scc_channel *scc, struct sk_buff *skb);
219 static unsigned char SCC_DriverName[] = "scc";
278 static inline void wr(struct scc_channel *scc, unsigned char reg, in wr() argument
281 OutReg(scc in wr()
284 or(struct scc_channel *scc, unsigned char reg, unsigned char val) or() argument
289 cl(struct scc_channel *scc, unsigned char reg, unsigned char val) cl() argument
298 scc_discard_buffers(struct scc_channel *scc) scc_discard_buffers() argument
324 scc_notify(struct scc_channel *scc, int event) scc_notify() argument
343 flush_rx_FIFO(struct scc_channel *scc) flush_rx_FIFO() argument
358 start_hunt(struct scc_channel *scc) start_hunt() argument
369 scc_txint(struct scc_channel *scc) scc_txint() argument
433 scc_exint(struct scc_channel *scc) scc_exint() argument
518 scc_rxint(struct scc_channel *scc) scc_rxint() argument
566 scc_spint(struct scc_channel *scc) scc_spint() argument
612 scc_isr_dispatch(struct scc_channel *scc, int vector) scc_isr_dispatch() argument
636 struct scc_channel *scc; scc_isr() local
721 set_brg(struct scc_channel *scc, unsigned int tc) set_brg() argument
729 set_speed(struct scc_channel *scc) set_speed() argument
743 init_brg(struct scc_channel *scc) init_brg() argument
795 init_channel(struct scc_channel *scc) init_channel() argument
901 scc_key_trx(struct scc_channel *scc, char tx) scc_key_trx() argument
998 __scc_start_tx_timer(struct scc_channel *scc, void (*handler)(struct timer_list *t), unsigned long when) __scc_start_tx_timer() argument
1016 scc_start_tx_timer(struct scc_channel *scc, void (*handler)(struct timer_list *t), unsigned long when) scc_start_tx_timer() argument
1027 scc_start_defer(struct scc_channel *scc) scc_start_defer() argument
1043 scc_start_maxkeyup(struct scc_channel *scc) scc_start_maxkeyup() argument
1064 scc_tx_done(struct scc_channel *scc) scc_tx_done() argument
1092 is_grouped(struct scc_channel *scc) is_grouped() argument
1130 struct scc_channel *scc = from_timer(scc, t, tx_t); t_dwait() local
1172 struct scc_channel *scc = from_timer(scc, t, tx_t); t_txdelay() local
1193 struct scc_channel *scc = from_timer(scc, t, tx_t); t_tail() local
1220 struct scc_channel *scc = from_timer(scc, t, tx_wdog); t_busy() local
1239 struct scc_channel *scc = from_timer(scc, t, tx_wdog); t_maxkeyup() local
1273 struct scc_channel *scc = from_timer(scc, t, tx_t); t_idle() local
1283 scc_init_timer(struct scc_channel *scc) scc_init_timer() argument
1304 scc_set_param(struct scc_channel *scc, unsigned int cmd, unsigned int arg) scc_set_param() argument
1373 scc_get_param(struct scc_channel *scc, unsigned int cmd) scc_get_param() argument
1406 struct scc_channel *scc = from_timer(scc, t, tx_wdog); scc_stop_calibrate() local
1423 scc_start_calibrate(struct scc_channel *scc, int duration, unsigned char pattern) scc_start_calibrate() argument
1463 struct scc_channel *scc; z8530_init() local
1516 scc_net_alloc(const char *name, struct scc_channel *scc) scc_net_alloc() argument
1582 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; scc_net_open() local
1600 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; scc_net_close() local
1621 scc_net_rx(struct scc_channel *scc, struct sk_buff *skb) scc_net_rx() argument
1640 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; scc_net_tx() local
1714 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; scc_net_siocdevprivate() local
1962 struct scc_channel *scc = (struct scc_channel *) dev->ml_priv; scc_net_get_stats() local
2000 struct scc_channel *scc = v; scc_net_seq_next() local
2024 const struct scc_channel *scc = v; scc_net_seq_show() local
2122 struct scc_channel *scc; scc_cleanup_driver() local
[all...]
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Dzs.c102 resource_size_t scc[ZS_NUM_SCCS]; member
198 if (!zport->scc) in zs_dump()
239 struct zs_scc *scc = zport->scc; in zs_transmit_drain() local
243 zs_spin_unlock_cond_irq(&scc->zlock, irq); in zs_transmit_drain()
245 zs_spin_lock_cond_irq(&scc->zlock, irq); in zs_transmit_drain()
252 struct zs_scc *scc = zport->scc; in zs_line_drain() local
256 zs_spin_unlock_cond_irq(&scc->zlock, irq); in zs_line_drain()
258 zs_spin_lock_cond_irq(&scc in zs_line_drain()
307 struct zs_scc *scc = zport->scc; zs_tx_empty() local
375 struct zs_scc *scc = zport->scc; zs_get_mctrl() local
388 struct zs_scc *scc = zport->scc; zs_set_mctrl() local
428 struct zs_scc *scc = zport->scc; zs_stop_tx() local
440 struct zs_scc *scc = zport->scc; zs_start_tx() local
454 struct zs_scc *scc = zport->scc; zs_stop_rx() local
488 struct zs_scc *scc = zport->scc; zs_enable_ms() local
518 struct zs_scc *scc = zport->scc; zs_break_ctl() local
540 struct zs_scc *scc = zport->scc; zs_receive_chars() local
639 struct zs_scc *scc = zport->scc; zs_transmit_chars() local
649 struct zs_scc *scc = zport->scc; zs_status_handle() local
703 struct zs_scc *scc = dev_id; zs_interrupt() local
755 struct zs_scc *scc = zport->scc; zs_startup() local
808 struct zs_scc *scc = zport->scc; zs_shutdown() local
828 struct zs_scc *scc = zport->scc; zs_reset() local
852 struct zs_scc *scc = zport->scc; zs_set_termios() local
1130 struct zs_scc *scc = zport->scc; zs_console_putchar() local
1150 struct zs_scc *scc = zport->scc; zs_console_write() local
1279 struct zs_scc *scc = &zs_sccs[i / ZS_NUM_CHAN]; zs_init() local
1295 struct zs_scc *scc = &zs_sccs[i / ZS_NUM_CHAN]; zs_exit() local
[all...]
H A Dzs.h23 struct zs_scc *scc; /* Containing SCC. */ member
/kernel/linux/linux-6.6/drivers/tty/serial/
H A Dzs.c102 resource_size_t scc[ZS_NUM_SCCS]; member
198 if (!zport->scc) in zs_dump()
239 struct zs_scc *scc = zport->scc; in zs_transmit_drain() local
243 zs_spin_unlock_cond_irq(&scc->zlock, irq); in zs_transmit_drain()
245 zs_spin_lock_cond_irq(&scc->zlock, irq); in zs_transmit_drain()
252 struct zs_scc *scc = zport->scc; in zs_line_drain() local
256 zs_spin_unlock_cond_irq(&scc->zlock, irq); in zs_line_drain()
258 zs_spin_lock_cond_irq(&scc in zs_line_drain()
307 struct zs_scc *scc = zport->scc; zs_tx_empty() local
375 struct zs_scc *scc = zport->scc; zs_get_mctrl() local
388 struct zs_scc *scc = zport->scc; zs_set_mctrl() local
428 struct zs_scc *scc = zport->scc; zs_stop_tx() local
440 struct zs_scc *scc = zport->scc; zs_start_tx() local
454 struct zs_scc *scc = zport->scc; zs_stop_rx() local
488 struct zs_scc *scc = zport->scc; zs_enable_ms() local
518 struct zs_scc *scc = zport->scc; zs_break_ctl() local
540 struct zs_scc *scc = zport->scc; zs_receive_chars() local
639 struct zs_scc *scc = zport->scc; zs_transmit_chars() local
649 struct zs_scc *scc = zport->scc; zs_status_handle() local
703 struct zs_scc *scc = dev_id; zs_interrupt() local
755 struct zs_scc *scc = zport->scc; zs_startup() local
808 struct zs_scc *scc = zport->scc; zs_shutdown() local
828 struct zs_scc *scc = zport->scc; zs_reset() local
852 struct zs_scc *scc = zport->scc; zs_set_termios() local
1130 struct zs_scc *scc = zport->scc; zs_console_putchar() local
1150 struct zs_scc *scc = zport->scc; zs_console_write() local
1279 struct zs_scc *scc = &zs_sccs[i / ZS_NUM_CHAN]; zs_init() local
1295 struct zs_scc *scc = &zs_sccs[i / ZS_NUM_CHAN]; zs_exit() local
[all...]
H A Dzs.h23 struct zs_scc *scc; /* Containing SCC. */ member
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-scc.c99 fep->scc.sccp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup()
100 if (!fep->scc.sccp) in do_pd_setup()
103 fep->scc.ep = of_iomap(ofdev->dev.of_node, 1); in do_pd_setup()
104 if (!fep->scc.ep) { in do_pd_setup()
105 iounmap(fep->scc.sccp); in do_pd_setup()
122 fep->scc.hthi = 0; in setup_data()
123 fep->scc.htlo = 0; in setup_data()
164 scc_t __iomem *sccp = fep->scc.sccp; in set_promiscuous_mode()
172 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_start()
183 scc_enet_t __iomem *ep = fep->scc in set_multicast_one()
[all...]
H A DMakefile8 fs_enet-$(CONFIG_FS_ENET_HAS_SCC) += mac-scc.o
H A Dfs_enet.h179 } scc; member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-scc.c98 fep->scc.sccp = of_iomap(ofdev->dev.of_node, 0); in do_pd_setup()
99 if (!fep->scc.sccp) in do_pd_setup()
102 fep->scc.ep = of_iomap(ofdev->dev.of_node, 1); in do_pd_setup()
103 if (!fep->scc.ep) { in do_pd_setup()
104 iounmap(fep->scc.sccp); in do_pd_setup()
121 fep->scc.hthi = 0; in setup_data()
122 fep->scc.htlo = 0; in setup_data()
163 scc_t __iomem *sccp = fep->scc.sccp; in set_promiscuous_mode()
171 scc_enet_t __iomem *ep = fep->scc.ep; in set_multicast_start()
182 scc_enet_t __iomem *ep = fep->scc in set_multicast_one()
[all...]
H A DMakefile8 fs_enet-$(CONFIG_FS_ENET_HAS_SCC) += mac-scc.o
H A Dfs_enet.h194 } scc; member
/kernel/linux/linux-5.10/arch/arm/mach-vexpress/
H A Dtc2_pm.c41 static void __iomem *scc; variable
120 return !(readl_relaxed(scc + RESET_CTRL) & mask); in tc2_core_in_reset()
136 readl_relaxed(scc + RESET_CTRL)); in tc2_pm_wait_for_powerdown()
215 "arm,vexpress-scc,v2p-ca15_a7"); in tc2_pm_init()
216 scc = of_iomap(np, 0); in tc2_pm_init()
217 if (!scc) in tc2_pm_init()
220 a15_cluster_id = readl_relaxed(scc + A15_CONF) & 0xf; in tc2_pm_init()
221 a7_cluster_id = readl_relaxed(scc + A7_CONF) & 0xf; in tc2_pm_init()
225 sys_info = readl_relaxed(scc + SYS_INFO); in tc2_pm_init()
237 ret = ve_spc_init(scc in tc2_pm_init()
[all...]
/kernel/linux/linux-6.6/arch/arm/mach-versatile/
H A Dtc2_pm.c39 static void __iomem *scc; variable
118 return !(readl_relaxed(scc + RESET_CTRL) & mask); in tc2_core_in_reset()
134 readl_relaxed(scc + RESET_CTRL)); in tc2_pm_wait_for_powerdown()
213 "arm,vexpress-scc,v2p-ca15_a7"); in tc2_pm_init()
214 scc = of_iomap(np, 0); in tc2_pm_init()
215 if (!scc) in tc2_pm_init()
218 a15_cluster_id = readl_relaxed(scc + A15_CONF) & 0xf; in tc2_pm_init()
219 a7_cluster_id = readl_relaxed(scc + A7_CONF) & 0xf; in tc2_pm_init()
223 sys_info = readl_relaxed(scc + SYS_INFO); in tc2_pm_init()
235 ret = ve_spc_init(scc in tc2_pm_init()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A Dcpm-serial.c74 static struct cpm_scc *scc; variable
119 out_be32(&scc->gsmrl, in_be32(&scc->gsmrl) & ~0x30); in scc_disable_port()
130 out_be32(&scc->gsmrl, in_be32(&scc->gsmrl) | 0x30); in scc_enable_port()
210 } else if (dt_is_compatible(devp, "fsl,cpm2-scc-uart")) { in cpm_console_init()
239 scc = vreg[0]; in cpm_console_init()
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A Dcpm-serial.c74 static struct cpm_scc *scc; variable
119 out_be32(&scc->gsmrl, in_be32(&scc->gsmrl) & ~0x30); in scc_disable_port()
130 out_be32(&scc->gsmrl, in_be32(&scc->gsmrl) | 0x30); in scc_enable_port()
210 } else if (dt_is_compatible(devp, "fsl,cpm2-scc-uart")) { in cpm_console_init()
239 scc = vreg[0]; in cpm_console_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm471 s_cmp_lt_u32 m0, 96 //scc = (m0 < first 96 SGPR) ? 1 : 0
552 s_cmp_lt_u32 m0, s_save_alloc_size //scc=(m0 < s_save_alloc_size) ? 1 : 0
570 s_cmp_lt_u32 m0, s_save_alloc_size //scc=(m0 < s_save_alloc_size) ? 1 : 0
620 s_cmp_lt_u32 m0, s_save_alloc_size //scc = (m0 < s_save_alloc_size) ? 1 : 0
646 s_cmp_lt_u32 m0, s_save_alloc_size //scc = (m0 < s_save_alloc_size) ? 1 : 0
664 s_cmp_lt_u32 m0, s_save_alloc_size //scc = (m0 < s_save_alloc_size) ? 1 : 0
728 s_cmp_lt_u32 m0, s_restore_alloc_size //scc=(m0 < s_restore_alloc_size) ? 1 : 0
736 s_cmp_lt_u32 m0, s_restore_alloc_size //scc=(m0 < s_restore_alloc_size) ? 1 : 0
781 s_cmp_lt_u32 m0, s_restore_alloc_size //scc = (m0 < s_restore_alloc_size) ? 1 : 0
812 s_cmp_lt_u32 m0, s_restore_alloc_size //scc
[all...]
H A Dcwsr_trap_handler_gfx9.asm435 s_cmp_lt_u32 m0, s_save_alloc_size //scc = (m0 < s_save_alloc_size) ? 1 : 0
612 s_cmp_lt_u32 m0, s_save_alloc_size //scc = (m0 < s_save_alloc_size) ? 1 : 0
720 s_cmp_lt_u32 m0, s_restore_alloc_size //scc=(m0 < s_restore_alloc_size) ? 1 : 0
780 s_cmp_lt_u32 m0, s_restore_alloc_size //scc = (m0 < s_restore_alloc_size) ? 1 : 0
836 s_cmp_eq_u32 m0, 0 //scc = (m0 < s_restore_alloc_size) ? 1 : 0
952 s_addc_u32 s_rsrc[1], s_rsrc[1], 0x0 // +scc
H A Dcwsr_trap_handler_gfx8.asm331 s_cmp_lt_u32 m0, s_save_alloc_size //scc = (m0 < s_save_alloc_size) ? 1 : 0
457 s_cmp_lt_u32 m0, s_save_alloc_size //scc = (m0 < s_save_alloc_size) ? 1 : 0
521 s_cmp_lt_u32 m0, s_restore_alloc_size //scc=(m0 < s_restore_alloc_size) ? 1 : 0
558 s_cmp_lt_u32 m0, s_restore_alloc_size //scc = (m0 < s_restore_alloc_size) ? 1 : 0
604 s_cmp_eq_u32 m0, 0 //scc = (m0 < s_restore_alloc_size) ? 1 : 0
702 s_addc_u32 s_rsrc[1], s_rsrc[1], 0x0 // +scc
/kernel/linux/linux-5.10/include/linux/
H A Dscc.h2 /* $Id: scc.h,v 1.29 1997/04/02 14:56:45 jreuter Exp jreuter $ */
6 #include <uapi/linux/scc.h>
/kernel/linux/linux-6.6/include/linux/
H A Dscc.h2 /* $Id: scc.h,v 1.29 1997/04/02 14:56:45 jreuter Exp jreuter $ */
6 #include <uapi/linux/scc.h>
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm573 s_cmp_lt_u32 m0, 96 //scc = (m0 < first 96 SGPR) ? 1 : 0
654 s_cmp_lt_u32 m0, s_save_alloc_size //scc=(m0 < s_save_alloc_size) ? 1 : 0
672 s_cmp_lt_u32 m0, s_save_alloc_size //scc=(m0 < s_save_alloc_size) ? 1 : 0
722 s_cmp_lt_u32 m0, s_save_alloc_size //scc = (m0 < s_save_alloc_size) ? 1 : 0
748 s_cmp_lt_u32 m0, s_save_alloc_size //scc = (m0 < s_save_alloc_size) ? 1 : 0
767 s_cmp_lt_u32 m0, s_save_alloc_size //scc = (m0 < s_save_alloc_size) ? 1 : 0
832 s_cmp_lt_u32 m0, s_restore_alloc_size //scc=(m0 < s_restore_alloc_size) ? 1 : 0
846 s_cmp_lt_u32 m0, s_restore_alloc_size //scc=(m0 < s_restore_alloc_size) ? 1 : 0
893 s_cmp_lt_u32 m0, s_restore_alloc_size //scc = (m0 < s_restore_alloc_size) ? 1 : 0
927 s_cmp_lt_u32 m0, s_restore_alloc_size //scc
[all...]
H A Dcwsr_trap_handler_gfx9.asm479 s_cmp_lt_u32 m0, s_save_alloc_size //scc = (m0 < s_save_alloc_size) ? 1 : 0
645 s_cmp_lt_u32 m0, s_save_alloc_size //scc = (m0 < s_save_alloc_size) ? 1 : 0
753 s_cmp_lt_u32 m0, s_restore_alloc_size //scc=(m0 < s_restore_alloc_size) ? 1 : 0
783 s_cmp_lt_u32 m0, s_restore_alloc_size //scc = (m0 < s_restore_alloc_size) ? 1 : 0
808 s_cmp_lt_u32 m0, s_restore_alloc_size //scc = (m0 < s_restore_alloc_size) ? 1 : 0
853 s_cmp_eq_u32 m0, 0 //scc = (m0 < s_restore_alloc_size) ? 1 : 0
956 s_addc_u32 s_rsrc[1], s_rsrc[1], 0x0 // +scc
H A Dcwsr_trap_handler_gfx8.asm331 s_cmp_lt_u32 m0, s_save_alloc_size //scc = (m0 < s_save_alloc_size) ? 1 : 0
457 s_cmp_lt_u32 m0, s_save_alloc_size //scc = (m0 < s_save_alloc_size) ? 1 : 0
521 s_cmp_lt_u32 m0, s_restore_alloc_size //scc=(m0 < s_restore_alloc_size) ? 1 : 0
558 s_cmp_lt_u32 m0, s_restore_alloc_size //scc = (m0 < s_restore_alloc_size) ? 1 : 0
605 s_cmp_eq_u32 m0, 0 //scc = (m0 < s_restore_alloc_size) ? 1 : 0
703 s_addc_u32 s_rsrc[1], s_rsrc[1], 0x0 // +scc
/kernel/linux/linux-5.10/arch/mips/include/asm/txx9/
H A Dtx3927.h78 endian_def_b4(cc, scc, rpli, rid);

Completed in 21 milliseconds

123