Home
last modified time | relevance | path

Searched refs:CHNL_PCPY (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/staging/tidspbridge/core/
Dchnl_sm.c130 if (pchnl->chnl_type == CHNL_PCPY && pchnl->chnl_id > 1 && host_buf) { in bridge_chnl_add_io_req()
158 if (pchnl->chnl_type == CHNL_PCPY) { in bridge_chnl_add_io_req()
182 if (pchnl->chnl_type == CHNL_PCPY && pchnl->chnl_id > 1) in bridge_chnl_add_io_req()
260 if (pchnl->chnl_type == CHNL_PCPY) { in bridge_chnl_cancel_io()
359 max_channels = CHNL_MAXCHANNELS + CHNL_MAXCHANNELS * CHNL_PCPY; in bridge_chnl_create()
456 && (pchnl->chnl_type == CHNL_PCPY)) { in bridge_chnl_flush_io()
621 && (pchnl->chnl_type == CHNL_PCPY && pchnl->chnl_id > 1)) { in bridge_chnl_get_ioc()
785 pchnl->chnl_type = CHNL_PCPY; in bridge_chnl_open()
/linux-3.4.99/drivers/staging/tidspbridge/include/dspbridge/
Dchnlpriv.h40 #define CHNL_PCPY 0 /* Proc-copy transport 0 */ macro