Lines Matching refs:ce
553 cistpl_cftable_entry_t *ce = (cistpl_cftable_entry_t *)arg; local
566 ce->ifc = GET_BYTE(tp);
568 ce->pin = 0;
570 if (ce->ifc & CISTPL_CFTABLE_TPCE_IF_BVD)
571 ce->pin |= (PRR_BVD1_STATUS | PRR_BVD2_STATUS |
573 if (ce->ifc & CISTPL_CFTABLE_TPCE_IF_WP)
574 ce->pin |= (PRR_WP_STATUS | PRR_WP_EVENT);
575 if (ce->ifc & CISTPL_CFTABLE_TPCE_IF_RDY)
576 ce->pin |= (PRR_READY_STATUS | PRR_READY_EVENT);
578 ce->flags |= CISTPL_CFTABLE_TPCE_IF;
586 ce->index = tpce_indx & CISTPL_CFTABLE_TPCE_CFGENTRYM;
588 ce->flags |= CISTPL_CFTABLE_TPCE_DEFAULT;
602 cistpl_cftable_entry_pd_t *pd = &ce->pd;
604 ce->flags |= CISTPL_CFTABLE_TPCE_FS_PWR;
622 ce->flags |= CISTPL_CFTABLE_TPCE_FS_MEM;
627 if (ce->flags & CISTPL_CFTABLE_TPCE_FS_PWR) {
628 cistpl_cftable_entry_pd_t *pd = &ce->pd;
661 cistpl_cftable_entry_speed_t *sp = &ce->speed;
662 ce->flags |= CISTPL_CFTABLE_TPCE_FS_TD;
719 cistpl_cftable_entry_io_t *io = &ce->io;
721 ce->flags |= CISTPL_CFTABLE_TPCE_FS_IO;
787 cistpl_cftable_entry_irq_t *irq = &ce->irq;
789 ce->flags |= CISTPL_CFTABLE_TPCE_FS_IRQ;
813 if (ce->flags & CISTPL_CFTABLE_TPCE_FS_MEM) {
814 cistpl_cftable_entry_mem_t *mem = &ce->mem;
969 cistpl_cftable_entry_misc_t *misc = &ce->misc;
972 ce->flags |= CISTPL_CFTABLE_TPCE_FS_MISC;
1007 ce->flags |= CISTPL_CFTABLE_TPCE_FS_STCE_EV
1008 ce->flags |= CISTPL_CFTABLE_TPCE_FS_STCE_PD