F_PL_INTR_ESPI
if (cause & F_PL_INTR_ESPI)
adapter->slow_intr_mask |= F_PL_INTR_ESPI;
t1_write_reg_4(espi->adapter, A_PL_ENABLE, pl_intr | F_PL_INTR_ESPI);
t1_write_reg_4(espi->adapter, A_PL_CAUSE, F_PL_INTR_ESPI);
t1_write_reg_4(espi->adapter, A_PL_ENABLE, pl_intr & ~F_PL_INTR_ESPI);