Searched refs:productid (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmpspec_def.h49 char productid[12]; member in struct:mpc_table
H A Dapic.h321 int (*mps_oem_check)(struct mpc_table *mpc, char *oem, char *productid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/apic/
H A Dsummit_32.c81 char *productid)
84 (!strncmp(productid, "VIGIL SMP", 9)
85 || !strncmp(productid, "EXA", 3)
86 || !strncmp(productid, "RUTHLESS SMP", 12))){
80 summit_mps_oem_check(struct mpc_table *mpc, char *oem, char *productid) argument
H A Dprobe_32.c260 generic_mps_oem_check(struct mpc_table *mpc, char *oem, char *productid) argument
267 if (!apic_probe[i]->mps_oem_check(mpc, oem, productid))
H A Des7000_32.c609 char *productid)
627 char *productid)
608 es7000_mps_oem_check(struct mpc_table *mpc, char *oem, char *productid) argument
626 es7000_mps_oem_check_cluster(struct mpc_table *mpc, char *oem, char *productid) argument
H A Dnumaq_32.c439 numaq_mps_oem_check(struct mpc_table *mpc, char *oem, char *productid) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/tpm/
H A Dtpm_infineon.c420 int productid[2]; local
502 productid[1] = tpm_config_in(TPM_INF_DATA);
504 productid[0] = tpm_config_in(TPM_INF_DATA);
510 switch ((productid[0] << 8) | productid[1]) {
568 productid[0], productid[1], chipname);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dmpparse.c251 memcpy(str, mpc->productid, 12);

Completed in 107 milliseconds