Searched refs:pot (Results 1 – 8 of 8) sorted by relevance
62 int pot = chan->channel; in ds1803_read_raw() local73 *val = result[pot]; in ds1803_read_raw()90 int pot = chan->channel; in ds1803_write_raw() local104 return i2c_smbus_write_byte_data(data->client, DS1803_WRITE(pot), val); in ds1803_write_raw()
43 static unsigned int pot = 16; variable44 module_param(pot, uint, 0000);45 MODULE_PARM_DESC(pot, "PM[6:0] Bias voltage pot.: 0-63 (default: 16)");88 write_reg(par, (gain & 0x03) << 6 | (pot & 0x3F)); in init_display()
196 u16 pot = nftl->LastFreeEUN; in NFTL_findfreeblock() local207 if (nftl->ReplUnitTable[pot] == BLOCK_FREE) { in NFTL_findfreeblock()208 nftl->LastFreeEUN = pot; in NFTL_findfreeblock()210 return pot; in NFTL_findfreeblock()217 if (++pot > nftl->lastEUN) in NFTL_findfreeblock()218 pot = le16_to_cpu(nftl->MediaHdr.FirstPhysicalEUN); in NFTL_findfreeblock()226 } while (pot != nftl->LastFreeEUN); in NFTL_findfreeblock()
200 u16 pot = inftl->LastFreeEUN; in INFTL_findfreeblock() local218 if (inftl->PUtable[pot] == BLOCK_FREE) { in INFTL_findfreeblock()219 inftl->LastFreeEUN = pot; in INFTL_findfreeblock()220 return pot; in INFTL_findfreeblock()223 if (++pot > inftl->lastEUN) in INFTL_findfreeblock()224 pot = 0; in INFTL_findfreeblock()231 } while (pot != inftl->LastFreeEUN); in INFTL_findfreeblock()
16 po/cpupowerutils.pot
189 These addresses each read a pair of 8 bit pot counters.226 POTGO 034 W Paula Pot port (4 bit) bi-direction and data, and pot239 that shares the same 4 pins as the 4 pot counters above.
663 unsigned int pot; in pot_hole() local681 for (pot = fls64(hole_end - 1) - 1; in pot_hole()682 pot > ilog2(2 * I915_GTT_PAGE_SIZE); in pot_hole()683 pot--) { in pot_hole()684 u64 step = BIT_ULL(pot); in pot_hole()717 __func__, pot, fls64(hole_end - 1) - 1)) { in pot_hole()
44 *.pot