Searched refs:SBBC_WRITE_N (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/sparc64/pci/
H A Dsbbc.c167 #define SBBC_WRITE_N(wdth, offs, val) \ macro
179 SBBC_WRITE_N(1, (offs), (val))
181 SBBC_WRITE_N(2, (offs), bswap16(val))
183 SBBC_WRITE_N(4, (offs), bswap32(val))
185 SBBC_WRITE_N(8, (offs), bswap64(val))

Completed in 55 milliseconds