Lines Matching defs:ce
555 cistpl_cftable_entry_t *ce = (cistpl_cftable_entry_t *)arg;
563 * We also setup the appropriate values in the ce->pin member
568 ce->ifc = GET_BYTE(tp);
570 ce->pin = 0;
572 if (ce->ifc & CISTPL_CFTABLE_TPCE_IF_BVD)
573 ce->pin |= (PRR_BVD1_STATUS | PRR_BVD2_STATUS |
575 if (ce->ifc & CISTPL_CFTABLE_TPCE_IF_WP)
576 ce->pin |= (PRR_WP_STATUS | PRR_WP_EVENT);
577 if (ce->ifc & CISTPL_CFTABLE_TPCE_IF_RDY)
578 ce->pin |= (PRR_READY_STATUS | PRR_READY_EVENT);
580 ce->flags |= CISTPL_CFTABLE_TPCE_IF;
588 ce->index = tpce_indx & CISTPL_CFTABLE_TPCE_CFGENTRYM;
590 ce->flags |= CISTPL_CFTABLE_TPCE_DEFAULT;
604 cistpl_cftable_entry_pd_t *pd = &ce->pd;
606 ce->flags |= CISTPL_CFTABLE_TPCE_FS_PWR;
624 ce->flags |= CISTPL_CFTABLE_TPCE_FS_MEM;
629 if (ce->flags & CISTPL_CFTABLE_TPCE_FS_PWR) {
630 cistpl_cftable_entry_pd_t *pd = &ce->pd;
663 cistpl_cftable_entry_speed_t *sp = &ce->speed;
664 ce->flags |= CISTPL_CFTABLE_TPCE_FS_TD;
721 cistpl_cftable_entry_io_t *io = &ce->io;
723 ce->flags |= CISTPL_CFTABLE_TPCE_FS_IO;
789 cistpl_cftable_entry_irq_t *irq = &ce->irq;
791 ce->flags |= CISTPL_CFTABLE_TPCE_FS_IRQ;
815 if (ce->flags & CISTPL_CFTABLE_TPCE_FS_MEM) {
816 cistpl_cftable_entry_mem_t *mem = &ce->mem;
971 cistpl_cftable_entry_misc_t *misc = &ce->misc;
974 ce->flags |= CISTPL_CFTABLE_TPCE_FS_MISC;
1009 ce->flags |= CISTPL_CFTABLE_TPCE_FS_STCE_EV
1010 ce->flags |= CISTPL_CFTABLE_TPCE_FS_STCE_PD