/illumos-gate/usr/src/uts/common/io/chxge/com/ |
H A D | ulp.c | 45 u32 pl_intr = t1_read_reg_4(ulp->adapter, A_PL_ENABLE); in t1_ulp_intr_enable() 48 t1_write_reg_4(ulp->adapter, A_PL_ENABLE, in t1_ulp_intr_enable() 64 u32 pl_intr = t1_read_reg_4(ulp->adapter, A_PL_ENABLE); in t1_ulp_intr_disable() 66 t1_write_reg_4(ulp->adapter, A_PL_ENABLE, in t1_ulp_intr_disable()
|
H A D | mc3.c | 46 u32 en = t1_read_reg_4(mc3->adapter, A_PL_ENABLE); in t1_mc3_intr_enable() 50 t1_write_reg_4(mc3->adapter, A_PL_ENABLE, en | F_PL_INTR_MC3); in t1_mc3_intr_enable() 55 t1_write_reg_4(mc3->adapter, A_PL_ENABLE, in t1_mc3_intr_enable() 63 u32 pl_intr = t1_read_reg_4(mc3->adapter, A_PL_ENABLE); in t1_mc3_intr_disable() 67 t1_write_reg_4(mc3->adapter, A_PL_ENABLE, in t1_mc3_intr_disable() 72 t1_write_reg_4(mc3->adapter, A_PL_ENABLE, in t1_mc3_intr_disable()
|
H A D | tp.c | 317 u32 tp_intr = t1_read_reg_4(tp->adapter, A_PL_ENABLE); in t1_tp_intr_enable() 324 t1_write_reg_4(tp->adapter, A_PL_ENABLE, in t1_tp_intr_enable() 331 t1_write_reg_4(tp->adapter, A_PL_ENABLE, in t1_tp_intr_enable() 338 u32 tp_intr = t1_read_reg_4(tp->adapter, A_PL_ENABLE); in t1_tp_intr_disable() 344 t1_write_reg_4(tp->adapter, A_PL_ENABLE, in t1_tp_intr_disable() 350 t1_write_reg_4(tp->adapter, A_PL_ENABLE, in t1_tp_intr_disable()
|
H A D | mc4.c | 217 pl_intr = t1_read_reg_4(mc4->adapter, A_PL_ENABLE); in t1_mc4_intr_enable() 218 t1_write_reg_4(mc4->adapter, A_PL_ENABLE, in t1_mc4_intr_enable() 230 pl_intr = t1_read_reg_4(mc4->adapter, A_PL_ENABLE); in t1_mc4_intr_disable() 231 t1_write_reg_4(mc4->adapter, A_PL_ENABLE, in t1_mc4_intr_disable()
|
H A D | ch_mac.c | 90 mac_intr = t1_read_reg_4(mac->adapter, A_PL_ENABLE); in mac_intr_enable() 92 t1_write_reg_4(mac->adapter, A_PL_ENABLE, mac_intr); in mac_intr_enable() 116 mac_intr = t1_read_reg_4(mac->adapter, A_PL_ENABLE); in mac_intr_disable() 118 t1_write_reg_4(mac->adapter, A_PL_ENABLE, mac_intr); in mac_intr_disable()
|
H A D | espi.c | 127 u32 enable, pl_intr = t1_read_reg_4(espi->adapter, A_PL_ENABLE); in t1_espi_intr_enable() 138 t1_write_reg_4(espi->adapter, A_PL_ENABLE, pl_intr | F_PL_INTR_ESPI); in t1_espi_intr_enable() 150 u32 pl_intr = t1_read_reg_4(espi->adapter, A_PL_ENABLE); in t1_espi_intr_disable() 153 t1_write_reg_4(espi->adapter, A_PL_ENABLE, pl_intr & ~F_PL_INTR_ESPI); in t1_espi_intr_disable()
|
H A D | mc5.c | 518 u32 pl_intr = t1_read_reg_4(mc5->adapter, A_PL_ENABLE); in t1_mc5_intr_enable() 520 t1_write_reg_4(mc5->adapter, A_PL_ENABLE, in t1_mc5_intr_enable() 536 u32 pl_intr = t1_read_reg_4(mc5->adapter, A_PL_ENABLE); in t1_mc5_intr_disable() 538 t1_write_reg_4(mc5->adapter, A_PL_ENABLE, in t1_mc5_intr_disable()
|
H A D | ch_subr.c | 1010 u32 pl_intr = t1_read_reg_4(adapter, A_PL_ENABLE); in t1_interrupts_enable() 1018 t1_write_reg_4(adapter, A_PL_ENABLE, pl_intr); in t1_interrupts_enable() 1051 t1_write_reg_4(adapter, A_PL_ENABLE, 0); in t1_interrupts_disable()
|
H A D | pm3393.c | 165 pl_intr = t1_read_reg_4(cmac->adapter, A_PL_ENABLE); in pm3393_interrupt_enable() 167 t1_write_reg_4(cmac->adapter, A_PL_ENABLE, pl_intr); in pm3393_interrupt_enable()
|
H A D | regs.h | 1727 #define A_PL_ENABLE 0xa00 macro
|
/illumos-gate/usr/src/uts/common/io/chxge/ |
H A D | pe.c | 1520 enable = t1_read_reg_4(adapter, A_PL_ENABLE); in ext_intr_task() 1521 t1_write_reg_4(adapter, A_PL_ENABLE, enable | F_PL_INTR_EXT); in ext_intr_task() 1531 u32 enable = t1_read_reg_4(adapter, A_PL_ENABLE); in t1_os_elmer0_ext_intr() 1534 t1_write_reg_4(adapter, A_PL_ENABLE, enable & ~F_PL_INTR_EXT); in t1_os_elmer0_ext_intr()
|
H A D | sge.c | 506 u32 val = t1_read_reg_4(sge->obj, A_PL_ENABLE); in t1_sge_intr_disable() 508 t1_write_reg_4(sge->obj, A_PL_ENABLE, val & ~SGE_PL_INTR_MASK); in t1_sge_intr_disable() 523 u32 val = t1_read_reg_4(sge->obj, A_PL_ENABLE); in t1_sge_intr_enable() 525 t1_write_reg_4(sge->obj, A_PL_ENABLE, val | SGE_PL_INTR_MASK); in t1_sge_intr_enable()
|