Home
last modified time | relevance | path

Searched refs:fifo_start (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/sd/
H A Domap_mmc.c51 int fifo_start; member
132 host->fifo_start = 0; in omap_mmc_command()
239 host->fifo[(host->fifo_start + host->fifo_len) & 31] |= in omap_mmc_transfer()
249 value = host->fifo[host->fifo_start] & 0xff; in omap_mmc_transfer()
252 value = host->fifo[host->fifo_start] >> 8; in omap_mmc_transfer()
257 host->fifo_start ++; in omap_mmc_transfer()
259 host->fifo_start &= 31; in omap_mmc_transfer()
361 i = s->fifo[s->fifo_start]; in omap_mmc_read()
366 s->fifo_start ++; in omap_mmc_read()
368 s->fifo_start &= 31; in omap_mmc_read()
[all …]
/openbmc/linux/drivers/media/pci/cx25821/
H A Dcx25821-core.c37 .fifo_start = VID_A_DOWN_CLUSTER_1,
59 .fifo_start = VID_B_DOWN_CLUSTER_1,
81 .fifo_start = VID_C_DOWN_CLUSTER_1,
103 .fifo_start = VID_D_DOWN_CLUSTER_1,
125 .fifo_start = VID_E_DOWN_CLUSTER_1,
147 .fifo_start = VID_F_DOWN_CLUSTER_1,
226 .fifo_start = VID_I_UP_CLUSTER_1,
252 .fifo_start = VID_J_UP_CLUSTER_1,
278 .fifo_start = AUD_B_UP_CLUSTER_1,
600 ch->fifo_start, ch->fifo_start + ch->fifo_size); in cx25821_sram_channel_dump()
[all …]
H A Dcx25821.h319 u32 fifo_start; member
/openbmc/linux/drivers/media/pci/cx88/
H A Dcx88-core.c248 .fifo_start = 0x180c00,
260 .fifo_start = 0x183400,
272 .fifo_start = 0x183c00,
284 .fifo_start = 0x184400,
296 .fifo_start = 0x185400,
308 .fifo_start = 0x185400, /* same as audio IN */
320 .fifo_start = 0x186400,
332 .fifo_start = 0x187400,
358 cx_write(cdt + 16 * i, ch->fifo_start + bpl * i); in cx88_sram_channel_setup()
370 cx_write(ch->ptr1_reg, ch->fifo_start); in cx88_sram_channel_setup()
[all …]
H A Dcx88-dsp.c248 u32 offset = (current_address - srch->fifo_start + bpl); in read_rds_samples()
253 current_address - srch->fifo_start, sample_count, in read_rds_samples()
263 samples[i] = cx_read(srch->fifo_start + offset); in read_rds_samples()
H A Dcx88.h126 u32 fifo_start; member
/openbmc/linux/drivers/media/pci/cx23885/
H A Dcx23885-core.c91 .fifo_start = 0x40,
103 .fifo_start = 0x0,
127 .fifo_start = 0x0,
139 .fifo_start = 0x0,
175 .fifo_start = 0x0,
187 .fifo_start = 0x0,
238 .fifo_start = 0x0,
250 .fifo_start = 0x0,
286 .fifo_start = 0x0,
298 .fifo_start = 0x0,
[all …]
H A Dcx23885.h485 u32 fifo_start; member
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c728 resource_size_t fifo_start; in vmw_setup_pci_resources() local
762 fifo_start = pci_resource_start(pdev, 2); in vmw_setup_pci_resources()
767 &fifo_start, (uint64_t)fifo_size / 1024); in vmw_setup_pci_resources()
769 fifo_start, in vmw_setup_pci_resources()