rx_ptr_boundary   102 drivers/hsi/clients/cmt_speech.c 	unsigned int			rx_ptr_boundary;
rx_ptr_boundary   589 drivers/hsi/clients/cmt_speech.c 	hi->rx_slot %= hi->rx_ptr_boundary;
rx_ptr_boundary   803 drivers/hsi/clients/cmt_speech.c 		hi->rx_ptr_boundary = (rx_bufs << RX_PTR_BOUNDARY_SHIFT);
rx_ptr_boundary   804 drivers/hsi/clients/cmt_speech.c 		hi->mmap_cfg->rx_ptr_boundary = hi->rx_ptr_boundary;
rx_ptr_boundary   806 drivers/hsi/clients/cmt_speech.c 		hi->rx_ptr_boundary = hi->rx_bufs;
rx_ptr_boundary   102 include/uapi/linux/hsi/cs-protocol.h 	__u32 rx_ptr_boundary;