• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/

Lines Matching refs:id

430 	u8 id;
471 void omap_mcbsp_config(unsigned int id, const struct omap_mcbsp_reg_cfg * config);
473 void omap_mcbsp_set_tx_threshold(unsigned int id, u16 threshold);
474 void omap_mcbsp_set_rx_threshold(unsigned int id, u16 threshold);
475 u16 omap_mcbsp_get_max_tx_threshold(unsigned int id);
476 u16 omap_mcbsp_get_max_rx_threshold(unsigned int id);
477 u16 omap_mcbsp_get_fifo_size(unsigned int id);
478 u16 omap_mcbsp_get_tx_delay(unsigned int id);
479 u16 omap_mcbsp_get_rx_delay(unsigned int id);
480 int omap_mcbsp_get_dma_op_mode(unsigned int id);
482 static inline void omap_mcbsp_set_tx_threshold(unsigned int id, u16 threshold)
484 static inline void omap_mcbsp_set_rx_threshold(unsigned int id, u16 threshold)
486 static inline u16 omap_mcbsp_get_max_tx_threshold(unsigned int id) { return 0; }
487 static inline u16 omap_mcbsp_get_max_rx_threshold(unsigned int id) { return 0; }
488 static inline u16 omap_mcbsp_get_fifo_size(unsigned int id) { return 0; }
489 static inline u16 omap_mcbsp_get_tx_delay(unsigned int id) { return 0; }
490 static inline u16 omap_mcbsp_get_rx_delay(unsigned int id) { return 0; }
491 static inline int omap_mcbsp_get_dma_op_mode(unsigned int id) { return 0; }
493 int omap_mcbsp_request(unsigned int id);
494 void omap_mcbsp_free(unsigned int id);
495 void omap_mcbsp_start(unsigned int id, int tx, int rx);
496 void omap_mcbsp_stop(unsigned int id, int tx, int rx);
497 void omap_mcbsp_xmit_word(unsigned int id, u32 word);
498 u32 omap_mcbsp_recv_word(unsigned int id);
500 int omap_mcbsp_xmit_buffer(unsigned int id, dma_addr_t buffer, unsigned int length);
501 int omap_mcbsp_recv_buffer(unsigned int id, dma_addr_t buffer, unsigned int length);
502 int omap_mcbsp_spi_master_xmit_word_poll(unsigned int id, u32 word);
503 int omap_mcbsp_spi_master_recv_word_poll(unsigned int id, u32 * word);
507 void omap_mcbsp_set_spi_mode(unsigned int id, const struct omap_mcbsp_spi_cfg * spi_cfg);
510 int omap_mcbsp_pollread(unsigned int id, u16 * buf);
511 int omap_mcbsp_pollwrite(unsigned int id, u16 buf);
512 int omap_mcbsp_set_io_type(unsigned int id, omap_mcbsp_io_type_t io_type);
516 int omap_st_set_chgain(unsigned int id, int channel, s16 chgain);
517 int omap_st_get_chgain(unsigned int id, int channel, s16 *chgain);
518 int omap_st_enable(unsigned int id);
519 int omap_st_disable(unsigned int id);
520 int omap_st_is_enabled(unsigned int id);
522 static inline int omap_st_set_chgain(unsigned int id, int channel,
524 static inline int omap_st_get_chgain(unsigned int id, int channel,
526 static inline int omap_st_enable(unsigned int id) { return 0; }
527 static inline int omap_st_disable(unsigned int id) { return 0; }
528 static inline int omap_st_is_enabled(unsigned int id) { return 0; }