Searched refs:use_tidal (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/s390/cio/ |
H A D | fcx.c | 209 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal) in tcw_set_data() argument 213 if (use_tidal) in tcw_set_data() 217 if (use_tidal) in tcw_set_data()
|
H A D | itcw.c | 353 void itcw_set_data(struct itcw *itcw, void *addr, int use_tidal) in itcw_set_data() argument 355 tcw_set_data(itcw->tcw, addr, use_tidal); in itcw_set_data()
|
/linux/arch/s390/include/asm/ |
H A D | itcw.h | 28 void itcw_set_data(struct itcw *itcw, void *addr, int use_tidal);
|
H A D | fcx.h | 302 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal);
|