Home
last modified time | relevance | path

Searched refs:IWH_SCD_BASE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h2584 #define IWH_SCD_BASE (PRPH_BASE + 0xA02C00) macro
2586 #define IWH_SCD_SRAM_BASE_ADDR (IWH_SCD_BASE + 0x0)
2587 #define IWH_SCD_DRAM_BASE_ADDR (IWH_SCD_BASE + 0x8)
2588 #define IWH_SCD_QUEUECHAIN_SEL (IWH_SCD_BASE + 0xE8)
2589 #define IWH_SCD_AGGR_SEL (IWH_SCD_BASE + 0x248)
2590 #define IWH_SCD_QUEUE_RDPTR(x) (IWH_SCD_BASE + 0x68 + (x) * 4)
2591 #define IWH_SCD_INTERRUPT_MASK (IWH_SCD_BASE + 0x108)
2592 #define IWH_SCD_TXFACT (IWH_SCD_BASE + 0x1C)
2593 #define IWH_SCD_QUEUE_STATUS_BITS(x) (IWH_SCD_BASE + 0x10C + (x) * 4)
H A Diwh.c5350 iwh_reg_write(sc, (IWH_SCD_BASE + 0x10), in iwh_alive_common()