Searched refs:tic (Results 1 – 4 of 4) sorted by relevance
| /drivers/s390/cio/ |
| A D | vfio_ccw_cp.c | 404 static int tic_target_chain_exists(struct ccw1 *tic, struct channel_program *cp) in tic_target_chain_exists() argument 411 if (is_cpa_within_range(tic->cda, ccw_head, chain->ch_len)) in tic_target_chain_exists() 467 struct ccw1 *tic; in ccwchain_loop_tic() local 471 tic = &chain->ch_ccw[i]; in ccwchain_loop_tic() 473 if (!ccw_is_tic(tic)) in ccwchain_loop_tic() 477 if (tic_target_chain_exists(tic, cp)) in ccwchain_loop_tic() 481 ret = ccwchain_handle_ccw(tic->cda, cp); in ccwchain_loop_tic()
|
| /drivers/tty/serial/ |
| A D | sunsab.h | 64 u8 tic; /* Transmit Immediate Character */ member
|
| A D | sunsab.c | 481 writeb(ch, &up->regs->w.tic); in sunsab_send_xchar() 852 writeb(c, &up->regs->w.tic); in sunsab_console_putchar()
|
| /drivers/net/ethernet/renesas/ |
| A D | ravb_main.c | 1186 u32 tic = ravb_read(ndev, TIC); in ravb_queue_interrupt() local 1188 if (((ris0 & ric0) & BIT(q)) || ((tis & tic) & BIT(q))) { in ravb_queue_interrupt() 1193 ravb_write(ndev, tic & ~BIT(q), TIC); in ravb_queue_interrupt() 1205 tis, tic); in ravb_queue_interrupt()
|
Completed in 19 milliseconds