Searched refs:ifl (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/microblaze/kernel/cpu/ |
| H A D | cache.c | 515 .ifl = __flush_icache_all_noirq, 531 .ifl = __flush_icache_all_noirq, 547 .ifl = __flush_icache_all_msr_irq, 562 .ifl = __flush_icache_all_nomsr_irq, 578 .ifl = __flush_icache_all_noirq, 593 .ifl = __flush_icache_all_noirq,
|
| /linux/arch/microblaze/include/asm/ |
| H A D | cacheflush.h | 35 void (*ifl)(void); /* flush */ member 55 #define flush_icache() mbc->ifl();
|
| /linux/sound/soc/starfive/ |
| H A D | jh7110_tdm.c | 102 enum TDM_IFL ifl; member 221 datarx = (tdm->rx.ifl << IFL_BIT) | in jh7110_tdm_config() 227 datatx = (tdm->tx.ifl << IFL_BIT) | in jh7110_tdm_config() 529 tdm->rx.ifl = TDM_FIFO_HALF; in jh7110_tdm_init_params() 530 tdm->tx.ifl = TDM_FIFO_HALF; in jh7110_tdm_init_params()
|
| /linux/lib/zlib_dfltcc/ |
| H A D | dfltcc.h | 62 uint16_t ifl; /* Incomplete-Function Length */ member
|
| /linux/fs/overlayfs/ |
| H A D | file.c | 348 int ifl = iocb->ki_flags; in ovl_write_iter() local 367 ifl &= ~(IOCB_DSYNC | IOCB_SYNC); in ovl_write_iter() 369 ret = backing_file_write_iter(realfile, iter, iocb, ifl, &ctx); in ovl_write_iter()
|