Searched refs:cdst (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_sdhost.c | 525 u_int32_t cdst; in bcm_sdhost_waitcommand_status() local 539 cdst = RD4(sc, HC_RESPONSE_0); in bcm_sdhost_waitcommand_status() 541 __func__, cdst, (cdst & 0x0e00) >> 9); in bcm_sdhost_waitcommand_status() 545 __func__, cdst, in bcm_sdhost_waitcommand_status() 546 (cdst & 0x0e00) >> 9); in bcm_sdhost_waitcommand_status() 550 } while (((cdst & 0x0e00) >> 9) != 4); in bcm_sdhost_waitcommand_status()
|
| /f-stack/dpdk/drivers/crypto/armv8/ |
| H A D | rte_armv8_pmd.c | 577 uint8_t *csrc, *cdst; in process_armv8_chained_op() local 587 cdst = rte_pktmbuf_mtod_offset(mbuf_dst, uint8_t *, in process_armv8_chained_op() 637 error = crypto_func(csrc, cdst, clen, asrc, adst, alen, &arg); in process_armv8_chained_op()
|