Searched refs:pot (Results 1 – 8 of 8) sorted by relevance
65 int pot = chan->channel; in ds1803_read_raw() local76 *val = result[pot]; in ds1803_read_raw()93 int pot = chan->channel; in ds1803_write_raw() local107 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)");82 write_reg(par, (gain & 0x03) << 6 | (pot & 0x3F)); in init_display()
209 u16 pot = nftl->LastFreeEUN; in NFTL_findfreeblock() local220 if (nftl->ReplUnitTable[pot] == BLOCK_FREE) { in NFTL_findfreeblock()221 nftl->LastFreeEUN = pot; in NFTL_findfreeblock()223 return pot; in NFTL_findfreeblock()230 if (++pot > nftl->lastEUN) in NFTL_findfreeblock()231 pot = le16_to_cpu(nftl->MediaHdr.FirstPhysicalEUN); in NFTL_findfreeblock()239 } while (pot != nftl->LastFreeEUN); in NFTL_findfreeblock()
213 u16 pot = inftl->LastFreeEUN; in INFTL_findfreeblock() local231 if (inftl->PUtable[pot] == BLOCK_FREE) { in INFTL_findfreeblock()232 inftl->LastFreeEUN = pot; in INFTL_findfreeblock()233 return pot; in INFTL_findfreeblock()236 if (++pot > inftl->lastEUN) in INFTL_findfreeblock()237 pot = 0; in INFTL_findfreeblock()244 } while (pot != inftl->LastFreeEUN); in INFTL_findfreeblock()
15 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.
646 unsigned int pot; in pot_hole() local664 for (pot = fls64(hole_end - 1) - 1; in pot_hole()665 pot > ilog2(2 * I915_GTT_PAGE_SIZE); in pot_hole()666 pot--) { in pot_hole()667 u64 step = BIT_ULL(pot); in pot_hole()700 __func__, pot, fls64(hole_end - 1) - 1)) { in pot_hole()
43 *.pot