Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A Dvbe.c35 #define FARP(p) (((unsigned)(p & 0xffff0000) >> 12) | (p & 0xffff)) macro
387 str = xf86int10Addr(pVbe->pInt10, FARP(pStr)); in VBEGetVBEInfo()
396 modes = xf86int10Addr(pVbe->pInt10, FARP(pModes)); in VBEGetVBEInfo()
411 str = xf86int10Addr(pVbe->pInt10, FARP(pStr)); in VBEGetVBEInfo()
414 str = xf86int10Addr(pVbe->pInt10, FARP(pStr)); in VBEGetVBEInfo()
417 str = xf86int10Addr(pVbe->pInt10, FARP(pStr)); in VBEGetVBEInfo()
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_hw.h870 } FARP; typedef
1042 FARP farp; /* Payload for FARP/ACC */
H A Dlpfc_els.c3384 FARP *fp; in lpfc_issue_els_farpr()
3391 cmdsize = (sizeof(uint32_t) + sizeof(FARP)); in lpfc_issue_els_farpr()
3421 fp = (FARP *) (pcmd); in lpfc_issue_els_farpr()
3422 memset(fp, 0, sizeof(FARP)); in lpfc_issue_els_farpr()
7779 FARP *fp; in lpfc_els_rcv_farp()
7788 fp = (FARP *) lp; in lpfc_els_rcv_farp()