Searched refs:bph (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/arch/mips/kernel/ |
H A D | prom.c | 40 void __init __dt_setup_arch(void *bph) in __dt_setup_arch() argument 42 if (!early_init_dt_scan(bph, __pa(bph))) in __dt_setup_arch()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | trace.h | 224 __field(u32, bph) 235 __entry->bph = trb->bph; 244 __entry->dequeue, __entry->bph, __entry->bpl,
|
H A D | ep0.c | 49 trb->bph = upper_32_bits(buf_dma); in dwc3_ep0_prepare_one_trb()
|
H A D | debugfs.c | 914 trb->bph, trb->bpl, trb->size, in dwc3_trb_ring_show()
|
H A D | core.h | 868 u32 bph; member
|
H A D | gadget.c | 939 trb_link->bph = upper_32_bits(dwc3_trb_dma_offset(dep, trb_st_hw)); in __dwc3_gadget_ep_enable() 1284 trb->bph = upper_32_bits(dma); in dwc3_prepare_one_trb() 3464 trb->bph == upper_32_bits(dep->dwc->bounce_addr)) { in dwc3_gadget_ep_reclaim_completed_trb()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | prom.h | 20 extern void __dt_setup_arch(void *bph);
|
/openbmc/linux/arch/x86/boot/ |
H A D | boot.h | 237 u8 bpl, bph, ebp2, ebp3; member
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | core.h | 547 u32 bph; member
|
H A D | gadget.c | 513 trb_link->bph = upper_32_bits(dwc3_trb_dma_offset(dep, trb_st_hw)); in __dwc3_gadget_ep_enable() 728 trb->bph = upper_32_bits(dma); in dwc3_prepare_one_trb()
|
H A D | ep0.c | 70 trb->bph = upper_32_bits(buf_dma); in dwc3_ep0_start_trans()
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | dwc3.rst | 633 __entry->trb, __entry->bph, __entry->bpl,
|