Searched defs:large (Results 1 - 4 of 4) sorted by relevance

/drivers/char/agp/
H A Di460-agp.c28 * The i460 can operate with large (4MB) pages, but there is no sane way to support this
78 int refcount; /* number of kernel pages using the large page */
79 u64 paddr; /* physical address of large page */
203 u64 large; member in union:__anon355
209 temp.large = 0;
223 agp_bridge->gart_bus_addr = temp.large & ~((1UL << 3) - 1);
359 * large GART pages to work around this issue.
362 * pg_num. i460.lp_desc[pg_num].paddr is the physical address of the large page and
413 /* Figure out what pg_start means in terms of our large GART pages */
427 continue; /* OK, the entire large pag
[all...]
/drivers/scsi/aic7xxx/
H A Daic7xxx_pci.c608 int pcheck, int fast, int large);
1013 int fast, int large)
1026 if (large)
1037 if (large)
1051 if (large)
1077 int large; local
1082 large = FALSE;
1091 ahc_scbram_config(ahc, /*enable*/TRUE, pcheck, fast, large);
1109 ahc_scbram_config(ahc, enable, /*pcheck*/TRUE, fast, large);
1120 ahc_scbram_config(ahc, enable, pcheck, /*fast*/TRUE, large);
1012 ahc_scbram_config(struct ahc_softc *ahc, int enable, int pcheck, int fast, int large) argument
[all...]
/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h264 BNA_BIAS_T_SMALL = 0, /* small pkts > (large pkts * 2) */
643 struct bna_rxq *large; member in struct:bna_rxq_u::__anon2027
/drivers/gpu/drm/i915/
H A Dintel_display.c1888 * - new fb is too large to fit in compressed buffer
1926 DRM_DEBUG_KMS("framebuffer too large, disabling "
1940 DRM_DEBUG_KMS("mode too large for compression, disabling\n");
4065 /* Use the large buffer method to calculate cursor watermark */
4096 DRM_DEBUG_KMS("display watermark is too large(%d/%ld), disabling\n",
4102 DRM_DEBUG_KMS("cursor watermark is too large(%d/%ld), disabling\n",
4126 int small, large; local
4144 /* Use the minimum of the small and large buffer method for primary */
4146 large = line_count * line_size;
4148 entries = DIV_ROUND_UP(min(small, large), displa
4476 int small, large; local
4760 int small, large; local
[all...]

Completed in 139 milliseconds