Searched refs:pvol (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/dev/scsipi/ |
| D | ch.c | 815 struct changer_volume_tag *avol, *pvol; in ch_usergetelemstatus() local 965 pvol = (struct changer_volume_tag *)(desc + 1); in ch_usergetelemstatus() 966 avol = pvol + 1; in ch_usergetelemstatus() 970 pvol = (struct changer_volume_tag *)(desc + 1); in ch_usergetelemstatus() 975 pvol = NULL; in ch_usergetelemstatus() 980 avol = pvol = NULL; in ch_usergetelemstatus() 984 if (pvol != NULL) { in ch_usergetelemstatus() 985 ch_voltag_convert_in(pvol, &ces.ces_pvoltag); in ch_usergetelemstatus()
|
| /netbsd/src/sys/dev/i2c/ |
| D | axp809.c | 249 axp809_get_voltage(struct axp809_ctrl *c, u_int *pvol) in axp809_get_voltage() argument 266 *pvol = c->c_min + reg_val * c->c_step1; in axp809_get_voltage() 268 *pvol = c->c_min + (c->c_step1cnt * c->c_step1) + in axp809_get_voltage()
|
| D | act8846.c | 267 act8846_get_voltage(struct act8846_ctrl *c, u_int *pvol) in act8846_get_voltage() argument 279 *pvol = act8846_vset[__SHIFTOUT(val, ACT_VSET_VSET)]; in act8846_get_voltage()
|
| D | axppmic.c | 638 axppmic_get_voltage(i2c_tag_t tag, i2c_addr_t addr, const struct axppmic_ctrl *c, u_int *pvol) in axppmic_get_voltage() argument 654 *pvol = c->c_min + reg_val * c->c_step1; in axppmic_get_voltage() 656 *pvol = c->c_step2start + in axppmic_get_voltage() 659 *pvol = c->c_min + (c->c_step1cnt * c->c_step1) + in axppmic_get_voltage()
|
| /netbsd/src/sys/arch/powerpc/oea/ |
| D | pmap.c | 1689 pmap_pvo_remove(struct pvo_entry *pvo, int pteidx, struct pvo_head *pvol) in pmap_pvo_remove() argument 1785 if (pvol) { in pmap_pvo_remove() 1786 LIST_INSERT_HEAD(pvol, pvo, pvo_vlink); in pmap_pvo_remove() 1801 pmap_pvo_free_list(struct pvo_head *pvol) in pmap_pvo_free_list() argument 1805 for (pvo = LIST_FIRST(pvol); pvo != NULL; pvo = npvo) { in pmap_pvo_free_list() 2051 struct pvo_head pvol; in pmap_remove() local 2057 LIST_INIT(&pvol); in pmap_remove() 2062 pmap_pvo_remove(pvo, pteidx, &pvol); in pmap_remove() 2066 pmap_pvo_free_list(&pvol); in pmap_remove() 2294 struct pvo_head *pvo_head, pvol; in pmap_pp_protect() local [all …]
|