Searched refs:bp (Results 1 – 3 of 3) sorted by relevance
87 UX_EHCI_POINTER bp; in _ux_hcd_ehci_request_transfer_add() local108 bp.void_ptr = _ux_utility_physical_address(buffer_address); in _ux_hcd_ehci_request_transfer_add()109 td -> ux_ehci_td_bp0 = bp.void_ptr; /* with offset. */ in _ux_hcd_ehci_request_transfer_add()112 bp.value &= UX_EHCI_PAGE_ALIGN; in _ux_hcd_ehci_request_transfer_add()113 td -> ux_ehci_td_bp1 = bp.u8_ptr + UX_EHCI_PAGE_SIZE; in _ux_hcd_ehci_request_transfer_add()114 td -> ux_ehci_td_bp2 = bp.u8_ptr + UX_EHCI_PAGE_SIZE * 2; in _ux_hcd_ehci_request_transfer_add()115 td -> ux_ehci_td_bp3 = bp.u8_ptr + UX_EHCI_PAGE_SIZE * 3; in _ux_hcd_ehci_request_transfer_add()116 td -> ux_ehci_td_bp4 = bp.u8_ptr + UX_EHCI_PAGE_SIZE * 4; in _ux_hcd_ehci_request_transfer_add()
101 UX_EHCI_POINTER bp; in _ux_hcd_ehci_hsisochronous_tds_process() local418 … bp.void_ptr = _ux_utility_physical_address(transfer -> ux_transfer_request_data_pointer); in _ux_hcd_ehci_hsisochronous_tds_process()421 pg_addr = bp.value & UX_EHCI_PAGE_ALIGN; in _ux_hcd_ehci_hsisochronous_tds_process()422 pg_offset = bp.value & UX_EHCI_HSISO_XACT_OFFSET_MASK; in _ux_hcd_ehci_hsisochronous_tds_process()436 bp.value = pg_addr; in _ux_hcd_ehci_hsisochronous_tds_process()437 fr_td -> ux_ehci_hsiso_td_bp[pg] = bp.void_ptr; in _ux_hcd_ehci_hsisochronous_tds_process()444 bp.value = pg_addr; in _ux_hcd_ehci_hsisochronous_tds_process()445 fr_td -> ux_ehci_hsiso_td_bp[pg] = bp.void_ptr; in _ux_hcd_ehci_hsisochronous_tds_process()
119 UX_EHCI_POINTER bp; in _ux_hcd_ehci_isochronous_endpoint_create()322 bp.value = device_address | endpt; in _ux_hcd_ehci_isochronous_endpoint_create()323 itd.itd_ptr -> ux_ehci_hsiso_td_bp[0] = bp.void_ptr; in _ux_hcd_ehci_isochronous_endpoint_create()326 bp.value = io | max_packet_size; in _ux_hcd_ehci_isochronous_endpoint_create()327 itd.itd_ptr -> ux_ehci_hsiso_td_bp[1] = bp.void_ptr; in _ux_hcd_ehci_isochronous_endpoint_create()330 bp.value = mult; in _ux_hcd_ehci_isochronous_endpoint_create()331 itd.itd_ptr -> ux_ehci_hsiso_td_bp[2] = bp.void_ptr; in _ux_hcd_ehci_isochronous_endpoint_create()