Searched refs:bph (Results 1 – 9 of 9) sorted by relevance
/linux/arch/mips/kernel/ |
A D | prom.c | 40 void __init __dt_setup_arch(void *bph) in __dt_setup_arch() argument 42 if (!early_init_dt_scan(bph)) in __dt_setup_arch()
|
/linux/drivers/usb/dwc3/ |
A D | trace.h | 226 __field(u32, bph) 237 __entry->bph = trb->bph; 246 __entry->dequeue, __entry->bph, __entry->bpl,
|
A D | debugfs.c | 810 trb->bph, trb->bpl, trb->size, in dwc3_trb_ring_show()
|
A D | core.h | 843 u32 bph; member
|
A D | ep0.c | 47 trb->bph = upper_32_bits(buf_dma); in dwc3_ep0_prepare_one_trb()
|
A D | gadget.c | 887 trb_link->bph = upper_32_bits(dwc3_trb_dma_offset(dep, trb_st_hw)); in __dwc3_gadget_ep_enable() 1184 trb->bph = upper_32_bits(dma); in __dwc3_prepare_one_trb() 3123 trb->bph == upper_32_bits(dep->dwc->bounce_addr)) { in dwc3_gadget_ep_reclaim_completed_trb()
|
/linux/arch/mips/include/asm/ |
A D | prom.h | 20 extern void __dt_setup_arch(void *bph);
|
/linux/arch/x86/boot/ |
A D | boot.h | 258 u8 bpl, bph, ebp2, ebp3; member
|
/linux/Documentation/driver-api/usb/ |
A D | dwc3.rst | 633 __entry->trb, __entry->bph, __entry->bpl,
|
Completed in 28 milliseconds