Searched refs:use_tidal (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/s390/cio/ |
| A D | fcx.c | 208 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal) in tcw_set_data() argument 212 if (use_tidal) in tcw_set_data() 216 if (use_tidal) in tcw_set_data()
|
| A D | itcw.c | 352 void itcw_set_data(struct itcw *itcw, void *addr, int use_tidal) in itcw_set_data() argument 354 tcw_set_data(itcw->tcw, addr, use_tidal); in itcw_set_data()
|
| /linux/arch/s390/include/asm/ |
| A D | itcw.h | 28 void itcw_set_data(struct itcw *itcw, void *addr, int use_tidal);
|
| A D | fcx.h | 302 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal);
|
Completed in 9 milliseconds