Searched refs:tic (Results 1 – 4 of 4) sorted by relevance
/drivers/s390/cio/ |
D | vfio_ccw_cp.c | 403 static int tic_target_chain_exists(struct ccw1 *tic, struct channel_program *cp) in tic_target_chain_exists() argument 410 if (is_cpa_within_range(tic->cda, ccw_head, chain->ch_len)) in tic_target_chain_exists() 464 struct ccw1 *tic; in ccwchain_loop_tic() local 468 tic = &chain->ch_ccw[i]; in ccwchain_loop_tic() 470 if (!ccw_is_tic(tic)) in ccwchain_loop_tic() 474 if (tic_target_chain_exists(tic, cp)) in ccwchain_loop_tic() 478 ret = ccwchain_handle_ccw(tic->cda, cp); in ccwchain_loop_tic()
|
/drivers/tty/serial/ |
D | sunsab.h | 64 u8 tic; /* Transmit Immediate Character */ member
|
D | sunsab.c | 479 writeb(ch, &up->regs->w.tic); in sunsab_send_xchar() 850 writeb(c, &up->regs->w.tic); in sunsab_console_putchar()
|
/drivers/net/ethernet/renesas/ |
D | ravb_main.c | 1136 u32 tic = ravb_read(ndev, TIC); in ravb_queue_interrupt() local 1138 if (((ris0 & ric0) & BIT(q)) || ((tis & tic) & BIT(q))) { in ravb_queue_interrupt() 1143 ravb_write(ndev, tic & ~BIT(q), TIC); in ravb_queue_interrupt() 1155 tis, tic); in ravb_queue_interrupt()
|