Searched refs:rp (Results 1 – 12 of 12) sorted by relevance
/u-boot/arch/nios2/lib/ |
A D | libgcc.c | 35 __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 D | fsp-s.txt | 251 - 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 D | 8250.S | 9 .macro addruart, rp, rv, tmp 10 ldr \rp, =CONFIG_DEBUG_UART_PHYS
|
/u-boot/arch/arc/lib/ |
A D | libgcc2.c | 163 __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 D | osd.c | 416 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 D | kgdb.c | 362 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 D | ftmac100.h | 49 unsigned int rp; /* 0xf4 */ member
|
/u-boot/arch/arm/include/asm/arch-tegra20/ |
A D | emc.h | 27 u32 rp; /* 0x38: EMC_RP */ member
|
/u-boot/drivers/nvme/ |
A D | nvme_show.c | 61 printf("\t\tRelative Performance: %s\n", str[lbaf->rp & 0x03]); in print_format()
|
A D | nvme.h | 90 __u8 rp; member
|
/u-boot/drivers/xen/ |
A D | pvblock.c | 362 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 D | chromebook_coral.dts | 781 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