Searched refs:nFreeFifoSlots (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/video/fbdev/ |
D | stifb.c | 624 int nFreeFifoSlots = 0; in hyperUndoITE() local 629 GET_FIFO_SLOTS(fb, nFreeFifoSlots, 1); in hyperUndoITE() 635 GET_FIFO_SLOTS(fb, nFreeFifoSlots, 7); in hyperUndoITE() 671 int nFreeFifoSlots = 0; in ngleResetAttrPlanes() local 677 GET_FIFO_SLOTS(fb, nFreeFifoSlots, 4); in ngleResetAttrPlanes() 692 GET_FIFO_SLOTS(fb, nFreeFifoSlots, 2); in ngleResetAttrPlanes() 707 GET_FIFO_SLOTS(fb, nFreeFifoSlots, 2); in ngleResetAttrPlanes() 714 GET_FIFO_SLOTS(fb, nFreeFifoSlots, 1); in ngleResetAttrPlanes() 723 int nFreeFifoSlots = 0; in ngleClearOverlayPlanes() local 730 GET_FIFO_SLOTS(fb, nFreeFifoSlots, 8); in ngleClearOverlayPlanes() [all …]
|