Searched refs:fetch (Results 1 – 18 of 18) sorted by relevance
| /drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
| A D | shadowacpi.c | 68 u32 fetch = limit - start; in acpi_read_fast() local 71 int ret = acpi_read_bios(data, bios->data, start, fetch); in acpi_read_fast() 72 if (ret == fetch) in acpi_read_fast() 73 return fetch; in acpi_read_fast() 89 u32 fetch = 0; in acpi_read_slow() local 92 while (start + fetch < limit) { in acpi_read_slow() 94 start + fetch, 0x1000); in acpi_read_slow() 97 fetch += 0x1000; in acpi_read_slow() 101 return fetch; in acpi_read_slow()
|
| /drivers/gpu/drm/msm/disp/dpu1/ |
| A D | dpu_hw_intf.c | 266 const struct dpu_hw_intf_prog_fetch *fetch) in dpu_hw_intf_setup_prg_fetch() argument 277 if (fetch->enable) { in dpu_hw_intf_setup_prg_fetch() 280 fetch->fetch_start); in dpu_hw_intf_setup_prg_fetch()
|
| A D | dpu_hw_intf.h | 87 const struct dpu_hw_intf_prog_fetch *fetch);
|
| /drivers/gpu/drm/arm/ |
| A D | Kconfig | 25 HDLCD device did not fetch from framebuffer due to underrun
|
| /drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
| A 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
|
| A D | com.fuc | 59 // queue_get - fetch request from queue 73 // fetch first cmd/data pair
|
| A D | gpc.fuc | 305 // fetch $flags and mask off $p1/$p2
|
| /drivers/video/fbdev/ |
| A D | cyber2000fb.c | 418 u_int fetch; member 515 cyber2000_grphw(0x14, hw->fetch, cfb); in cyber2000fb_set_timing() 516 cyber2000_grphw(0x15, ((hw->fetch >> 8) & 0x03) | in cyber2000fb_set_timing() 920 hw.fetch = hw.pitch; in cyber2000fb_set_par() 922 hw.fetch <<= 1; in cyber2000fb_set_par() 923 hw.fetch += 1; in cyber2000fb_set_par()
|
| /drivers/platform/chrome/ |
| A 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/ci/ |
| A D | gitlab-ci.yml | 27 # This bucket is used to fetch the kernel image 319 GIT_STRATEGY: fetch
|
| /drivers/gpu/drm/msm/ |
| A D | NOTES | 64 which blocks need to be allocated to the active pipes based on fetch
|
| /drivers/char/ipmi/ |
| A D | Kconfig | 49 usage for an OEM event. You can fetch these events and use the
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/ |
| A D | memx.fuc | 375 // fetch the packet header
|
| /drivers/scsi/aic7xxx/ |
| A 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
|
| A 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/base/firmware_loader/ |
| A D | Kconfig | 152 to use it to look for and fetch the required firmware. Such type of
|
| /drivers/acpi/ |
| A D | Kconfig | 539 Besides, the telemetry driver allows user space to fetch telemetry
|
| /drivers/watchdog/ |
| A D | Kconfig | 2018 Watchdog driver for PIC32 instruction fetch counting timer. This
|
Completed in 33 milliseconds