HelenOS sources
wmi_reg_set_clear_bit 199 uspace/drv/nic/ar9271/hw.c wmi_reg_set_clear_bit(ar9271->htc_device, AR9271_GPIO_OE_OUT,
wmi_reg_set_clear_bit 208 uspace/drv/nic/ar9271/hw.c wmi_reg_set_clear_bit(ar9271->htc_device, AR9271_GPIO_IN_OUT,
wmi_reg_set_clear_bit 289 uspace/drv/nic/ar9271/hw.c wmi_reg_set_clear_bit(ar9271->htc_device, AR9271_STATION_ID1,
wmi_reg_set_clear_bit 154 uspace/drv/nic/ar9271/wmi.c return wmi_reg_set_clear_bit(htc_device, reg_offset, set_bit, 0);
wmi_reg_set_clear_bit 169 uspace/drv/nic/ar9271/wmi.c return wmi_reg_set_clear_bit(htc_device, reg_offset, 0, clear_bit);
wmi_reg_set_clear_bit 121 uspace/drv/nic/ar9271/wmi.h extern errno_t wmi_reg_set_clear_bit(htc_device_t *, uint32_t, uint32_t, uint32_t);
HelenOS homepage, sources at GitHub