Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sd/
H A Dbcm2835_sdhost.c297 res = s->hblc; in bcm2835_sdhost_read()
362 s->hblc = value; in bcm2835_sdhost_write()
363 s->datacnt = s->hblc * s->hbct; in bcm2835_sdhost_write()
393 VMSTATE_UINT32(hblc, BCM2835SDHostState),
425 s->hblc = 0; in bcm2835_sdhost_reset()
/openbmc/qemu/include/hw/sd/
H A Dbcm2835_sdhost.h39 uint32_t hblc; member