/openbmc/u-boot/drivers/usb/gadget/ |
H A D | ci_udc.c | 377 ci_req->hw_buf = req->buf; in ci_bounce() 392 ci_req->hw_buf = ci_req->b_buf; in ci_bounce() 395 memcpy(ci_req->hw_buf, req->buf, req->length); in ci_bounce() 398 hwaddr = (unsigned long)ci_req->hw_buf; in ci_bounce() 409 unsigned long hwaddr = (unsigned long)ci_req->hw_buf; in ci_debounce() 421 memcpy(req->buf, ci_req->hw_buf, req->actual); in ci_debounce() 449 buf = ci_req->hw_buf; in ci_ep_submit_next_request() 520 num, in ? "in" : "out", len, ci_req, ci_req->hw_buf); in ci_ep_submit_next_request() 586 num, in ? "in" : "out", ci_req, ci_req->hw_buf); in ci_ep_queue()
|
H A D | ci_udc.h | 87 uint8_t *hw_buf; member
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-dbg.c | 86 hc32_to_cpup(ehci, &qtd->hw_buf[0])); in dbg_qtd() 87 if (qtd->hw_buf[1]) in dbg_qtd() 89 hc32_to_cpup(ehci, &qtd->hw_buf[1]), in dbg_qtd() 90 hc32_to_cpup(ehci, &qtd->hw_buf[2]), in dbg_qtd() 91 hc32_to_cpup(ehci, &qtd->hw_buf[3]), in dbg_qtd() 92 hc32_to_cpup(ehci, &qtd->hw_buf[4])); in dbg_qtd() 147 hc32_to_cpu(ehci, sitd->hw_buf[0]), in dbg_sitd() 148 hc32_to_cpu(ehci, sitd->hw_buf[1])); in dbg_sitd() 411 hc32_to_cpup(ehci, &hw->hw_buf[0])); in qh_lines() 454 hc32_to_cpup(ehci, &td->hw_buf[0])); in qh_lines()
|
H A D | ehci.h | 314 __hc32 hw_buf[5]; /* see EHCI 3.5.4 */ member 404 __hc32 hw_buf[5]; member 570 __hc32 hw_buf[2]; /* EHCI table 3-12 */ member
|
H A D | ehci-q.c | 45 qtd->hw_buf[0] = cpu_to_hc32(ehci, (u32)addr); in qtd_fill() 57 qtd->hw_buf[i] = cpu_to_hc32(ehci, (u32)addr); in qtd_fill()
|
H A D | oxu210hp-hcd.c | 252 __le32 hw_buf[5]; /* see EHCI 3.5.4 */ member 324 __le32 hw_buf[5]; member 1213 qtd->hw_buf[0] = cpu_to_le32((u32)addr); in qtd_fill() 1225 qtd->hw_buf[i] = cpu_to_le32((u32)addr); in qtd_fill()
|
H A D | ehci-sched.c | 2119 sitd->hw_buf[0] = cpu_to_hc32(ehci, bufp); in sitd_patch() 2122 sitd->hw_buf[1] = cpu_to_hc32(ehci, uf->buf1); in sitd_patch()
|
/openbmc/linux/drivers/iio/buffer/ |
H A D | industrialio-hw-consumer.c | 42 struct hw_consumer_buffer *hw_buf = in iio_hw_buf_release() local 44 kfree(hw_buf); in iio_hw_buf_release()
|
/openbmc/linux/sound/pci/cs46xx/ |
H A D | cs46xx_lib.c | 869 memcpy(cpcm->hw_buf.area + rec->hw_data, runtime->dma_area + rec->sw_data, bytes); in snd_cs46xx_pb_trans_copy() 886 chip->capt.hw_buf.area + rec->hw_data, bytes); in snd_cs46xx_cp_trans_copy() 910 ptr -= cpcm->hw_buf.addr; in snd_cs46xx_playback_direct_pointer() 927 ptr -= cpcm->hw_buf.addr; in snd_cs46xx_playback_indirect_pointer() 934 size_t ptr = snd_cs46xx_peek(chip, BA1_CBA) - chip->capt.hw_buf.addr; in snd_cs46xx_capture_direct_pointer() 941 size_t ptr = snd_cs46xx_peek(chip, BA1_CBA) - chip->capt.hw_buf.addr; in snd_cs46xx_capture_indirect_pointer() 1048 cpcm, cpcm->hw_buf.addr,cpcm->pcm_channel_id); in _cs46xx_adjust_sample_rate() 1062 cpcm->hw_buf.addr, in _cs46xx_adjust_sample_rate() 1122 if (runtime->dma_area != cpcm->hw_buf.area) in snd_cs46xx_playback_hw_params() 1124 snd_pcm_set_runtime_buffer(substream, &cpcm->hw_buf); in snd_cs46xx_playback_hw_params() [all …]
|
H A D | cs46xx.h | 1621 struct snd_dma_buffer hw_buf; member 1658 struct snd_dma_buffer hw_buf; member
|
/openbmc/linux/drivers/base/regmap/ |
H A D | regmap-kunit.c | 1099 u16 *hw_buf; in raw_write() local 1111 hw_buf = (u16 *)data->vals; in raw_write() 1140 KUNIT_EXPECT_MEMEQ(test, &hw_buf[2], val, sizeof(val)); in raw_write() 1152 u16 *hw_buf; in raw_sync() local 1163 hw_buf = (u16 *)data->vals; in raw_sync() 1165 get_changed_bytes(&hw_buf[2], &val[0], sizeof(val)); in raw_sync() 1207 KUNIT_EXPECT_MEMNEQ(test, &hw_buf[2], &val[0], sizeof(val)); in raw_sync() 1218 KUNIT_EXPECT_MEMEQ(test, &hw_buf[2], &val[0], sizeof(val)); in raw_sync()
|
/openbmc/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 341 __hc32 hw_buf[5]; /* see EHCI 3.5.4 */ member 431 __hc32 hw_buf[5]; member
|
H A D | fotg210-hcd.c | 121 hc32_to_cpup(fotg210, &qtd->hw_buf[0])); in dbg_qtd() 122 if (qtd->hw_buf[1]) in dbg_qtd() 124 hc32_to_cpup(fotg210, &qtd->hw_buf[1]), in dbg_qtd() 125 hc32_to_cpup(fotg210, &qtd->hw_buf[2]), in dbg_qtd() 126 hc32_to_cpup(fotg210, &qtd->hw_buf[3]), in dbg_qtd() 127 hc32_to_cpup(fotg210, &qtd->hw_buf[4])); in dbg_qtd() 1998 qtd->hw_buf[0] = cpu_to_hc32(fotg210, (u32)addr); in qtd_fill() 2010 qtd->hw_buf[i] = cpu_to_hc32(fotg210, (u32)addr); in qtd_fill()
|