Searched refs:lowpwr (Results 1 – 3 of 3) sorted by relevance
/drivers/media/pci/cx18/ |
D | cx18-firmware.c | 222 void cx18_init_power(struct cx18 *cx, int lowpwr) in cx18_init_power() argument 271 cx18_write_reg(cx, lowpwr ? 0xD : 0x11, CX18_FAST_CLOCK_PLL_INT); in cx18_init_power() 272 cx18_write_reg(cx, lowpwr ? 0x1EFBF37 : 0x038E3D7, in cx18_init_power() 282 cx18_write_reg(cx, lowpwr ? 0xD : 0xC, CX18_SLOW_CLOCK_PLL_INT); in cx18_init_power() 283 cx18_write_reg(cx, lowpwr ? 0x30C344 : 0x124927F, in cx18_init_power() 308 if (lowpwr) { in cx18_init_power()
|
D | cx18-firmware.h | 25 void cx18_init_power(struct cx18 *cx, int lowpwr);
|
/drivers/regulator/ |
D | pcap-regulator.c | 102 const u8 lowpwr; member 113 .lowpwr = _lowpwr, \
|