Home
last modified time | relevance | path

Searched refs:cc_flags (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/arch/alpha/pci/
H A Dcia.c166 ccp->cc_flags |= CCF_ISPYXIS; in cia_init()
174 if (ccp->cc_rev >= 2 || (ccp->cc_flags & CCF_ISPYXIS) != 0) in cia_init()
193 ccp->cc_flags |= CCF_PCI_USE_BWX; in cia_init()
195 ccp->cc_flags |= CCF_BUS_USE_BWX; in cia_init()
212 if (ccp->cc_flags & CCF_BUS_USE_BWX) { in cia_init()
263 if (ccp->cc_flags & CCF_ISPYXIS) { in ciaattach()
276 switch (ccp->cc_flags & (CCF_PCI_USE_BWX|CCF_BUS_USE_BWX)) { in ciaattach()
322 ccp->cc_flags |= CCF_PYXISBUG; in ciaattach()
345 if ((ccp->cc_flags & CCF_PYXISBUG) == 0) in ciaattach()
H A Dcia_pci.c101 if (ccp->cc_flags & CCF_PCI_USE_BWX) { in cia_conf_read()
184 if (ccp->cc_flags & CCF_PCI_USE_BWX) { in cia_conf_write()
H A Dciavar.h61 int cc_flags; member
H A Dcia_dma.c308 if ((ccp->cc_flags & CCF_ISPYXIS) != 0 && ccp->cc_rev <= 1) { in cia_dma_init()
411 if ((ccp->cc_flags & CCF_PYXISBUG) != 0 && in cia_bus_dmamap_create_direct()
H A Dpci_eb164.c140 (ccp->cc_flags & CCF_ISPYXIS) ? 0 : PCI_STRAY_MAX); in pci_eb164_pickintr()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dmetag-dis.c1725 const char *cc_flags; in print_fmov() local
1733 cc_flags = lookup_fpu_scc_flags (cc); in print_fmov()
1738 d ? "D" : "", show_cond ? cc_flags : ""); in print_fmov()
1927 const char *cc_flags; in print_fcmp() local
1935 cc_flags = lookup_fpu_scc_flags (cc); in print_fcmp()
1944 show_cond ? cc_flags : ""); in print_fcmp()
1965 const char *cc_flags; in print_fminmax() local
1975 cc_flags = lookup_fpu_scc_flags (cc); in print_fminmax()
1980 d ? "D" : "", show_cond ? cc_flags : ""); in print_fminmax()
2000 const char *cc_flags; in print_fconv() local
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dmetag-dis.c1725 const char *cc_flags; in print_fmov() local
1733 cc_flags = lookup_fpu_scc_flags (cc); in print_fmov()
1738 d ? "D" : "", show_cond ? cc_flags : ""); in print_fmov()
1927 const char *cc_flags; in print_fcmp() local
1935 cc_flags = lookup_fpu_scc_flags (cc); in print_fcmp()
1944 show_cond ? cc_flags : ""); in print_fcmp()
1965 const char *cc_flags; in print_fminmax() local
1975 cc_flags = lookup_fpu_scc_flags (cc); in print_fminmax()
1980 d ? "D" : "", show_cond ? cc_flags : ""); in print_fminmax()
2000 const char *cc_flags; in print_fconv() local
[all …]
/netbsd-src/sys/opencrypto/
H A Dcrypto.c741 (cap->cc_flags & CRYPTOCAP_F_CLEANUP)) { in crypto_select_driver_lock()
748 && (cap->cc_flags & CRYPTOCAP_F_SOFTWARE)) { in crypto_select_driver_lock()
754 && (cap->cc_flags & CRYPTOCAP_F_SOFTWARE) == 0) { in crypto_select_driver_lock()
886 if ((cap->cc_flags & CRYPTOCAP_F_CLEANUP) && cap->cc_sessions == 0) in crypto_freesession()
897 (cap->cc_flags & CRYPTOCAP_F_CLEANUP) != 0 || in crypto_checkdriver_initialized()
947 cap->cc_flags = flags; in crypto_get_driverid()
1041 cap->cc_flags = 0; in crypto_driver_clear()
1189 cap->cc_flags |= CRYPTOCAP_F_CLEANUP; in crypto_unregister_locked()
1456 if ((cap->cc_flags & CRYPTOCAP_F_SOFTWARE) && in crypto_kinvoke()
1538 if (cap != NULL && (cap->cc_flags & CRYPTOCAP_F_CLEANUP) == 0) { in crypto_invoke()
[all …]
H A Dcryptodev.h579 u_int8_t cc_flags; member
/netbsd-src/sys/arch/vax/include/
H A Dcca.h61 uint8_t cc_flags; /* Status flags */ member
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dvnode.h368 ulong_t cc_flags; member