Searched refs:pm0 (Results 1 – 5 of 5) sorted by relevance
/drivers/scsi/sym53c8xx_2/ |
D | sym_fw2.h | 1085 offsetof (struct sym_ccb, phys.pm0.sg), 1105 offsetof (struct sym_ccb, phys.pm0.sg), 1119 offsetof (struct sym_ccb, phys.pm0.ret), 1635 offsetof(struct sym_ccb, phys.pm0.ret), 1667 offsetof(struct sym_ccb, phys.pm0.ret), 1682 offsetof(struct sym_ccb, phys.pm0.sg.size), 1684 offsetof(struct sym_ccb, phys.pm0.sg.addr),
|
D | sym_fw1.h | 1199 offsetof (struct sym_ccb, phys.pm0.sg), 1219 offsetof (struct sym_ccb, phys.pm0.sg), 1235 SCR_REG_REG (scratcha, SCR_ADD, offsetof (struct sym_ccb,phys.pm0.ret)),
|
D | sym_hipd.h | 703 struct sym_pmc pm0; member
|
D | sym_hipd.c | 2574 nxtdsp = scr_to_cpu(cp->phys.pm0.ret); 2583 pm = &cp->phys.pm0; 3641 pm = &cp->phys.pm0; 3794 pm = &cp->phys.pm0;
|
/drivers/mfd/ |
D | sm501.c | 136 unsigned long pm0 = smc501_readl(sm->regs + SM501_POWER_MODE_0_CLOCK); in sm501_dump_clk() local 164 misct, pm0, pm1); in sm501_dump_clk() 175 fmt_freq(decode_div(pll2, pm0, 24, 1<<29, 31)), in sm501_dump_clk() 176 fmt_freq(decode_div(pll2, pm0, 16, 1<<20, 15)), in sm501_dump_clk() 177 fmt_freq(decode_div(pll2, pm0, 8, 1<<12, 15)), in sm501_dump_clk() 178 fmt_freq(decode_div(pll2, pm0, 0, 1<<4, 15))); in sm501_dump_clk()
|