Home
last modified time | relevance | path

Searched refs:Zone (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/drivers/staging/keucr/ !
Dsmilmain.c253 Log2Phy[Media.Zone][Media.LogBlock]=WriteBlock; in Release_D_CopySector()
262 Clr_D_Bit(Assign[Media.Zone],Media.PhyBlock); in Release_D_CopySector()
751 Media.Zone = (BYTE) (temp/Ssfdc.MaxLogBlocks); in Conv_D_MediaAddr()
753 if (Log2Phy[Media.Zone]==NULL) in Conv_D_MediaAddr()
765 if (Media.Zone<Ssfdc.MaxZones) in Conv_D_MediaAddr()
769 Media.PhyBlock = Log2Phy[Media.Zone][Media.LogBlock]; in Conv_D_MediaAddr()
787 if (Log2Phy[Media.Zone]==NULL) in Inc_D_MediaAddr()
803 Media.PhyBlock=Log2Phy[Media.Zone][Media.LogBlock]; in Inc_D_MediaAddr()
809 if (++Media.Zone<Ssfdc.MaxZones) in Inc_D_MediaAddr()
811 if (Log2Phy[Media.Zone]==NULL) in Inc_D_MediaAddr()
[all …]
Dsmilsub.c213 zone=Media.Zone; block=Media.PhyBlock; sector=Media.Sector; in Ssfdc_D_ReadCisSect()
214 Media.Zone=0; in Ssfdc_D_ReadCisSect()
220 Media.Zone=zone; Media.PhyBlock=block; Media.Sector=sector; in Ssfdc_D_ReadCisSect()
224 Media.Zone=zone; Media.PhyBlock=block; Media.Sector=sector; in Ssfdc_D_ReadCisSect()
265 addr = (WORD)Media.Zone*Ssfdc.MaxBlocks+Media.PhyBlock; in Ssfdc_D_ReadSect()
277 bcb->CDB[2] = Media.Zone/2; in Ssfdc_D_ReadSect()
292 bcb->CDB[2] = Media.Zone/2; in Ssfdc_D_ReadSect()
318 addr = (WORD)Media.Zone*Ssfdc.MaxBlocks+Media.PhyBlock; in Ssfdc_D_ReadBlock()
330 bcb->CDB[2] = Media.Zone/2; in Ssfdc_D_ReadBlock()
345 bcb->CDB[2] = Media.Zone/2; in Ssfdc_D_ReadBlock()
[all …]
Dsmil.h188 BYTE Zone; /* Zone Number */ member
196 BYTE Zone; /* Zone Number */ member
/linux-2.6.39/Documentation/ !
Dunicode.txt37 refers to this as a "Corporate Zone", since this is inaccurate for
38 Linux we call it the "Linux Zone"). U+F000 was picked as the starting
41 This leaves U+E000 to U+EFFF as End User Zone.
51 Actual characters assigned in the Linux Zone
90 Linux/CSUR private assignment in the Linux Zone.
169 The ranges used fall at the low end of the End User Zone and can hence
/linux-2.6.39/Documentation/hwmon/ !
Dlm85169 Each temperature sensor is associated with a Zone. There are three
197 * PWM Controlling Zone selection
205 1 Controlled by Zone 1
206 2 Controlled by Zone 2
207 3 Controlled by Zone 3
208 23 Controlled by higher temp of Zone 2 or 3
209 123 Controlled by highest temp of Zone 1, 2 or 3
Dasc7621114 - Enhanced measured temperature to Temperature Zone assignment.
267 Temperature Zone 1, PECI is associated with
268 Zone 4
271 PECI is associated with Temperature Zone 1,
272 Remote Diode 1 is associated with Zone 4
/linux-2.6.39/Documentation/sysctl/ !
Dvm.txt368 A percentage of the total pages in each zone. On Zone reclaim
386 This is a percentage of the total pages in each zone. Zone reclaim will
481 Type(A) is called as "Node" order. Type (B) is "Zone" order.
486 "Zone Order" orders the zonelists by zone type, then by node within each
675 1 = Zone reclaim on
676 2 = Zone reclaim writes dirty pages out
677 4 = Zone reclaim swaps pages
690 writing large amounts of data from dirtying pages on other nodes. Zone
/linux-2.6.39/drivers/acpi/ !
DKconfig239 tristate "Thermal Zone"