Searched full:rfifo (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/cyapa/ |
H A D | cyapa.c | 196 struct cyapa_fifo rfifo; /* device->host */ member 334 if (sc->data_signal || !fifo_empty(sc, &sc->rfifo)) { in cyapa_notify() 705 if (fifo_empty(sc, &sc->rfifo) && in cyaparead() 777 fifo_write_char(sc, &sc->rfifo, c0); in cyaparead() 778 fifo_write_char(sc, &sc->rfifo, (uint8_t)delta_x); in cyaparead() 779 fifo_write_char(sc, &sc->rfifo, (uint8_t)delta_y); in cyaparead() 783 fifo_write_char(sc, &sc->rfifo, (uint8_t)delta_z); in cyaparead() 795 fifo_write_char(sc, &sc->rfifo, c0); in cyaparead() 808 while ((ioflag & IO_NDELAY) == 0 && fifo_empty(sc, &sc->rfifo)) { in cyaparead() 819 (n = fifo_ready(sc, &sc->rfifo)) > 0) { in cyaparead() [all …]
|
/freebsd/contrib/ofed/opensm/opensm/ |
H A D | osm_vl15intf.c | 159 p_fifo = &p_vl->rfifo; in vl15_poller() 216 cl_qlist_init(&p_vl->rfifo); in osm_vl15_construct() 247 while (!cl_is_qlist_empty(&p_vl->rfifo)) { in osm_vl15_destroy() 248 p_madw = (osm_madw_t *) cl_qlist_remove_head(&p_vl->rfifo); in osm_vl15_destroy() 344 cl_qlist_insert_tail(&p_vl->rfifo, &p_madw->list_item); in osm_vl15_post() 386 p_madw = (osm_madw_t *) cl_qlist_remove_head(&p_vl->rfifo); in osm_vl15_shutdown() 387 while (p_madw != (osm_madw_t *) cl_qlist_end(&p_vl->rfifo)) { in osm_vl15_shutdown() 394 p_madw = (osm_madw_t *) cl_qlist_remove_head(&p_vl->rfifo); in osm_vl15_shutdown()
|
/freebsd/contrib/ofed/opensm/include/opensm/ |
H A D | osm_vl15intf.h | 125 cl_qlist_t rfifo; member 153 * rfifo
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | davinci-mcasp-audio.yaml | 89 configures RFIFO threshold
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | reg_addr.h | 56854 … (0x1<<12) // FIFO error in Out of order RFIFO FIFO. 56856 … (0x1<<13) // FIFO error in Out of order RFIFO FIFO. 56912 … (0x1<<12) // FIFO error in Out of order RFIFO FIFO. 56914 … (0x1<<13) // FIFO error in Out of order RFIFO FIFO. 56941 … (0x1<<12) // FIFO error in Out of order RFIFO FIFO. 56943 … (0x1<<13) // FIFO error in Out of order RFIFO FIFO.
|