Lines Matching refs:pipe_id
520 static inline unsigned char rf_get_tx_wptr(unsigned char pipe_id) in rf_get_tx_wptr() argument
522 return reg_rf_dma_tx_wptr(pipe_id); in rf_get_tx_wptr()
531 static inline void rf_set_tx_wptr(unsigned char pipe_id,unsigned char wptr) in rf_set_tx_wptr() argument
533 reg_rf_dma_tx_wptr(pipe_id) = wptr; in rf_set_tx_wptr()
542 static inline void rf_clr_tx_wptr(unsigned char pipe_id) in rf_clr_tx_wptr() argument
544 reg_rf_dma_tx_wptr(pipe_id) = 0; in rf_clr_tx_wptr()
552 static inline unsigned char rf_get_tx_rptr(unsigned char pipe_id) in rf_get_tx_rptr() argument
554 return reg_rf_dma_tx_rptr(pipe_id); in rf_get_tx_rptr()
563 static inline void rf_clr_tx_rptr(unsigned char pipe_id) in rf_clr_tx_rptr() argument
565 reg_rf_dma_tx_rptr(pipe_id) = 0x80; in rf_clr_tx_rptr()
924 void rf_set_pipe_access_code (unsigned int pipe_id, unsigned char *addr);
978 unsigned char rf_is_rx_fifo_empty(unsigned char pipe_id);