Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/
H A DvgaHW.c367 #define moutb(p,v) MMIO_OUT8(hwp->MMIOBase, (hwp->MMIOOffset + (p)),(v)) macro
372 moutb(hwp->IOBase + VGA_CRTC_INDEX_OFFSET, index); in mmioWriteCrtc()
373 moutb(hwp->IOBase + VGA_CRTC_DATA_OFFSET, value); in mmioWriteCrtc()
379 moutb(hwp->IOBase + VGA_CRTC_INDEX_OFFSET, index); in mmioReadCrtc()
386 moutb(VGA_GRAPH_INDEX, index); in mmioWriteGr()
387 moutb(VGA_GRAPH_DATA, value); in mmioWriteGr()
393 moutb(VGA_GRAPH_INDEX, index); in mmioReadGr()
400 moutb(VGA_SEQ_INDEX, index); in mmioWriteSeq()
401 moutb(VGA_SEQ_DATA, value); in mmioWriteSeq()
407 moutb(VGA_SEQ_INDEX, index); in mmioReadSeq()
[all …]
/OK3568_Linux_fs/kernel/drivers/rapidio/
H A Drio.c321 void (*moutb) (struct rio_mport * mport, void *dev_id, int mbox, int slot)) in rio_request_outb_mbox()
344 mport->outb_msg[mbox].mcback = moutb; in rio_request_outb_mbox()