Home | History | Annotate | Download | only in pci

Lines Matching defs:stolen

850 			isc->stolen = (512 - 132) * 1024 / 4096;
853 isc->stolen = (1024 - 132) * 1024 / 4096;
856 isc->stolen = (8192 - 132) * 1024 / 4096;
859 isc->stolen = 0;
866 if (isc->stolen > 0) {
868 "detected %dk stolen memory\n",
869 isc->stolen * 4);
881 u_int32_t gtt_size, stolen; /* XXX kilobytes */
889 /* Stolen memory is set up at the beginning of the aperture by
981 * XXX If I'm reading the datasheets right, this stolen
986 stolen = 1024;
989 stolen = 4 * 1024;
992 stolen = 8 * 1024;
995 stolen = 16 * 1024;
998 stolen = 32 * 1024;
1001 stolen = 48 * 1024;
1004 stolen = 64 * 1024;
1007 stolen = 128 * 1024;
1010 stolen = 256 * 1024;
1013 stolen = 96 * 1024;
1016 stolen = 160 * 1024;
1019 stolen = 224 * 1024;
1022 stolen = 352 * 1024;
1039 stolen = 0;
1047 stolen = 0;
1055 stolen = 0;
1066 isc->stolen = (stolen - gtt_size) * 1024 / 4096;
1068 if (isc->stolen > 0) {
1070 "detected %dk stolen memory\n",
1071 isc->stolen * 4);
1211 if ((offset >> AGP_PAGE_SHIFT) < isc->stolen) {
1212 DPRINTF(sc, "trying to bind into stolen memory\n");
1230 if ((offset >> AGP_PAGE_SHIFT) < isc->stolen) {
1231 DPRINTF(sc, "trying to unbind from stolen memory\n");