Searched refs:outval (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/radio/ |
| H A D | radio-typhoon.c | 85 unsigned long outval; in typhoon_s_frequency() local 100 outval = (x * x + 2500) / 5000; in typhoon_s_frequency() 101 outval = (outval * x + 5000) / 10000; in typhoon_s_frequency() 102 outval -= (10 * x * x + 10433) / 20866; in typhoon_s_frequency() 103 outval += 4 * x - 11505; in typhoon_s_frequency() 105 outb_p((outval >> 8) & 0x01, isa->io + 4); in typhoon_s_frequency() 106 outb_p(outval >> 9, isa->io + 6); in typhoon_s_frequency() 107 outb_p(outval & 0xff, isa->io + 8); in typhoon_s_frequency()
|
| /linux/drivers/pci/controller/ |
| H A D | pci-ftpci100.c | 125 u32 outval; in faraday_res_to_memcfg() local 129 outval = FARADAY_PCI_MEMSIZE_1MB; in faraday_res_to_memcfg() 132 outval = FARADAY_PCI_MEMSIZE_2MB; in faraday_res_to_memcfg() 135 outval = FARADAY_PCI_MEMSIZE_4MB; in faraday_res_to_memcfg() 138 outval = FARADAY_PCI_MEMSIZE_8MB; in faraday_res_to_memcfg() 141 outval = FARADAY_PCI_MEMSIZE_16MB; in faraday_res_to_memcfg() 144 outval = FARADAY_PCI_MEMSIZE_32MB; in faraday_res_to_memcfg() 147 outval = FARADAY_PCI_MEMSIZE_64MB; in faraday_res_to_memcfg() 150 outval = FARADAY_PCI_MEMSIZE_128MB; in faraday_res_to_memcfg() 153 outval = FARADAY_PCI_MEMSIZE_256MB; in faraday_res_to_memcfg() [all …]
|
| /linux/drivers/char/ipmi/ |
| H A D | ipmi_watchdog.c | 202 typedef int (*action_fn)(const char *intval, char *outval); 204 static int action_op(const char *inval, char *outval); 205 static int preaction_op(const char *inval, char *outval); 206 static int preop_op(const char *inval, char *outval); 1164 static int action_op(const char *inval, char *outval) in action_op() argument 1168 if (outval) in action_op() 1169 strcpy(outval, action); in action_op() 1196 static int preaction_op(const char *inval, char *outval) in preaction_op() argument 1200 if (outval) in preaction_op() 1201 strcpy(outval, preaction); in preaction_op() [all …]
|
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | hyperv_extended_hypercalls.c | 43 u64 *outval; in main() local 76 outval = addr_gpa2hva(vm, run->hyperv.u.hcall.params[1]); in main() 77 *outval = EXT_CAPABILITIES; in main()
|
| /linux/sound/isa/wavefront/ |
| H A D | wavefront_synth.c | 552 int outval = 0; in demunge_int32() local 555 outval=(outval<<7)+src[i]; in demunge_int32() 558 return outval; in demunge_int32()
|