Searched refs:DMEM_WR32 (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.h | 452 #define DMEM_WR32(qlt, addr, data) (*((uint32_t *)(addr)) = \ macro 464 DMEM_WR32(qlt, addr, (data & 0xffffffff)), \ 465 DMEM_WR32(qlt, (addr)+4, ((uint64_t)data) >> 32)
|
H A D | qlt.c | 1336 DMEM_WR32(qlt, icb+0x5c, BIT_5 | BIT_4); /* fw options 1 */ in qlt_port_online() 1337 DMEM_WR32(qlt, icb+0x64, BIT_20 | BIT_4); /* fw options 3 */ in qlt_port_online() 1338 DMEM_WR32(qlt, icb+0x70, in qlt_port_online() 1347 DMEM_WR32(qlt, icb+0x5c, BIT_11 | BIT_5 | BIT_4 | in qlt_port_online() 1349 DMEM_WR32(qlt, icb+0x60, BIT_5); in qlt_port_online() 1350 DMEM_WR32(qlt, icb+0x64, BIT_14 | BIT_8 | BIT_7 | in qlt_port_online()
|