Searched refs:fetch (Results 1 – 16 of 16) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | shadowacpi.c | 51 u32 fetch = limit - start; in acpi_read_fast() local 54 int ret = nouveau_acpi_get_bios_chunk(bios->data, start, fetch); in acpi_read_fast() 55 if (ret == fetch) in acpi_read_fast() 56 return fetch; in acpi_read_fast() 72 u32 fetch = 0; in acpi_read_slow() local 75 while (start + fetch < limit) { in acpi_read_slow() 77 start + fetch, in acpi_read_slow() 81 fetch += 0x1000; in acpi_read_slow() 85 return fetch; in acpi_read_slow()
|
/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_hw_intf.c | 199 const struct intf_prog_fetch *fetch) in dpu_hw_intf_setup_prg_fetch() argument 210 if (fetch->enable) { in dpu_hw_intf_setup_prg_fetch() 213 fetch->fetch_start); in dpu_hw_intf_setup_prg_fetch()
|
D | dpu_hw_intf.h | 62 const struct intf_prog_fetch *fetch);
|
/drivers/gpu/drm/arm/ |
D | Kconfig | 22 HDLCD device did not fetch from framebuffer due to underrun
|
/drivers/platform/chrome/ |
D | cros_ec_chardev.c | 126 bool fetch, bool block) in cros_ec_chardev_fetch_event() argument 137 if (!fetch) { in cros_ec_chardev_fetch_event()
|
/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hub.fuc | 120 // fetch enabled GPC/ROP counts 485 // load channel header, fetch PGRAPH context pointer 511 // set transfer base to start of context, and fetch context header 562 // fetch next 256 bytes of mmio list if necessary 630 // fetch context pointer, and initiate xfer on all GPCs
|
D | com.fuc | 59 // queue_get - fetch request from queue 73 // fetch first cmd/data pair
|
D | gpc.fuc | 305 // fetch $flags and mask off $p1/$p2
|
/drivers/video/fbdev/ |
D | cyber2000fb.c | 426 u_int fetch; member 523 cyber2000_grphw(0x14, hw->fetch, cfb); in cyber2000fb_set_timing() 524 cyber2000_grphw(0x15, ((hw->fetch >> 8) & 0x03) | in cyber2000fb_set_timing() 928 hw.fetch = hw.pitch; in cyber2000fb_set_par() 930 hw.fetch <<= 1; in cyber2000fb_set_par() 931 hw.fetch += 1; in cyber2000fb_set_par()
|
/drivers/gpu/drm/msm/ |
D | NOTES | 64 which blocks need to be allocated to the active pipes based on fetch
|
/drivers/char/ipmi/ |
D | Kconfig | 49 usage for an OEM event. You can fetch these events and use the
|
/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
D | memx.fuc | 375 // fetch the packet header
|
/drivers/base/firmware_loader/ |
D | Kconfig | 128 to use it to look for and fetch the required firmware. Such type of
|
/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 747 * Need to fetch segments, but we can only do that 754 * We fetch a "cacheline aligned" and sized amount of data 961 * to fetch additional segments for this transfer, 1189 * to perform a prefetch, we'll have to fetch the 2191 * Either post or fetch an SCB from host memory based on the
|
D | aic79xx.seq | 480 * Either post or fetch an SCB from host memory. The caller 1523 * We fetch a "cacheline aligned" and sized amount of data 1542 * Guard against SG_CACHE_AVAIL activating during sg fetch 1782 * to fetch additional segments for this transfer,
|
/drivers/watchdog/ |
D | Kconfig | 1825 Watchdog driver for PIC32 instruction fetch counting timer. This specific
|