/src/sys/dev/ic/ |
rtwphy.c | 227 uint32_t opmode; local in function:rtw_sa2400_pwrstate 228 opmode = SA2400_OPMODE_DEFAULTS; 231 opmode |= SA2400_OPMODE_MODE_TXRX; 234 opmode |= SA2400_OPMODE_MODE_WAIT; 237 opmode |= SA2400_OPMODE_MODE_SLEEP; 242 opmode |= SA2400_OPMODE_DIGIN; 245 opmode); 267 uint32_t opmode; local in function:rtw_sa2400_vcocal_start 269 opmode = SA2400_OPMODE_DEFAULTS; 271 opmode |= SA2400_OPMODE_MODE_VCOCALIB 297 uint32_t opmode; local in function:rtw_sa2400_filter_calibration [all...] |
dwc_gmac.c | 923 uint32_t opmode = GMAC_DMA_OP_RXSTART | GMAC_DMA_OP_TXSTART; local in function:dwc_gmac_init 925 opmode |= GMAC_DMA_OP_RXSTOREFORWARD | GMAC_DMA_OP_TXSTOREFORWARD; 927 bus_space_write_4(sc->sc_bst, sc->sc_bsh, AWIN_GMAC_DMA_OPMODE, opmode); 930 "setting DMA opmode register: %08x\n", opmode);
|
atw.c | 2033 DPRINTF(sc, ("%s: ATW_NAR %08x opmode %08x\n", device_xname(sc->sc_dev), 2992 uint32_t ackmask = 0, opmode, stsr, test0; local in function:atw_idle 2997 opmode = sc->sc_opmode & ~bits; 3005 opmode |= ATW_NAR_HF; 3008 ATW_WRITE(sc, ATW_NAR, opmode);
|
tulip.c | 1604 * Initialize `opmode' to 0, and call the pre-init routine, if 1606 * clones require that the media-related bits in `opmode' be 1737 * Initialize the OPMODE register. We don't write it until 1740 * Media-related OPMODE bits are set in the media callbacks 2586 * writing OPMODE will start the transmit and receive processes 2719 * multicast in OPMODE below. 2791 * Set the OPMODE register. This will also resume the 3256 * Write new OPMODE bits. This also restarts the transmit 3266 * for the Winbond 89C840F, which has different OPMODE bits. 3285 * Write new OPMODE bits. This also restarts the transmi 6059 uint32_t opmode; local in function:tlp_dm9102_tmsw_init 6143 uint32_t opmode; local in function:tlp_asix_tmsw_init [all...] |
/src/sys/arch/mips/atheros/dev/ |
if_ae.c | 134 uint32_t txth_opmode; /* OPMODE bits */ 916 uint32_t opmode; local in function:ae_intr 918 opmode = AE_READ(sc, CSR_OPMODE); 922 opmode &= ~(OPMODE_TR | OPMODE_SF); 923 opmode |= 934 AE_WRITE(sc, CSR_OPMODE, opmode); 1421 * Write out the opmode. 1832 //opmode = AE_READ(sc, CSR_OPMODE); 1853 //AE_WRITE(sc, CSR_OPMODE, opmode);
|
/src/sys/arch/m68k/m68k/ |
db_disasm.c | 791 int opmode; local in function:opcode_0101 793 opmode = BITFIELD(opc,2,0); 796 if (opmode == 0x2) { 800 } else if (opmode == 0x3) { 1366 int type, opmode; local in function:opcode_fpu 1374 opmode = BITFIELD(ext,5,0); 1386 switch(opmode) {
|
/src/sbin/ifconfig/ |
ieee80211.c | 604 enum ieee80211_opmode opmode = get80211opmode(env); local in function:ieee80211_status 619 if (opmode == IEEE80211_M_HOSTAP) {
|
/src/sys/dev/marvell/ |
gtidmac.c | 1967 uint32_t val, opmode; local in function:gtidmac_dump_xorereg 1978 opmode = val & MVXORE_XEXCR_OM_MASK; 1980 opmode == MVXORE_XEXCR_OM_XOR ? "XOR calculate" : 1981 opmode == MVXORE_XEXCR_OM_CRC32 ? "CRC-32 calculate" : 1982 opmode == MVXORE_XEXCR_OM_DMA ? "DMA" : 1983 opmode == MVXORE_XEXCR_OM_ECC ? "ECC cleanup" : 1984 opmode == MVXORE_XEXCR_OM_MEMINIT ? "Memory Initialization" : 2005 if (opmode == MVXORE_XEXCR_OM_XOR || 2006 opmode == MVXORE_XEXCR_OM_CRC32 || 2007 opmode == MVXORE_XEXCR_OM_DMA) [all...] |
/src/sys/dev/usb/ |
if_athn_usb.h | 183 uint32_t opmode; member in struct:ar_htc_target_vif
|