Searched refs:fetch_size (Results  1 – 19 of 19) sorted by relevance
| /Linux-v5.15/drivers/char/agp/ | 
| 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,
  | 
| 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()
  | 
| D | ali-agp.c | 209 	.fetch_size		= ali_fetch_size, 233 	.fetch_size		= ali_fetch_size,
  | 
| D | sis-agp.c | 129 	.fetch_size		= sis_fetch_size, 175 		sis_driver.fetch_size = agp3_generic_fetch_size;  in sis_get_driver()
  | 
| D | via-agp.c | 180 	.fetch_size		= via_fetch_size_agp3, 207 	.fetch_size		= via_fetch_size,
  | 
| D | alpha-agp.c | 130 	.fetch_size		= alpha_core_agp_fetch_size,
  | 
| D | uninorth-agp.c | 516 	.fetch_size		= uninorth_fetch_size, 544 	.fetch_size		= uninorth_fetch_size,
  | 
| D | agp.h | 105 	int (*fetch_size)(void);  member
  | 
| D | efficeon-agp.c | 318 	.fetch_size		= efficeon_fetch_size,
  | 
| D | parisc-agp.c | 217 	.fetch_size		= parisc_agp_fetch_size,
  | 
| D | nvidia-agp.c | 316 	.fetch_size		= nvidia_fetch_size,
  | 
| D | sworks-agp.c | 429 	.fetch_size		= serverworks_fetch_size,
  | 
| D | amd-k7-agp.c | 371 	.fetch_size		= amd_irongate_fetch_size,
  | 
| D | ati-agp.c | 428 	.fetch_size		= ati_fetch_size,
  | 
| D | hp-agp.c | 421 	.fetch_size		= hp_zx1_fetch_size,
  | 
| D | i460-agp.c | 562 	.fetch_size		= i460_fetch_size,
  | 
| D | amd64-agp.c | 223 	.fetch_size		= amd64_fetch_size,
  | 
| D | intel-gtt.c | 1167 	.fetch_size		= intel_fake_agp_fetch_size,
  | 
| /Linux-v5.15/drivers/dma/ti/ | 
| D | k3-udma.c | 1925 	u32 mode, fetch_size;  in udma_tisci_tx_channel_config()  local 1930 		fetch_size = cppi5_hdesc_calc_size(uc->config.needs_epib,  in udma_tisci_tx_channel_config() 1934 		fetch_size = sizeof(struct cppi5_desc_hdr_t);  in udma_tisci_tx_channel_config() 1942 	req_tx.tx_fetch_size = fetch_size >> 2;  in udma_tisci_tx_channel_config() 1999 	u32 mode, fetch_size;  in udma_tisci_rx_channel_config()  local 2004 		fetch_size = cppi5_hdesc_calc_size(uc->config.needs_epib,  in udma_tisci_rx_channel_config() 2008 		fetch_size = sizeof(struct cppi5_desc_hdr_t);  in udma_tisci_rx_channel_config() 2014 	req_rx.rx_fetch_size =  fetch_size >> 2;  in udma_tisci_rx_channel_config()
  |