Home
last modified time | relevance | path

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

/freebsd/lib/libfetch/
H A Dcommon.h75 #define PORT_SIZE 2 macro
76 #define BUFF_SIZE HEAD_SIZE + FQDN_SIZE + PACK_SIZE + PORT_SIZE
/freebsd/sys/dev/mvs/
H A Dmvs_soc.c350 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 Dmvs_pci.c406 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 Dmvs.h99 #define PORT_SIZE 0x2000 macro
101 #define PORT_BASE(hc) ((hc) * PORT_SIZE + PORT_OFFSET)