Home
last modified time | relevance | path

Searched refs:ci (Results 1 – 9 of 9) sorted by relevance

/u-boot/fs/ubifs/
A Dorphan.c828 ci->tot_inos += 1; in dbg_orphan_check()
840 ci->missing += 1; in dbg_orphan_check()
843 ci->leaf_cnt += 1; in dbg_orphan_check()
912 ci.last_ino = 0; in dbg_check_orphans()
913 ci.tot_inos = 0; in dbg_check_orphans()
914 ci.missing = 0; in dbg_check_orphans()
915 ci.leaf_cnt = 0; in dbg_check_orphans()
916 ci.root = RB_ROOT; in dbg_check_orphans()
918 if (!ci.node) { in dbg_check_orphans()
933 if (ci.missing) { in dbg_check_orphans()
[all …]
/u-boot/drivers/net/
A Dfsl_enetc.c587 u32 pi, ci; in enetc_send() local
590 ci = enetc_read_reg(txr->cons_idx) & ENETC_BDR_IDX_MASK; in enetc_send()
592 if (((pi + 1) % txr->bd_count) == ci) { in enetc_send()
630 int ci = rxr->next_cons_idx; in enetc_recv() local
656 ci = (ci + 1) % rxr->bd_count; in enetc_recv()
657 rxr->next_cons_idx = ci; in enetc_recv()
660 enetc_write_reg(rxr->cons_idx, ci); in enetc_recv()
/u-boot/drivers/misc/
A Dfsl_portals.c220 const int *ci = fdt_getprop(blob, off, "cell-index", &err); in fdt_fixup_qportals() local
223 if (!ci) in fdt_fixup_qportals()
226 i = fdt32_to_cpu(*ci); in fdt_fixup_qportals()
/u-boot/
A D.azure-pipelines.yml5 ci_runner_image: trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020
296 # the below corresponds to .gitlab-ci.yml "before_script"
299 ln -s travis-ci /tmp/uboot-test-hooks/bin/`hostname`
300 ln -s travis-ci /tmp/uboot-test-hooks/py/`hostname`
311 # the below corresponds to .gitlab-ci.yml "script"
325 export PYTHONPATH=/tmp/uboot-test-hooks/py/travis-ci;
328 # the below corresponds to .gitlab-ci.yml "after_script"
A D.gitlab-ci.yml4 # https://source.denx.de/u-boot/gitlab-ci-runner
5 image: trini/u-boot-gitlab-ci-runner:bionic-20200807-02Sep2020
19 - ln -s travis-ci /tmp/uboot-test-hooks/bin/`hostname`
20 - ln -s travis-ci /tmp/uboot-test-hooks/py/`hostname`
50 export PYTHONPATH=/tmp/uboot-test-hooks/py/travis-ci;
/u-boot/doc/board/xilinx/
A Dxilinx.rst46 - Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt
/u-boot/drivers/ata/
A Ddwc_ahsata.c46 u32 ci; member
384 cmd_slot = AHCI_GET_CMD_SLOT(readl(&port_mmio->ci)); in ahci_exec_ata_cmd()
408 writel_with_flush(1 << cmd_slot, &port_mmio->ci); in ahci_exec_ata_cmd()
410 if (waiting_for_cmd_completed((u8 *)&port_mmio->ci, 10000, in ahci_exec_ata_cmd()
/u-boot/fs/zfs/
A Dzfs.c269 zio_checksum_info_t *ci = &zio_checksum_table[checksum]; in zio_checksum_verify() local
272 if (checksum >= ZIO_CHECKSUM_FUNCTIONS || ci->ci_func == NULL) { in zio_checksum_verify()
277 if (ci->ci_eck) { in zio_checksum_verify()
280 ci->ci_func(buf, size, endian, &actual_cksum); in zio_checksum_verify()
284 ci->ci_func(buf, size, endian, &actual_cksum); in zio_checksum_verify()
/u-boot/arch/arm/dts/
A Dtegra124.dtsi759 nvidia,ci = <0>;

Completed in 15 milliseconds