Home
last modified time | relevance | path

Searched refs:pm0 (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_fw2.h1098 offsetof (struct sym_ccb, phys.pm0.sg),
1118 offsetof (struct sym_ccb, phys.pm0.sg),
1132 offsetof (struct sym_ccb, phys.pm0.ret),
1648 offsetof(struct sym_ccb, phys.pm0.ret),
1680 offsetof(struct sym_ccb, phys.pm0.ret),
1695 offsetof(struct sym_ccb, phys.pm0.sg.size),
1697 offsetof(struct sym_ccb, phys.pm0.sg.addr),
Dsym_fw1.h1212 offsetof (struct sym_ccb, phys.pm0.sg),
1232 offsetof (struct sym_ccb, phys.pm0.sg),
1248 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm0.ret)),
Dsym_hipd.h716 struct sym_pmc pm0; member
Dsym_hipd.c2587 nxtdsp = scr_to_cpu(cp->phys.pm0.ret);
2596 pm = &cp->phys.pm0;
3653 pm = &cp->phys.pm0;
3806 pm = &cp->phys.pm0;
/linux-4.1.27/drivers/mfd/
Dsm501.c137 unsigned long pm0 = smc501_readl(sm->regs + SM501_POWER_MODE_0_CLOCK); in sm501_dump_clk() local
165 misct, pm0, pm1); in sm501_dump_clk()
176 fmt_freq(decode_div(pll2, pm0, 24, 1<<29, 31)), in sm501_dump_clk()
177 fmt_freq(decode_div(pll2, pm0, 16, 1<<20, 15)), in sm501_dump_clk()
178 fmt_freq(decode_div(pll2, pm0, 8, 1<<12, 15)), in sm501_dump_clk()
179 fmt_freq(decode_div(pll2, pm0, 0, 1<<4, 15))); in sm501_dump_clk()