Searched refs:fetch_size (Results 1 – 19 of 19) sorted by relevance
/linux/drivers/char/agp/ |
A D | intel-agp.c | 457 .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,
|
A D | backend.c | 160 size_value = bridge->driver->fetch_size(); in agp_backend_initialize() 302 bridge->driver->fetch_size(), bridge->gart_bus_addr); in agp_add_bridge()
|
A D | ali-agp.c | 209 .fetch_size = ali_fetch_size, 233 .fetch_size = ali_fetch_size,
|
A D | sis-agp.c | 129 .fetch_size = sis_fetch_size, 175 sis_driver.fetch_size = agp3_generic_fetch_size; in sis_get_driver()
|
A D | via-agp.c | 180 .fetch_size = via_fetch_size_agp3, 207 .fetch_size = via_fetch_size,
|
A D | alpha-agp.c | 130 .fetch_size = alpha_core_agp_fetch_size,
|
A D | uninorth-agp.c | 516 .fetch_size = uninorth_fetch_size, 544 .fetch_size = uninorth_fetch_size,
|
A D | agp.h | 105 int (*fetch_size)(void); member
|
A D | efficeon-agp.c | 318 .fetch_size = efficeon_fetch_size,
|
A D | parisc-agp.c | 217 .fetch_size = parisc_agp_fetch_size,
|
A D | nvidia-agp.c | 316 .fetch_size = nvidia_fetch_size,
|
A D | ati-agp.c | 428 .fetch_size = ati_fetch_size,
|
A D | hp-agp.c | 421 .fetch_size = hp_zx1_fetch_size,
|
A D | amd-k7-agp.c | 371 .fetch_size = amd_irongate_fetch_size,
|
A D | sworks-agp.c | 429 .fetch_size = serverworks_fetch_size,
|
A D | i460-agp.c | 562 .fetch_size = i460_fetch_size,
|
A D | amd64-agp.c | 223 .fetch_size = amd64_fetch_size,
|
A D | intel-gtt.c | 1167 .fetch_size = intel_fake_agp_fetch_size,
|
/linux/drivers/dma/ti/ |
A D | k3-udma.c | 1945 u32 mode, fetch_size; in udma_tisci_tx_channel_config() local 1950 fetch_size = cppi5_hdesc_calc_size(uc->config.needs_epib, in udma_tisci_tx_channel_config() 1954 fetch_size = sizeof(struct cppi5_desc_hdr_t); in udma_tisci_tx_channel_config() 1962 req_tx.tx_fetch_size = fetch_size >> 2; in udma_tisci_tx_channel_config() 2019 u32 mode, fetch_size; in udma_tisci_rx_channel_config() local 2024 fetch_size = cppi5_hdesc_calc_size(uc->config.needs_epib, in udma_tisci_rx_channel_config() 2028 fetch_size = sizeof(struct cppi5_desc_hdr_t); in udma_tisci_rx_channel_config() 2034 req_rx.rx_fetch_size = fetch_size >> 2; in udma_tisci_rx_channel_config()
|
Completed in 33 milliseconds