Lines Matching defs:data
77 * @data: data pointer for storing the register output
83 int intel_pmc_gcr_read64(struct intel_pmc_dev *pmc, u32 offset, u64 *data)
89 *data = readq(pmc->gcr_mem_base + offset);
132 * @data: Out param that contains current S0ix residency count.
134 * Writes to @data how many usecs the system has been in low-power S0ix
139 int intel_pmc_s0ix_counter_read(struct intel_pmc_dev *pmc, u64 *data)
148 *data = S0IX_RESIDENCY_IN_USECS(deep, shlw);
157 * @buf: Buffer holding data to be stored to the attribute
193 * @buf: Buffer holding data to be stored to the attribute
340 /* BIOS data register */
344 dev_err(&pdev->dev, "Failed to get resource of P-unit BIOS data\n");
358 /* ISP data register, optional */
370 /* GTD data register, optional */