Changeset 462054a in mainline for uspace/drv/bus/usb/ar9271/wmi.h


Ignore:
Timestamp:
2015-01-29T17:46:19Z (9 years ago)
Author:
Jan Kolarik <kolarik@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ab365c4
Parents:
01784d2
Message:

Finished HW initialization (but skipped several things, will finish them later if they will be necessary) and finally bringed up device led light :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ar9271/wmi.h

    r01784d2 r462054a  
    118118extern int wmi_reg_write(htc_device_t *htc_device, uint32_t reg_offset,
    119119        uint32_t val);
    120 extern int wmi_reg_rmw(htc_device_t *htc_device, uint32_t reg_offset,
     120extern int wmi_reg_clear_set_bit(htc_device_t *htc_device, uint32_t reg_offset,
    121121        uint32_t set_bit, uint32_t clear_bit);
    122122extern int wmi_reg_set_bit(htc_device_t *htc_device, uint32_t reg_offset,
Note: See TracChangeset for help on using the changeset viewer.