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

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

Completed in 124 milliseconds