Searched refs:tac (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dab3100-otp.c41 * IMEI number found in the tac, fac and svn fields with
44 * @tac type allocation code of the IMEI
56 u32 tac:20; member in struct:ab3100_otp
88 otp->tac = ((otpval[4] & 0x0f) << 16) | (otpval[3] << 8) | otpval[2];
109 seq_printf(s, "IMEI: %u-%u-%u\n", otp->tac, otp->fac, otp->svn);
170 SHOW_AB3100_ATTR(tac)
180 __ATTR(tac, S_IRUGO, ab3100_otp_tac_show, NULL),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/printing/
H A DVampireDriversFunctions936 tac ${nthost}-enumdrivers3list-WIN40.lnk \
1083 tac ${nthost}-enumdrivers3list-NTx86.lnk \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dx86.c2208 struct kvm_tpr_access_ctl *tac)
2210 if (tac->flags)
2212 vcpu->arch.tpr_access_reporting = !!tac->enabled;
2567 struct kvm_tpr_access_ctl tac; local
2570 if (copy_from_user(&tac, argp, sizeof tac))
2572 r = vcpu_ioctl_tpr_access_reporting(vcpu, &tac);
2576 if (copy_to_user(argp, &tac, sizeof tac))
2207 vcpu_ioctl_tpr_access_reporting(struct kvm_vcpu *vcpu, struct kvm_tpr_access_ctl *tac) argument

Completed in 84 milliseconds