Home
last modified time | relevance | path

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

/NextBSD/sys/dev/mvs/
HDmvs_soc.c351 st + offset + PORT_SIZE - 1, PORT_SIZE, RF_ACTIVE, child); in mvs_alloc_resource()
357 bus_space_subregion(bst, bsh, offset, PORT_SIZE, &bsh); in mvs_alloc_resource()
HDmvs_pci.c404 st + offset + PORT_SIZE - 1, PORT_SIZE, RF_ACTIVE, child); in mvs_alloc_resource()
410 bus_space_subregion(bst, bsh, offset, PORT_SIZE, &bsh); in mvs_alloc_resource()
HDmvs.h99 #define PORT_SIZE 0x2000 macro
101 #define PORT_BASE(hc) ((hc) * PORT_SIZE + PORT_OFFSET)