Home
last modified time | relevance | path

Searched refs:rp (Results 1 – 12 of 12) sorted by relevance

/u-boot/arch/nios2/lib/
A Dlibgcc.c35 __udivmoddi4 (UDWtype n, UDWtype d, UDWtype *rp);
186 if (rp != 0) in __udivmoddi4()
190 *rp = rr.ll; in __udivmoddi4()
261 if (rp != 0) in __udivmoddi4()
265 *rp = rr.ll; in __udivmoddi4()
280 if (rp != 0) in __udivmoddi4()
284 *rp = rr.ll; in __udivmoddi4()
312 if (rp != 0) in __udivmoddi4()
316 *rp = rr.ll; in __udivmoddi4()
344 if (rp != 0) in __udivmoddi4()
[all …]
/u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/
A Dfsp-s.txt251 - fsps,pcie-rp-hot-plug: Hot Plug
252 - fsps,pcie-rp-pm-sci: PCIE PM SCI
255 - fsps,pcie-rp-acs: ACS
258 - fsps,pcie-rp-clk-req-detect: CLKREQ# Detection
267 - fsps,pcie-rp-speed: SECE
276 - fsps,pcie-rp-aspm: ASPM
277 - fsps,pcie-rp-l1-substates: L1 Substates
278 - fsps,pcie-rp-ltr-enable: PCH PCIe LTR
279 - fsps,pcie-rp-ltr-config-lock: PCIE LTR Lock
409 - fsps,pcie-rp-slot-power-limit-value:
[all …]
/u-boot/arch/arm/include/debug/
A D8250.S9 .macro addruart, rp, rv, tmp
10 ldr \rp, =CONFIG_DEBUG_UART_PHYS
/u-boot/arch/arc/lib/
A Dlibgcc2.c163 __udivmoddi4(UDWtype n, UDWtype d, UDWtype *rp) in __udivmoddi4() argument
225 if (rp) in __udivmoddi4()
226 *rp = r; in __udivmoddi4()
/u-boot/board/gdsys/common/
A Dosd.c416 char *rp; in osd_write() local
426 rp = argv[3]; in osd_write()
429 while (*rp) { in osd_write()
432 memcpy(substr, rp, 4); in osd_write()
436 rp += 4; in osd_write()
/u-boot/common/
A Dkgdb.c362 kgdb_reg *rp = &kd.regs[i]; in handle_exception() local
364 *ptr++ = hexchars[rp->num >> 4]; in handle_exception()
365 *ptr++ = hexchars[rp->num & 0xf]; in handle_exception()
367 ptr = (char *)mem2hex((char *)&rp->val, ptr, 4); in handle_exception()
/u-boot/drivers/net/
A Dftmac100.h49 unsigned int rp; /* 0xf4 */ member
/u-boot/arch/arm/include/asm/arch-tegra20/
A Demc.h27 u32 rp; /* 0x38: EMC_RP */ member
/u-boot/drivers/nvme/
A Dnvme_show.c61 printf("\t\tRelative Performance: %s\n", str[lbaf->rp & 0x03]); in print_format()
A Dnvme.h90 __u8 rp; member
/u-boot/drivers/xen/
A Dpvblock.c362 RING_IDX rp, cons; in blkfront_aio_poll() local
368 rp = dev->ring.sring->rsp_prod; in blkfront_aio_poll()
373 while ((cons != rp)) { in blkfront_aio_poll()
/u-boot/arch/x86/dts/
A Dchromebook_coral.dts781 fsps,pcie-rp-clk-req-number = /bits/ 8 <0 /* wifi/bt */
849 fsps,pcie-rp-hot-plug = [00 00 00 00 00 00];

Completed in 26 milliseconds