Home
last modified time | relevance | path

Searched refs:pcnt (Results 1 – 11 of 11) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/tangier/
H A Dacpi.c77 gnvs->pcnt = 1; in acpi_create_gnvs()
84 gnvs->pcnt = ret; in acpi_create_gnvs()
/openbmc/u-boot/arch/x86/include/asm/arch-quark/
H A Dglobal_nvs.h10 u8 pcnt; /* processor count */ member
/openbmc/u-boot/arch/x86/include/asm/arch-tangier/
H A Dglobal_nvs.h12 u8 pcnt; /* processor count */ member
/openbmc/u-boot/arch/x86/include/asm/arch-baytrail/
H A Dglobal_nvs.h10 u8 pcnt; /* processor count */ member
/openbmc/qemu/hw/usb/
H A Dhcd-dwc2.c230 uint32_t chan, epnum, epdir, eptype, mps, pid, pcnt, len, tlen, intr = 0; in dwc2_handle_packet() local
239 pcnt = get_field(hctsiz, TSIZ_PKTCNT); in dwc2_handle_packet()
251 dirs[epdir], mps, len, pcnt); in dwc2_handle_packet()
316 p->pcnt = pcnt; in dwc2_handle_packet()
346 pcnt -= tpcnt < pcnt ? tpcnt : pcnt; in dwc2_handle_packet()
347 set_field(&hctsiz, pcnt, TSIZ_PKTCNT); in dwc2_handle_packet()
354 if (!pcnt || len == 0 || actual == 0) { in dwc2_handle_packet()
386 trace_usb_dwc2_packet_done(pstatus[stsidx], actual, len, pcnt); in dwc2_handle_packet()
397 p->pcnt = pcnt; in dwc2_handle_packet()
400 trace_usb_dwc2_packet_next(pstatus[stsidx], len, pcnt); in dwc2_handle_packet()
[all …]
H A Dhcd-dwc2.h53 uint32_t pcnt; member
H A Dtrace-events200 …*dir, uint32_t mps, uint32_t len, uint32_t pcnt) "ch %d dev %p pkt %p ep %d type %s dir %s mps %d …
206 …st char *status, uint32_t actual, uint32_t len, uint32_t pcnt) "status %s actual %d len %d pcnt %d"
207 usb_dwc2_packet_next(const char *status, uint32_t len, uint32_t pcnt) "status %s len %d pcnt %d"
/openbmc/u-boot/arch/x86/cpu/baytrail/
H A Dacpi.c147 gnvs->pcnt = 1; in acpi_create_gnvs()
153 gnvs->pcnt = ret; in acpi_create_gnvs()
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_bist.c310 int fcnt = 0, pcnt = 0; in interval_proc() local
321 pcnt++; in interval_proc()
334 if (pcnt == intrvl->size) { in interval_proc()
/openbmc/qemu/tests/tcg/mips/include/
H A Dwrappers_msa.h180 DO_MSA__WD__WS(PCNT_B, pcnt.b)
181 DO_MSA__WD__WS(PCNT_H, pcnt.h)
182 DO_MSA__WD__WS(PCNT_W, pcnt.w)
183 DO_MSA__WD__WS(PCNT_D, pcnt.d)
/openbmc/u-boot/arch/x86/cpu/quark/
H A Dacpi.c139 gnvs->pcnt = 1; in acpi_create_gnvs()