Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_mbox.c239 int err, read_chan; in bcm_mbox_read() local
259 if (bcm_mbox_read_msg(sc, &read_chan) != 0) { in bcm_mbox_read()
263 } while (read_chan != chan); in bcm_mbox_read()