pcch_hdr 93 drivers/cpufreq/pcc-cpufreq.c static struct pcc_header __iomem *pcch_hdr; pcch_hdr 128 drivers/cpufreq/pcc-cpufreq.c if (ioread16(&pcch_hdr->status) & CMD_COMPLETE) pcch_hdr 157 drivers/cpufreq/pcc-cpufreq.c iowrite16(CMD_GET_FREQ, &pcch_hdr->command); pcch_hdr 167 drivers/cpufreq/pcc-cpufreq.c status = ioread16(&pcch_hdr->status); pcch_hdr 173 drivers/cpufreq/pcc-cpufreq.c iowrite16(0, &pcch_hdr->status); pcch_hdr 174 drivers/cpufreq/pcc-cpufreq.c curr_freq = (((ioread32(&pcch_hdr->nominal) * (output_buffer & 0xff)) pcch_hdr 192 drivers/cpufreq/pcc-cpufreq.c iowrite16(0, &pcch_hdr->status); pcch_hdr 221 drivers/cpufreq/pcc-cpufreq.c / (ioread32(&pcch_hdr->nominal) * 1000)) << 8); pcch_hdr 224 drivers/cpufreq/pcc-cpufreq.c iowrite16(CMD_SET_FREQ, &pcch_hdr->command); pcch_hdr 231 drivers/cpufreq/pcc-cpufreq.c status = ioread16(&pcch_hdr->status); pcch_hdr 232 drivers/cpufreq/pcc-cpufreq.c iowrite16(0, &pcch_hdr->status); pcch_hdr 455 drivers/cpufreq/pcc-cpufreq.c pcch_hdr = pcch_virt_addr; pcch_hdr 457 drivers/cpufreq/pcc-cpufreq.c pr_debug("probe: PCCH header (virtual) addr: 0x%p\n", pcch_hdr); pcch_hdr 462 drivers/cpufreq/pcc-cpufreq.c mem_resource->minimum, ioread32(&pcch_hdr->signature), pcch_hdr 463 drivers/cpufreq/pcc-cpufreq.c ioread16(&pcch_hdr->length), ioread8(&pcch_hdr->major), pcch_hdr 464 drivers/cpufreq/pcc-cpufreq.c ioread8(&pcch_hdr->minor), ioread32(&pcch_hdr->features), pcch_hdr 465 drivers/cpufreq/pcc-cpufreq.c ioread16(&pcch_hdr->command), ioread16(&pcch_hdr->status), pcch_hdr 466 drivers/cpufreq/pcc-cpufreq.c ioread32(&pcch_hdr->latency)); pcch_hdr 473 drivers/cpufreq/pcc-cpufreq.c ioread32(&pcch_hdr->minimum_time), pcch_hdr 474 drivers/cpufreq/pcc-cpufreq.c ioread32(&pcch_hdr->maximum_time), pcch_hdr 475 drivers/cpufreq/pcc-cpufreq.c ioread32(&pcch_hdr->nominal), pcch_hdr 476 drivers/cpufreq/pcc-cpufreq.c ioread32(&pcch_hdr->throttled_frequency), pcch_hdr 477 drivers/cpufreq/pcc-cpufreq.c ioread32(&pcch_hdr->minimum_frequency)); pcch_hdr 526 drivers/cpufreq/pcc-cpufreq.c ioread32(&pcch_hdr->minimum_frequency), pcch_hdr 527 drivers/cpufreq/pcc-cpufreq.c ioread32(&pcch_hdr->nominal)); pcch_hdr 554 drivers/cpufreq/pcc-cpufreq.c ioread32(&pcch_hdr->nominal) * 1000; pcch_hdr 556 drivers/cpufreq/pcc-cpufreq.c ioread32(&pcch_hdr->minimum_frequency) * 1000;