Searched refs:use_tidal (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/
H A Ditcw.h27 void itcw_set_data(struct itcw *itcw, void *addr, int use_tidal);
H A Dfcx.h300 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/include/asm/
H A Ditcw.h27 void itcw_set_data(struct itcw *itcw, void *addr, int use_tidal);
H A Dfcx.h300 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/cio/
H A Dfcx.c199 * @use_tidal: zero of the data address specifies a contiguous block of data,
203 * r-flag and w-flag). If @use_tidal is non-zero, the corresponding tida flag
206 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal) argument
210 if (use_tidal)
214 if (use_tidal)
H A Ditcw.c301 * @use_tidal: zero of the data address specifies a contiguous block of data,
305 * r-flag and w-flag). If @use_tidal is non-zero, the corresponding tida flag
308 void itcw_set_data(struct itcw *itcw, void *addr, int use_tidal) argument
310 tcw_set_data(itcw->tcw, addr, use_tidal);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/cio/
H A Dfcx.c199 * @use_tidal: zero of the data address specifies a contiguous block of data,
203 * r-flag and w-flag). If @use_tidal is non-zero, the corresponding tida flag
206 void tcw_set_data(struct tcw *tcw, void *data, int use_tidal) argument
210 if (use_tidal)
214 if (use_tidal)
H A Ditcw.c301 * @use_tidal: zero of the data address specifies a contiguous block of data,
305 * r-flag and w-flag). If @use_tidal is non-zero, the corresponding tida flag
308 void itcw_set_data(struct itcw *itcw, void *addr, int use_tidal) argument
310 tcw_set_data(itcw->tcw, addr, use_tidal);

Completed in 195 milliseconds