Searched refs:fetch_size (Results 1 – 17 of 17) sorted by relevance
/linux/drivers/char/agp/ |
H 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,
|
H A D | backend.c | 162 size_value = bridge->driver->fetch_size(); in agp_backend_initialize() 297 bridge->driver->fetch_size(), bridge->gart_bus_addr); in agp_add_bridge()
|
H A D | ali-agp.c | 209 .fetch_size = ali_fetch_size, 233 .fetch_size = ali_fetch_size,
|
H A D | via-agp.c | 177 .fetch_size = via_fetch_size_agp3, 204 .fetch_size = via_fetch_size,
|
H A D | sis-agp.c | 129 .fetch_size = sis_fetch_size, 175 sis_driver.fetch_size = agp3_generic_fetch_size; in sis_get_driver()
|
H A D | alpha-agp.c | 130 .fetch_size = alpha_core_agp_fetch_size,
|
H A D | uninorth-agp.c | 517 .fetch_size = uninorth_fetch_size, 545 .fetch_size = uninorth_fetch_size,
|
H A D | agp.h | 105 int (*fetch_size)(void); member
|
H A D | efficeon-agp.c | 318 .fetch_size = efficeon_fetch_size,
|
H A D | parisc-agp.c | 231 .fetch_size = parisc_agp_fetch_size,
|
H A D | nvidia-agp.c | 317 .fetch_size = nvidia_fetch_size,
|
H A D | amd-k7-agp.c | 371 .fetch_size = amd_irongate_fetch_size,
|
H A D | ati-agp.c | 419 .fetch_size = ati_fetch_size,
|
H A D | sworks-agp.c | 426 .fetch_size = serverworks_fetch_size,
|
H A D | amd64-agp.c | 223 .fetch_size = amd64_fetch_size,
|
H A D | intel-gtt.c | 1165 .fetch_size = intel_fake_agp_fetch_size,
|
/linux/drivers/dma/ti/ |
H A D | k3-udma.c | 1965 u32 mode, fetch_size; in udma_tisci_tx_channel_config() local 1970 fetch_size = cppi5_hdesc_calc_size(uc->config.needs_epib, in udma_tisci_tx_channel_config() 1974 fetch_size = sizeof(struct cppi5_desc_hdr_t); in udma_tisci_tx_channel_config() 1982 req_tx.tx_fetch_size = fetch_size >> 2; in udma_tisci_tx_channel_config() 2039 u32 mode, fetch_size; in udma_tisci_rx_channel_config() local 2044 fetch_size = cppi5_hdesc_calc_size(uc->config.needs_epib, in udma_tisci_rx_channel_config() 2048 fetch_size = sizeof(struct cppi5_desc_hdr_t); in udma_tisci_rx_channel_config() 2054 req_rx.rx_fetch_size = fetch_size >> 2; in udma_tisci_rx_channel_config()
|