Searched refs:sec_status (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/pci/
H A Dpciconf.c669 pcireg_t sec_status; local
673 sec_status = pci_conf_read(pb->tag, PPB_IO_STATUS_REG);
674 pb->fast_b2b = (sec_status & PCI_STATUS_BACKTOBACK_SUPPORT) ? 1 : 0;
675 pb->freq66 = (sec_status & PCI_STATUS_66MHZ_SUPPORT) ? 1 : 0;
/asus-wl-520gu-7.0.1.45/src/include/
H A Dpcicfg.h367 unsigned short sec_status; member in struct:_ppb_config_regs

Completed in 158 milliseconds