Home
last modified time | relevance | path

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

/src/sys/dev/mvs/
H A Dmvs_soc.c138 if (ATA_INL(ctlr->r_mem, PORT_BASE(0) + SATA_PHYCFG_OFS) != 0) in mvs_attach()
338 int offset = PORT_BASE(unit & 0x03); in mvs_alloc_resource()
H A Dmvs.h101 #define PORT_BASE(hc) ((hc) * PORT_SIZE + PORT_OFFSET) macro
H A Dmvs_pci.c399 int offset = HC_BASE(unit >> 2) + PORT_BASE(unit & 0x03); in mvs_alloc_resource()
/src/contrib/ofed/libcxgb4/
H A Dt4_regs.h55 #define PORT_BASE(idx) (PORT0_BASE + (idx) * PORT_STRIDE) macro
56 #define PORT_REG(idx, reg) (PORT_BASE(idx) + (reg))
/src/sys/dev/cxgbe/common/
H A Dt4_regs.h98 #define PORT_BASE(idx) (PORT0_BASE + (idx) * PORT_STRIDE) macro
99 #define PORT_REG(idx, reg) (PORT_BASE(idx) + (reg))