Home
last modified time | relevance | path

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

/freebsd-14.2/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhost.c523 u_int32_t cdst; in bcm_sdhost_waitcommand_status() local
537 cdst = RD4(sc, HC_RESPONSE_0); in bcm_sdhost_waitcommand_status()
539 __func__, cdst, (cdst & 0x0e00) >> 9); in bcm_sdhost_waitcommand_status()
543 __func__, cdst, in bcm_sdhost_waitcommand_status()
544 (cdst & 0x0e00) >> 9); in bcm_sdhost_waitcommand_status()
548 } while (((cdst & 0x0e00) >> 9) != 4); in bcm_sdhost_waitcommand_status()