/openbmc/linux/fs/erofs/ |
H A D | pcpubuf.c | 22 __acquires(pcb->lock) in erofs_get_pcpubuf() 24 struct erofs_pcpubuf *pcb = &get_cpu_var(erofs_pcb); in erofs_get_pcpubuf() local 26 raw_spin_lock(&pcb->lock); in erofs_get_pcpubuf() 28 if (requiredpages > pcb->nrpages) { in erofs_get_pcpubuf() 29 raw_spin_unlock(&pcb->lock); in erofs_get_pcpubuf() 31 /* (for sparse checker) pretend pcb->lock is still taken */ in erofs_get_pcpubuf() 32 __acquire(pcb->lock); in erofs_get_pcpubuf() 35 return pcb->ptr; in erofs_get_pcpubuf() 38 void erofs_put_pcpubuf(void *ptr) __releases(pcb->lock) in erofs_put_pcpubuf() 40 struct erofs_pcpubuf *pcb = &per_cpu(erofs_pcb, smp_processor_id()); in erofs_put_pcpubuf() local [all …]
|
/openbmc/linux/drivers/nfc/st-nci/ |
H A D | ndlc.c | 76 u8 pcb = PCB_TYPE_DATAFRAME | PCB_DATAFRAME_RETRANSMIT_NO | in ndlc_send() local 79 *(u8 *)skb_push(skb, 1) = pcb; in ndlc_send() 125 u8 pcb; in llt_ndlc_requeue_data_pending() local 128 pcb = skb->data[0]; in llt_ndlc_requeue_data_pending() 129 switch (pcb & PCB_TYPE_MASK) { in llt_ndlc_requeue_data_pending() 131 skb->data[0] = (pcb & ~PCB_SUPERVISOR_RETRANSMIT_MASK) | in llt_ndlc_requeue_data_pending() 135 skb->data[0] = (pcb & ~PCB_DATAFRAME_RETRANSMIT_MASK) | in llt_ndlc_requeue_data_pending() 139 pr_err("UNKNOWN Packet Control Byte=%d\n", pcb); in llt_ndlc_requeue_data_pending() 150 u8 pcb; in llt_ndlc_rcv_queue() local 157 pcb = skb->data[0]; in llt_ndlc_rcv_queue() [all …]
|
/openbmc/linux/sound/core/seq/ |
H A D | seq_dummy.c | 109 struct snd_seq_port_callback pcb; in create_port() local 134 memset(&pcb, 0, sizeof(pcb)); in create_port() 135 pcb.owner = THIS_MODULE; in create_port() 136 pcb.event_input = dummy_input; in create_port() 137 pcb.private_free = dummy_free; in create_port() 138 pcb.private_data = rec; in create_port() 139 pinfo.kernel = &pcb; in create_port()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/files/ |
H A D | make-errors.patch | 15 mk/pcb-cc.sh | 2 +- 19 diff --git a/mk/pcb-cc.sh b/mk/pcb-cc.sh 21 --- a/mk/pcb-cc.sh 22 +++ b/mk/pcb-cc.sh
|
/openbmc/linux/arch/alpha/mm/ |
H A D | init.c | 91 load_PCB(struct pcb_struct *pcb) in load_PCB() argument 94 pcb->ksp = sp; in load_PCB() 95 return __reload_thread(pcb); in load_PCB() 98 /* Set up initial PCB, VPTB, and other such nicities. */ 121 /* Also set up the real kernel PCB while we're at it. */ in switch_to_system_map() 122 init_thread_info.pcb.ptbr = newptbr; in switch_to_system_map() 123 init_thread_info.pcb.flags = 1; /* set FEN, clear everything else */ in switch_to_system_map() 124 original_pcb_ptr = load_PCB(&init_thread_info.pcb); in switch_to_system_map() 127 /* Save off the contents of the original PCB so that we can in switch_to_system_map() 130 Note that the PCB is supposed to be a physical address, but in switch_to_system_map()
|
H A D | fault.c | 45 struct pcb_struct *pcb; in __load_new_mm_context() local 50 pcb = ¤t_thread_info()->pcb; in __load_new_mm_context() 51 pcb->asn = mmc & HARDWARE_ASN_MASK; in __load_new_mm_context() 52 pcb->ptbr = ((unsigned long) next_mm->pgd - IDENT_ADDR) >> PAGE_SHIFT; in __load_new_mm_context() 54 __reload_thread(pcb); in __load_new_mm_context()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | process.c | 226 current_thread_info()->pcb.unique = 0; in flush_thread() 246 childti->pcb.ksp = (unsigned long) childstack; in copy_thread() 247 childti->pcb.flags = 1; /* set FEN, clear everything else */ in copy_thread() 259 childti->pcb.usp = 0; in copy_thread() 268 childti->pcb.unique = tls; in copy_thread() 271 childti->pcb.usp = usp ?: rdusp(); in copy_thread() 321 dest[30] = ti == current_thread_info() ? rdusp() : ti->pcb.usp; in dump_elf_thread() 327 dest[32] = ti->pcb.unique; in dump_elf_thread() 363 unsigned long fp, sp = task_thread_info(t)->pcb.ksp; in thread_saved_pc() 392 schedule_frame = ((unsigned long *)task_thread_info(p)->pcb.ksp)[6]; in __get_wchan()
|
/openbmc/linux/arch/alpha/boot/ |
H A D | main.c | 49 * PCB for that. The kernel proper should replace this PCB with 68 /* Create the dummy PCB. */ in pal_init() 82 * a1 = return address, but we give the asm the vaddr of the PCB in pal_init() 83 * a2 = physical addr of PCB in pal_init()
|
H A D | bootp.c | 55 * PCB for that. The kernel proper should replace this PCB with 74 /* Create the dummy PCB. */ in pal_init() 88 * a1 = return address, but we give the asm the vaddr of the PCB in pal_init() 89 * a2 = physical addr of PCB in pal_init()
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | mmu_context.h | 30 __reload_thread(struct pcb_struct *pcb) in __reload_thread() argument 35 a0 = virt_to_phys(pcb); in __reload_thread() 159 /* Always update the PCB ASN. Another thread may have allocated in ev5_switch_mm() 162 task_thread_info(next)->pcb.asn = mmc & HARDWARE_ASN_MASK; in ev5_switch_mm() 239 task_thread_info(tsk)->pcb.ptbr in init_new_context() 248 task_thread_info(tsk)->pcb.ptbr in enter_lazy_tlb()
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6ull-dhcom-picoitx.dts | 7 * DHCOR PCB number: 578-200 or newer 8 * DHCOM PCB number: 579-200 or newer 9 * PicoITX PCB number: 487-600 or newer
|
H A D | imx6ull-dhcom-drc02.dts | 7 * DHCOR PCB number: 578-200 or newer 8 * DHCOM PCB number: 579-200 or newer 9 * DRC02 PCB number: 568-100 or newer (2nd ethernet by SoM)
|
H A D | imx6dl-dhcom-picoitx.dts | 7 * DHCOM PCB number: 493-300 or newer 8 * PicoITX PCB number: 487-600 or newer
|
H A D | imx6q-dhcom-pdk2.dts | 8 * DHCOM PCB number: 493-300 or newer 9 * PDK2 PCB number: 516-400 or newer
|
H A D | imx6s-dhcom-drc02.dts | 7 * DHCOM PCB number: 493-400 or newer 8 * DRC02 PCB number: 568-100 or newer
|
/openbmc/qemu/include/hw/ppc/ |
H A D | pnv_xscom.h | 41 * Layout of the XSCOM PCB addresses of EX core 1 (POWER 8) 52 * PCB SLAVE 0x110Fxxxx 89 * Layout of the XSCOM PCB addresses (POWER 9) 138 * Layout of the XSCOM PCB addresses (POWER 10)
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp153c-dhcor-drc-compact.dts | 7 * DHCOR PCB number: 586-100 or newer 8 * DRC Compact PCB number: 627-100 or newer
|
H A D | stm32mp157c-dhcom-pdk2.dts | 7 * DHCOM PCB number: 587-200 or newer 8 * PDK2 PCB number: 516-400 or newer
|
H A D | stm32mp157c-dhcom-picoitx.dts | 7 * DHCOM PCB number: 587-200 or newer 8 * PicoITX PCB number: 487-600 or newer
|
H A D | stm32mp153c-dhcom-drc02.dts | 7 * DHCOM PCB number: 587-200 or newer 8 * DRC02 PCB number: 568-100 or newer
|
H A D | stm32mp157a-dhcor-avenger96.dts | 9 * DHCOR PCB number: 586-100 or newer 10 * Avenger96 PCB number: 588-200 or newer
|
/openbmc/u-boot/drivers/video/bridge/ |
H A D | Kconfig | 18 on the PCB. Setup parameters are provided in the device tree. 27 or where LVDS requires too many signals to route on the PCB.
|
/openbmc/linux/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal-common.c | 94 /* In case pcb zone is available, use the extrapolation rule with it */ in __ti_thermal_get_temp() 98 tmp -= pcb_temp; /* got a valid PCB temp */ in __ti_thermal_get_temp() 103 "Failed to read PCB state. Using defaults\n"); in __ti_thermal_get_temp() 156 data->pcb_tz = thermal_zone_get_zone_by_name("pcb"); in ti_thermal_build_data()
|
/openbmc/linux/Documentation/devicetree/bindings/mtd/ |
H A D | cadence-nand-controller.txt | 21 board delay = RE#PAD delay + PCB trace to device + PCB trace from device
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | bttv.rst | 555 #) These cards have a number printed on the PCB just above the tuner metal box: 575 #) There is a print on the PCB: 655 - 50692 "TV/FM Tuner" (small PCB) 846 - TV-Boostar = Terratec Terra TV+ Version 1.0 (Bt848, tda9821) "ceb105.pcb" 853 - Face to Face Capture (Bt848 capture only) (PCB "VP-2848") 854 - Face To Face TV MAX (Bt848) (PCB "VP-8482 Rev1.3") 855 - Genie TV (Bt878) (PCB "VP-8790 Rev 2.1") 874 PCB PCI-ID Model-Name Eeprom Tuner Sound Country 943 - MD9592 = Avermedia TVphone98 (PCI_ID=1461:0003), PCB-Rev=M168II-B (w/TDA9873H) 963 - Terra TV+ Version 1.0 (Bt848), "ceb105.PCB" printed on the PCB, TDA9821 [all …]
|