Searched refs:bph (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | fdtdump.c | 48 struct fdt_header *bph = blob; in dump_blob() local 49 uint32_t off_mem_rsvmap = fdt32_to_cpu(bph->off_mem_rsvmap); in dump_blob() 50 uint32_t off_dt = fdt32_to_cpu(bph->off_dt_struct); in dump_blob() 51 uint32_t off_str = fdt32_to_cpu(bph->off_dt_strings); in dump_blob() 56 uint32_t version = fdt32_to_cpu(bph->version); in dump_blob() 57 uint32_t totalsize = fdt32_to_cpu(bph->totalsize); in dump_blob() 68 printf("// magic:\t\t0x%x\n", fdt32_to_cpu(bph->magic)); in dump_blob() 75 fdt32_to_cpu(bph->last_comp_version)); in dump_blob() 78 fdt32_to_cpu(bph->boot_cpuid_phys)); in dump_blob() 82 fdt32_to_cpu(bph in dump_blob() [all...] |
/kernel/linux/linux-5.10/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)) in __dt_setup_arch()
|
/kernel/linux/linux-6.6/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)) in __dt_setup_arch()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | prom.h | 20 extern void __dt_setup_arch(void *bph);
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | prom.h | 20 extern void __dt_setup_arch(void *bph);
|
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | trace.h | 226 __field(u32, bph) 237 __entry->bph = trb->bph; 246 __entry->dequeue, __entry->bph, __entry->bpl,
|
H A D | gadget.c | 698 trb_link->bph = upper_32_bits(dwc3_trb_dma_offset(dep, trb_st_hw)); in __dwc3_gadget_ep_enable() 1019 trb->bph = upper_32_bits(dma); in dwc3_prepare_one_trb() 2818 trb->bph == upper_32_bits(dep->dwc->bounce_addr)) { in dwc3_gadget_ep_reclaim_completed_trb()
|
H A D | ep0.c | 47 trb->bph = upper_32_bits(buf_dma); in dwc3_ep0_prepare_one_trb()
|
H A D | debugfs.c | 913 trb->bph, trb->bpl, trb->size, in dwc3_trb_ring_show()
|
H A D | core.h | 819 * @bph: DW4-7 825 u32 bph; member
|
/kernel/linux/linux-6.6/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 | debugfs.c | 914 trb->bph, trb->bpl, trb->size, in dwc3_trb_ring_show()
|
H A D | gadget.c | 923 trb_link->bph = upper_32_bits(dwc3_trb_dma_offset(dep, trb_st_hw)); in __dwc3_gadget_ep_enable() 1265 trb->bph = upper_32_bits(dma); in dwc3_prepare_one_trb() 3402 trb->bph == upper_32_bits(dep->dwc->bounce_addr)) { in dwc3_gadget_ep_reclaim_completed_trb()
|
H A D | ep0.c | 49 trb->bph = upper_32_bits(buf_dma); in dwc3_ep0_prepare_one_trb()
|
H A D | core.h | 859 * @bph: DW4-7 865 u32 bph; member
|
/kernel/linux/linux-5.10/arch/x86/boot/ |
H A D | boot.h | 270 u8 bpl, bph, ebp2, ebp3; member
|
/kernel/linux/linux-6.6/arch/x86/boot/ |
H A D | boot.h | 237 u8 bpl, bph, ebp2, ebp3; member
|
Completed in 26 milliseconds