Home
last modified time | relevance | path

Searched refs:gctrl (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/ic/
Diha.c2529 u_int8_t gctrl, addr; in iha_read_eeprom() local
2534 gctrl = bus_space_read_1(iot, ioh, TUL_GCTRL0) | EEPRG; in iha_read_eeprom()
2535 bus_space_write_1(iot, ioh, TUL_GCTRL0, gctrl); in iha_read_eeprom()
2548 gctrl = bus_space_read_1(iot, ioh, TUL_GCTRL0) & ~EEPRG; in iha_read_eeprom()
2549 bus_space_write_1(iot, ioh, TUL_GCTRL0, gctrl); in iha_read_eeprom()
/openbsd/src/sys/dev/usb/
Duvideo.c3623 uvideo_g_ctrl(void *v, struct v4l2_control *gctrl) in uvideo_g_ctrl() argument
3631 i = uvideo_find_ctrl(sc, gctrl->id); in uvideo_g_ctrl()
3656 gctrl->value = uvideo_ctrls[i].sig ? in uvideo_g_ctrl()
3661 gctrl->value = uvideo_ctrls[i].sig ? in uvideo_g_ctrl()