Changeset 58563585 in mainline for uspace/drv/bus/usb/ohci/hw_struct
- Timestamp:
- 2016-08-31T11:15:39Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10cb47e
- Parents:
- 7a67416
- Location:
- uspace/drv/bus/usb/ohci/hw_struct
- Files:
-
- 7 edited
-
completion_codes.h (modified) (1 diff)
-
endpoint_descriptor.c (modified) (1 diff)
-
hcca.h (modified) (3 diffs)
-
iso_transfer_descriptor.h (modified) (3 diffs)
-
mem_access.h (modified) (2 diffs)
-
transfer_descriptor.c (modified) (1 diff)
-
transfer_descriptor.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hw_struct/completion_codes.h
r7a67416 r58563585 54 54 }; 55 55 56 inline static unsigned cc_to_rc(unsignedcc)56 inline static unsigned int cc_to_rc(unsigned int cc) 57 57 { 58 58 switch (cc) { -
uspace/drv/bus/usb/ohci/hw_struct/endpoint_descriptor.c
r7a67416 r58563585 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 28 29 /** @addtogroup drvusbohci 29 30 * @{ -
uspace/drv/bus/usb/ohci/hw_struct/hcca.h
r7a67416 r58563585 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 28 29 /** @addtogroup drvusbohci 29 30 * @{ … … 32 33 * @brief OHCI driver 33 34 */ 35 34 36 #ifndef DRV_OHCI_HW_STRUCT_HCCA_H 35 37 #define DRV_OHCI_HW_STRUCT_HCCA_H … … 85 87 OHCI_MEM32_WR(hcca->int_ep[index], pa); 86 88 } 89 87 90 #endif 91 88 92 /** 89 93 * @} -
uspace/drv/bus/usb/ohci/hw_struct/iso_transfer_descriptor.h
r7a67416 r58563585 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 28 29 /** @addtogroup drvusbohci 29 30 * @{ … … 32 33 * @brief OHCI driver 33 34 */ 35 34 36 #ifndef DRV_OHCI_HW_STRUCT_ISO_TRANSFER_DESCRIPTOR_H 35 37 #define DRV_OHCI_HW_STRUCT_ISO_TRANSFER_DESCRIPTOR_H … … 68 70 69 71 } __attribute__((packed)) itd_t; 72 70 73 #endif 74 71 75 /** 72 76 * @} -
uspace/drv/bus/usb/ohci/hw_struct/mem_access.h
r7a67416 r58563585 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 28 29 /** @addtogroup drvusbohci 29 30 * @{ … … 32 33 * @brief OHCI driver 33 34 */ 35 34 36 #ifndef DRV_OHCI_HW_MEM_ACCESS_H 35 37 #define DRV_OHCI_HW_MEM_ACCESS_H -
uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.c
r7a67416 r58563585 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 28 29 /** @addtogroup drvusbohci 29 30 * @{ -
uspace/drv/bus/usb/ohci/hw_struct/transfer_descriptor.h
r7a67416 r58563585 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 28 29 /** @addtogroup drvusbohci 29 30 * @{ … … 32 33 * @brief OHCI driver 33 34 */ 35 34 36 #ifndef DRV_OHCI_HW_STRUCT_TRANSFER_DESCRIPTOR_H 35 37 #define DRV_OHCI_HW_STRUCT_TRANSFER_DESCRIPTOR_H … … 139 141 return OHCI_MEM32_RD(instance->be) - OHCI_MEM32_RD(instance->cbp) + 1; 140 142 } 143 141 144 #endif 145 142 146 /** 143 147 * @}
Note:
See TracChangeset
for help on using the changeset viewer.
