Searched refs:PCI_MEM_PUT32 (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/io/aac/ |
H A D | aac.c | 154 #define PCI_MEM_PUT32(softs, off, val) \ macro 189 PCI_MEM_PUT32(softs, AAC_OIMR, ~AAC_DB_INTR_NEW); \ 191 PCI_MEM_PUT32(softs, AAC_OIMR, ~AAC_DB_INTR_BITS); \ 196 PCI_MEM_PUT32(softs, AAC_OIMR, ~0); \ 199 #define AAC_STATUS_CLR(softs, mask) PCI_MEM_PUT32(softs, AAC_ODBR, mask) 201 #define AAC_NOTIFY(softs, val) PCI_MEM_PUT32(softs, AAC_IDBR, val) 203 #define AAC_OUTB_SET(softs, val) PCI_MEM_PUT32(softs, AAC_OQUE, val) 1231 PCI_MEM_PUT32(softs, device, in aac_send_command() 1234 PCI_MEM_PUT32(softs, device, (uint32_t)(slotp->fib_phyaddr >> 32)); in aac_send_command() 1236 PCI_MEM_PUT32(softs, device, slotp->acp->fib_size); in aac_send_command() [all …]
|