Searched refs:pec (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-amd8111.c186 unsigned char protocol, len, pec, temp[2]; local
191 pec = (flags & I2C_CLIENT_PEC) ? AMD_SMB_PRTCL_PEC : 0;
220 protocol |= AMD_SMB_PRTCL_WORD_DATA | pec;
233 protocol |= AMD_SMB_PRTCL_BLOCK_DATA | pec;
252 protocol = AMD_SMB_PRTCL_PROC_CALL | pec;
264 protocol = AMD_SMB_PRTCL_BLOCK_PROC_CALL | pec;
H A Di2c-nforce2.c105 unsigned char protocol, pec, temp; local
109 pec = (flags & I2C_CLIENT_PEC) ? NVIDIA_SMB_PRTCL_PEC : 0;
137 protocol |= NVIDIA_SMB_PRTCL_WORD_DATA | pec;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/
H A Di2c-core.c1200 static u8 i2c_smbus_msg_pec(u8 pec, struct i2c_msg *msg) argument
1204 pec = i2c_smbus_pec(pec, &addr, 1);
1207 return i2c_smbus_pec(pec, msg->buf, msg->len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfdisk.c1704 unsigned pec, peh, pes; /* physical ending c, h, s */ local
1717 pec = (p->end_cyl & 0xff) | ((p->end_sector << 2) & 0x300);
1736 if (cylinders <= 1024 && (pec != lec || peh != leh || pes != les)) {
1739 printf(" phys=(%d, %d, %d) ", pec, peh, pes);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dlm90.c397 /* pec used for ADM1032 only */
425 static DEVICE_ATTR(pec, S_IWUSR | S_IRUGO, show_pec, set_pec);

Completed in 178 milliseconds