Searched refs:PORT_SIZE (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libfetch/ |
H A D | common.h | 75 #define PORT_SIZE 2 macro 76 #define BUFF_SIZE HEAD_SIZE + FQDN_SIZE + PACK_SIZE + PORT_SIZE
|
/freebsd/sys/dev/mvs/ |
H A D | mvs_soc.c | 350 st + offset + PORT_SIZE - 1, PORT_SIZE, RF_ACTIVE, child); in mvs_alloc_resource() 356 bus_space_subregion(bst, bsh, offset, PORT_SIZE, &bsh); in mvs_alloc_resource()
|
H A D | mvs_pci.c | 406 st + offset + PORT_SIZE - 1, PORT_SIZE, RF_ACTIVE, child); in mvs_alloc_resource() 412 bus_space_subregion(bst, bsh, offset, PORT_SIZE, &bsh); in mvs_alloc_resource()
|
H A D | mvs.h | 99 #define PORT_SIZE 0x2000 macro 101 #define PORT_BASE(hc) ((hc) * PORT_SIZE + PORT_OFFSET)
|