*/
int ulpi_reset(struct ulpi_viewport *ulpi_vp);
-
/* ULPI access methods below must be implemented for each ULPI viewport. */
/*
#define ULPI_CARKIT_PLS_CTRL_SPKRLEFT_BIASEN (1 << 2)
#define ULPI_CARKIT_PLS_CTRL_SPKRRIGHT_BIASEN (1 << 3)
-
#endif /* __USB_ULPI_H__ */
__le32 rsvd2[6];
};
-
/**
* struct xhci_device_context_array
* @dev_context_ptr array of 64-bit DMA addresses for device contexts
* might not be able to handle the maximum number of devices possible.
*/
-
struct xhci_transfer_event {
/* 64-bit buffer address, or immediate data */
__le64 buffer;
#define TRB_TO_STREAM_ID(p) ((((p) & (0xffff << 16)) >> 16))
#define STREAM_ID_FOR_TRB(p) ((((p)) & 0xffff) << 16)
-
/* Port Status Change Event TRB fields */
/* Port ID - bits 31:24 */
#define GET_PORT_ID(p) (((p) & (0xff << 24)) >> 24)
struct xhci_hcor **ret_hcor);
void xhci_hcd_stop(int index);
-
/*************************************************************
EXTENDED CAPABILITY DEFINITIONS
*************************************************************/