Lines Matching refs:vendor
50 status = ioread8(chip->vendor.iobase + 1); in tpm_atml_recv()
55 *buf++ = ioread8(chip->vendor.iobase); in tpm_atml_recv()
66 status = ioread8(chip->vendor.iobase + 1); in tpm_atml_recv()
77 status = ioread8(chip->vendor.iobase + 1); in tpm_atml_recv()
82 *buf++ = ioread8(chip->vendor.iobase); in tpm_atml_recv()
86 status = ioread8(chip->vendor.iobase + 1); in tpm_atml_recv()
103 iowrite8(buf[i], chip->vendor.iobase); in tpm_atml_send()
111 iowrite8(ATML_STATUS_ABORT, chip->vendor.iobase + 1); in tpm_atml_cancel()
116 return ioread8(chip->vendor.iobase + 1); in tpm_atml_status()
142 if (chip->vendor.have_region) in atml_plat_remove()
143 atmel_release_region(chip->vendor.base, in atml_plat_remove()
144 chip->vendor.region_size); in atml_plat_remove()
145 atmel_put_base_addr(chip->vendor.iobase); in atml_plat_remove()
192 chip->vendor.iobase = iobase; in init_atmel()
193 chip->vendor.base = base; in init_atmel()
194 chip->vendor.have_region = have_region; in init_atmel()
195 chip->vendor.region_size = region_size; in init_atmel()