Home
last modified time | relevance | path

Searched refs:fetch_size (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/char/agp/
H A Dintel-agp.c457 .fetch_size = intel_fetch_size,
484 .fetch_size = intel_815_fetch_size,
511 .fetch_size = intel_8xx_fetch_size,
538 .fetch_size = intel_8xx_fetch_size,
565 .fetch_size = intel_8xx_fetch_size,
592 .fetch_size = intel_8xx_fetch_size,
619 .fetch_size = intel_8xx_fetch_size,
646 .fetch_size = intel_8xx_fetch_size,
673 .fetch_size = intel_8xx_fetch_size,
H A Dsis-agp.c129 .fetch_size = sis_fetch_size,
175 sis_driver.fetch_size = agp3_generic_fetch_size; in sis_get_driver()
H A Duninorth-agp.c517 .fetch_size = uninorth_fetch_size,
545 .fetch_size = uninorth_fetch_size,
H A Defficeon-agp.c318 .fetch_size = efficeon_fetch_size,
H A Dparisc-agp.c231 .fetch_size = parisc_agp_fetch_size,
H A Dnvidia-agp.c318 .fetch_size = nvidia_fetch_size,
H A Damd-k7-agp.c371 .fetch_size = amd_irongate_fetch_size,
H A Dsworks-agp.c426 .fetch_size = serverworks_fetch_size,
H A Dati-agp.c419 .fetch_size = ati_fetch_size,
H A Damd64-agp.c223 .fetch_size = amd64_fetch_size,
H A Dintel-gtt.c1212 .fetch_size = intel_fake_agp_fetch_size,
/linux/drivers/dma/ti/
H A Dk3-udma.c1972 u32 mode, fetch_size; in udma_tisci_tx_channel_config() local
1977 fetch_size = cppi5_hdesc_calc_size(uc->config.needs_epib, in udma_tisci_tx_channel_config()
1981 fetch_size = sizeof(struct cppi5_desc_hdr_t); in udma_tisci_tx_channel_config()
1989 req_tx.tx_fetch_size = fetch_size >> 2; in udma_tisci_tx_channel_config()
2046 u32 mode, fetch_size; in udma_tisci_rx_channel_config() local
2051 fetch_size = cppi5_hdesc_calc_size(uc->config.needs_epib, in udma_tisci_rx_channel_config()
2055 fetch_size = sizeof(struct cppi5_desc_hdr_t); in udma_tisci_rx_channel_config()
2061 req_rx.rx_fetch_size = fetch_size >> 2; in udma_tisci_rx_channel_config()