Searched refs:byte_count (Results 1 – 9 of 9) sorted by relevance
/sound/soc/amd/raven/ |
D | acp3x.h | 127 u64 byte_count; in acp_get_byte_count() local 132 byte_count = rv_readl(rtd->acp3x_base + in acp_get_byte_count() 134 byte_count |= rv_readl(rtd->acp3x_base + in acp_get_byte_count() 139 byte_count = rv_readl(rtd->acp3x_base + in acp_get_byte_count() 141 byte_count |= rv_readl(rtd->acp3x_base + in acp_get_byte_count() 148 byte_count = rv_readl(rtd->acp3x_base + in acp_get_byte_count() 150 byte_count |= rv_readl(rtd->acp3x_base + in acp_get_byte_count() 155 byte_count = rv_readl(rtd->acp3x_base + in acp_get_byte_count() 157 byte_count |= rv_readl(rtd->acp3x_base + in acp_get_byte_count() 161 return byte_count; in acp_get_byte_count()
|
/sound/soc/amd/vangogh/ |
D | acp5x.h | 151 union acp_dma_count byte_count; in acp_get_byte_count() local 156 byte_count.bcount.high = in acp_get_byte_count() 159 byte_count.bcount.low = in acp_get_byte_count() 165 byte_count.bcount.high = in acp_get_byte_count() 168 byte_count.bcount.low = in acp_get_byte_count() 175 byte_count.bcount.high = in acp_get_byte_count() 178 byte_count.bcount.low = in acp_get_byte_count() 184 byte_count.bcount.high = in acp_get_byte_count() 187 byte_count.bcount.low = in acp_get_byte_count() 192 return byte_count.bytescount; in acp_get_byte_count()
|
/sound/pci/asihpi/ |
D | hpicmn.c | 191 unsigned int byte_count = 0; in control_cache_alloc_check() local 199 &p_master_cache[byte_count]; in control_cache_alloc_check() 233 byte_count += info->size_in32bit_words * 4; in control_cache_alloc_check() 245 if (byte_count >= pC->cache_size_in_bytes) in control_cache_alloc_check() 252 if (byte_count != pC->cache_size_in_bytes) in control_cache_alloc_check() 255 pC->adap_idx, byte_count, in control_cache_alloc_check() 260 pC->adap_idx, byte_count); in control_cache_alloc_check()
|
D | hpifunc.c | 1664 u16 hpi_cobranet_hmi_write(u32 h_control, u32 hmi_address, u32 byte_count, in hpi_cobranet_hmi_write() argument 1677 if (byte_count > sizeof(hm.bytes)) in hpi_cobranet_hmi_write() 1681 hm.p.byte_count = byte_count; in hpi_cobranet_hmi_write() 1683 memcpy(hm.bytes, pb_data, byte_count); in hpi_cobranet_hmi_write() 1684 hm.h.size = (u16)(sizeof(hm.h) + sizeof(hm.p) + byte_count); in hpi_cobranet_hmi_write() 1707 hm.p.byte_count = max_byte_count; in hpi_cobranet_hmi_read() 1713 if (hr.byte_count > sizeof(hr.bytes)) in hpi_cobranet_hmi_read() 1717 *pbyte_count = hr.byte_count; in hpi_cobranet_hmi_read() 1719 if (hr.byte_count < max_byte_count) in hpi_cobranet_hmi_read() 1756 u32 byte_count; in hpi_cobranet_get_ip_address() local [all …]
|
D | hpi_internal.h | 1135 u32 byte_count; member 1151 u32 byte_count; member
|
D | hpi.h | 1658 u16 hpi_cobranet_hmi_write(u32 h_control, u32 hmi_address, u32 byte_count,
|
/sound/soc/amd/renoir/ |
D | acp3x-pdm-dma.c | 256 union acp_pdm_dma_count byte_count; in acp_pdm_get_byte_count() local 258 byte_count.bcount.high = in acp_pdm_get_byte_count() 261 byte_count.bcount.low = in acp_pdm_get_byte_count() 264 return byte_count.bytescount; in acp_pdm_get_byte_count()
|
/sound/soc/amd/ |
D | acp-pcm-dma.c | 986 union acp_dma_count byte_count; in acp_get_byte_count() local 988 byte_count.bcount.high = acp_reg_read(rtd->acp_mmio, in acp_get_byte_count() 990 byte_count.bcount.low = acp_reg_read(rtd->acp_mmio, in acp_get_byte_count() 992 return byte_count.bytescount; in acp_get_byte_count()
|
/sound/ppc/ |
D | snd_ps3.c | 201 enum snd_ps3_ch ch, size_t byte_count, in snd_ps3_bump_buffer() argument 207 card->dma_next_transfer_vaddr[ch] += byte_count; in snd_ps3_bump_buffer()
|