Lines Matching refs:vendor
75 *data = inb(chip->vendor.base + NSC_STATUS); in wait_for_stat()
83 *data = inb(chip->vendor.base + 1); in wait_for_stat()
98 status = inb(chip->vendor.base + NSC_STATUS); in nsc_wait_for_ready()
100 status = inb(chip->vendor.base + NSC_DATA); in nsc_wait_for_ready()
108 status = inb(chip->vendor.base + NSC_STATUS); in nsc_wait_for_ready()
110 status = inb(chip->vendor.base + NSC_DATA); in nsc_wait_for_ready()
136 inb(chip->vendor.base + NSC_DATA)) != NSC_COMMAND_NORMAL) { in tpm_nsc_recv()
152 *p = inb(chip->vendor.base + NSC_DATA); in tpm_nsc_recv()
160 if ((data = inb(chip->vendor.base + NSC_DATA)) != NSC_COMMAND_EOC) { in tpm_nsc_recv()
186 outb(NSC_COMMAND_CANCEL, chip->vendor.base + NSC_COMMAND); in tpm_nsc_send()
196 outb(NSC_COMMAND_NORMAL, chip->vendor.base + NSC_COMMAND); in tpm_nsc_send()
208 outb(buf[i], chip->vendor.base + NSC_DATA); in tpm_nsc_send()
215 outb(NSC_COMMAND_EOC, chip->vendor.base + NSC_COMMAND); in tpm_nsc_send()
222 outb(NSC_COMMAND_CANCEL, chip->vendor.base + NSC_COMMAND); in tpm_nsc_cancel()
227 return inb(chip->vendor.base + NSC_STATUS); in tpm_nsc_status()
251 release_region(chip->vendor.base, 2); in tpm_nsc_remove()
349 chip->vendor.base = base; in init_nsc()