Searched refs:Assert (Results 1 - 129 of 129) sorted by relevance

/linux-4.1.27/arch/sparc/include/asm/
H A Dbbc.h27 #define BBC_ES_ACT 0x10 /* [W] E* Assert Change Time */
28 #define BBC_ES_DACT 0x14 /* [B] E* De-Assert Change Time */
29 #define BBC_ES_DABT 0x15 /* [B] E* De-Assert Bypass Time */
30 #define BBC_ES_ABT 0x16 /* [H] E* Assert Bypass Time */
99 #define BBC_SPG_CPU0 0x01 /* Assert POR for processor 0 */
100 #define BBC_SPG_CPU1 0x02 /* Assert POR for processor 1 */
101 #define BBC_SPG_CPU2 0x04 /* Assert POR for processor 2 */
102 #define BBC_SPG_CPU3 0x08 /* Assert POR for processor 3 */
111 #define BBC_SXG_CPU0 0x01 /* Assert XIR for processor 0 */
112 #define BBC_SXG_CPU1 0x02 /* Assert XIR for processor 1 */
113 #define BBC_SXG_CPU2 0x04 /* Assert XIR for processor 2 */
114 #define BBC_SXG_CPU3 0x08 /* Assert XIR for processor 3 */
181 /* Energy Star Assert Change Time register. This determines the number
188 /* Energy Star Assert Bypass Time register. This determines the number
H A Ddma.h72 #define DMA_RESET_FAS366 0x08000000 /* HME: Assert RESET to FAS366 */
/linux-4.1.27/arch/arm/boot/compressed/
H A Ddecompress.c18 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
25 # define Assert(cond,msg) macro
/linux-4.1.27/arch/xtensa/include/asm/
H A Dmxregs.h39 #define MIASG 0x188 /* Read Global Assert Register */
/linux-4.1.27/arch/c6x/include/asm/
H A Ddscr.h28 * Assert or de-assert an RMII reset.
H A Dsoc.h19 /* Assert an event */
/linux-4.1.27/drivers/power/reset/
H A Daxxia-reset.c47 /* Assert ResetReadDone (to avoid hanging in boot ROM) */ axxia_restart_handler()
49 /* Assert chip reset */ axxia_restart_handler()
/linux-4.1.27/arch/arm/mach-sunxi/
H A Dplatsmp.c86 /* Assert the CPU core in reset */ sun6i_smp_boot_secondary()
89 /* Assert the L1 cache in reset */ sun6i_smp_boot_secondary()
/linux-4.1.27/arch/mips/pci/
H A Dpci-tx4927.c55 /* Assert M66EN */ tx4927_pciclk66_setup()
H A Dpci-tx4938.c75 /* Assert M66EN */ tx4938_pciclk66_setup()
/linux-4.1.27/lib/zlib_deflate/
H A Ddeftree.c186 Assert(length > 0 && length <= 15, "invalid length"); send_bits()
246 Assert (length == 256, "tr_static_init: length != 256"); tr_static_init()
261 Assert (dist == 256, "tr_static_init: dist != 256"); tr_static_init()
269 Assert (dist == 256, "tr_static_init: 256+dist != 512"); tr_static_init()
515 Assert (code + bl_count[MAX_BITS]-1 == (1<<MAX_BITS)-1, gen_codes()
700 Assert(count >= 3 && count <= 6, " 3_6?"); send_tree()
769 Assert (lcodes >= 257 && dcodes >= 1 && blcodes >= 4, "not enough codes"); send_all_trees()
770 Assert (lcodes <= L_CODES && dcodes <= D_CODES && blcodes <= BL_CODES, send_all_trees()
900 Assert(buf != (char*)0, "lost buf");
952 Assert (s->compressed_len == s->bits_sent, "bad compressed size");
984 Assert((ush)dist < (ush)MAX_DIST(s) && zlib_tr_tally()
1047 Assert (code < D_CODES, "bad d_code"); compress_block()
1058 Assert(s->pending < s->lit_bufsize + 2*lx, "pendingBuf overflow"); compress_block()
H A Ddeflate.c448 Assert(strm->avail_out > 0, "bug2"); zlib_deflate()
589 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever"); longest_match()
600 Assert((ulg)s->strstart <= s->window_size-MIN_LOOKAHEAD, "need lookahead"); longest_match()
603 Assert(cur_match < s->strstart, "no future"); longest_match()
625 Assert(scan[2] == match[2], "scan[2]?"); longest_match()
636 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); longest_match()
656 Assert(*scan == *match, "match[2]?"); longest_match()
668 Assert(scan <= s->window+(unsigned)(s->window_size-1), "wild scan"); longest_match()
803 Assert(more >= 2, "more < 2"); fill_window()
873 Assert(s->strstart < s->w_size+MAX_DIST(s) || deflate_stored()
881 Assert(s->block_start >= 0L, "block gone"); deflate_stored()
1113 Assert (flush != Z_NO_FLUSH, "no flush?"); deflate_slow()
H A Ddefutil.h4 #define Assert(err, str) macro
/linux-4.1.27/arch/nios2/boot/compressed/
H A Dmisc.c68 # define Assert(cond, msg) {if (!(cond)) error(msg); } macro
75 # define Assert(cond, msg) macro
/linux-4.1.27/arch/alpha/boot/
H A Dmisc.c64 # define Assert(cond,msg) {if(!(cond)) error(msg);} macro
71 # define Assert(cond,msg) macro
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A D80003es2lan.h64 #define GG82563_MSCR_ASSERT_CRS_ON_TX 0x0010 /* 1=Assert */
H A Ddefines.h34 #define E1000_WUC_APMPME 0x00000008 /* Assert PME on APM Wakeup */
718 #define M88E1000_PSCR_ASSERT_CRS_ON_TX 0x0800 /* 1=Assert CRS on Transmit */
H A Dethtool.c1362 /* Assert SW reset for above settings to take effect */ e1000_integrated_phy_loopback()
/linux-4.1.27/drivers/staging/gs_fpgaboot/
H A Dio.c39 /* Assert and Deassert CCLK */ xl_shift_cclk()
/linux-4.1.27/include/linux/
H A Di2c-algo-pca.h48 #define I2C_PCA_CON_AA 0x80 /* Assert Acknowledge */
/linux-4.1.27/drivers/media/pci/cx18/
H A Dcx18-gpio.c96 /* Assert */ gpio_reset_seq()
231 * Assert timing for the Z8F0811 on HVR-1600 boards: resetctrl_reset()
232 * 1. Assert RESET for min of 4 clock cycles at 18.432 MHz to resetctrl_reset()
/linux-4.1.27/drivers/usb/misc/
H A Demi26.c107 /* Assert reset (stop the CPU in the EMI) */ emi26_load_firmware()
148 /* Assert reset (stop the CPU in the EMI) */ emi26_load_firmware()
182 /* Assert reset (stop the CPU in the EMI) */ emi26_load_firmware()
H A Demi62.c113 /* Assert reset (stop the CPU in the EMI) */ emi62_load_firmware()
155 /* Assert reset (stop the CPU in the EMI) */ emi62_load_firmware()
189 /* Assert reset (stop the CPU in the EMI) */ emi62_load_firmware()
/linux-4.1.27/drivers/ata/
H A Dahci_imx.c84 /* Assert or deassert the bit */ imx_phy_crbit_assert()
111 /* Assert the cr_cap_addr signal */ imx_phy_reg_addressing()
132 /* Assert the cr_cap_data signal */ imx_phy_reg_write()
152 /* Assert the cr_write signal */ imx_phy_reg_write()
170 /* Assert the cr_read signal */ imx_phy_reg_read()
H A Dpata_bf54x.c1472 /* Assert the RESET signal 25us*/ bfin_reset_controller()
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_phy_8960.c261 /* Assert PLL S/W reset */ hdmi_pll_enable()
278 /* Assert PHY S/W reset */ hdmi_pll_enable()
319 * Assert PLL S/W reset first hdmi_pll_enable()
H A Dhdmi_phy_8x60.c155 /* Assert RESET PHY from controller */ hdmi_phy_8x60_powerdown()
/linux-4.1.27/drivers/scsi/
H A Dmvme147.c103 m147_pcc->scsi_interrupt = 0x10; /* Assert SCSI bus reset */ mvme147_detect()
H A Dwd719x.h90 #define WD719X_CMD_BUSRESET 0x03 /* Assert SCSI bus reset */
H A Dscsi_lib.c2768 * Assert scsi device event asynchronously.
2831 * Assert scsi device event asynchronously, given an event type.
H A Dadvansys.c1962 #define IDLE_CMD_SCSI_RESET_START 0x0020 /* Assert SCSI Bus Reset */
/linux-4.1.27/arch/arm/mach-imx/
H A Dsystem.c56 /* Assert SRS signal */ mxc_restart()
/linux-4.1.27/arch/arm/mach-mvebu/
H A Dsystem-controller.c106 * Assert soft reset. mvebu_restart()
/linux-4.1.27/drivers/usb/serial/
H A Dio_16654.h125 #define MCR_DTR 0x01 // Assert DTR
126 #define MCR_RTS 0x02 // Assert RTS
H A Dmos7840.c64 #define MCR_DTR 0x01 /* Assert DTR */
65 #define MCR_RTS 0x02 /* Assert RTS */
/linux-4.1.27/arch/mn10300/boot/compressed/
H A Dmisc.c106 # define Assert(cond, msg) { if (!(cond)) error(msg); } macro
113 # define Assert(cond, msg) macro
/linux-4.1.27/arch/cris/boot/compressed/
H A Dmisc.c77 # define Assert(cond, msg) do { \ macro
99 # define Assert(cond, msg) macro
/linux-4.1.27/drivers/input/keyboard/
H A Dclps711x-keypad.c45 /* Assert column */ clps711x_keypad_poll()
/linux-4.1.27/drivers/edac/
H A Dmce_amd.c282 pr_cont("Hardware Assert.\n"); f15h_mc0_mce()
418 pr_cont("Hardware Assert.\n"); decode_mc1_mce()
499 pr_cont("Hardware Assert.\n"); f15h_mc2_mce()
659 pr_cont("Hardware Assert.\n"); decode_mc5_mce()
/linux-4.1.27/include/net/caif/
H A Dcaif_layer.h21 * caif_assert() - Assert function for CAIF.
30 pr_err("caif:Assert detected:'%s'\n", #assert); \
/linux-4.1.27/drivers/staging/comedi/drivers/
H A Dplx9080.h144 #define DMM_THROT 0x00000010 /* Assert IRDY when read FIFO full */
169 #define ICS_AERR 0x00000001 /* Assert LSERR on ABORT */
170 #define ICS_PERR 0x00000002 /* Assert LSERR on Parity Error */
H A Ds626.c368 * Assert DAC polarity control and enable gating of DAC serial clock s626_send_dac()
1837 /* Assert ADC Start command */ s626_ai_insn_read()
1879 /* Assert ADC Start command */ s626_ai_insn_read()
H A Dni_mio_common.c3737 /* Assert SDCLK (active low, inverted), wait for half of ni_serial_sw_readwrite8()
/linux-4.1.27/drivers/net/wan/
H A Dsealevel.c260 * Assert DTR enable DMA slvl_init()
H A Dfarsync.h346 #define DBG_ASS 0xFFFF /* Assert like statements. Code that
H A Dfarsync.c691 * Assert PLX software reset and Am186 hardware reset fst_cpureset()
1094 dbg(DBG_INTR, "Assert LOS Alarm\n"); fst_intr_te1_alarm()
1098 dbg(DBG_INTR, "Assert RRA Alarm\n"); fst_intr_te1_alarm()
1103 dbg(DBG_INTR, "Assert AIS Alarm\n"); fst_intr_te1_alarm()
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-socfpga.c224 /* Assert reset to the enet controller before changing the phy mode */ socfpga_dwmac_init()
/linux-4.1.27/drivers/net/wireless/libertas/
H A Dif_cs.c380 /* "Assert the download over interrupt command in the Host if_cs_send_cmd()
384 /* "Assert the download over interrupt command in the Card if_cs_send_cmd()
644 * "Assert the download over interrupt command in the Host if_cs_prog_helper()
650 * "Assert the download over interrupt command in the Card if_cs_prog_helper()
/linux-4.1.27/drivers/net/wireless/orinoco/
H A Dorinoco_nortel.c69 /* Assert the reset until the card notices */ orinoco_nortel_cor_reset()
H A Dorinoco_pci.c88 /* Assert the reset until the card notices */ orinoco_pci_cor_reset()
/linux-4.1.27/arch/powerpc/platforms/52xx/
H A Dmpc52xx_common.c323 /* Assert cold reset */ mpc5200_psc_ac97_gpio_reset()
/linux-4.1.27/arch/sh/drivers/pci/
H A Dpci-sh4.h32 #define SH4_PCICR_PRST 0x00000002 /* PCI Reset Assert */
/linux-4.1.27/arch/m68k/include/asm/
H A Dmcfuart.h81 #define MCFUART_MR2_TXRTS 0x20 /* Assert RTS on TX */
/linux-4.1.27/arch/arm/mach-bcm/
H A Dplatsmp-brcmstb.c239 /* Assert reset on the CPU */ brcmstb_cpu_kill()
/linux-4.1.27/arch/arm/mach-dove/
H A Dcommon.c405 * Assert soft reset. dove_restart()
/linux-4.1.27/arch/arm/mach-mv78xx0/
H A Dcommon.c424 * Assert soft reset. mv78xx0_restart()
/linux-4.1.27/include/uapi/linux/
H A Dvfio.h492 #define VFIO_EEH_PE_RESET_HOT 6 /* Assert hot reset */
493 #define VFIO_EEH_PE_RESET_FUNDAMENTAL 7 /* Assert fundamental reset */
/linux-4.1.27/drivers/net/can/sja1000/
H A Dkvaser_pci.c239 /* Assert PTADR# - we're in passive mode so the other bits are kvaser_pci_add_chan()
H A Dplx_pci.c410 * Assert LRESET# and reset device(s) on the Local Bus (if wired).
/linux-4.1.27/drivers/scsi/fnic/
H A Dvnic_devcmd.h210 /* Interrupt Assert Register functionality
/linux-4.1.27/drivers/watchdog/
H A Dimx2_wdt.c93 /* Assert SRS signal */ imx2_restart_handler()
/linux-4.1.27/arch/m68k/mvme16x/
H A Dconfig.c79 * message is output. Assert reset bit in GCSR */ mvme16x_reset()
/linux-4.1.27/net/sctp/
H A Dtsnmap.c321 /* Assert: TSN is in range. */ sctp_tsnmap_renege()
/linux-4.1.27/drivers/net/wireless/rsi/
H A Drsi_91x_sdio_ops.c426 "%s: ==> FIRMWARE Assert <==\n", rsi_interrupt_handler()
/linux-4.1.27/drivers/phy/
H A Dphy-miphy365x.c400 * Assert deserializer reset miphy365x_init_sata_port()
/linux-4.1.27/drivers/net/ethernet/atheros/atlx/
H A Datlx.h444 #define MII_ATLX_PSCR_ASSERT_CRS_ON_TX 0x0800 /* 1=Assert CRS on Transmit */
/linux-4.1.27/arch/x86/kernel/
H A Dhw_breakpoint.c438 * Assert that local interrupts are disabled hw_breakpoint_handler()
/linux-4.1.27/arch/arm/mach-pxa/
H A Dballoon3.c607 /* Assert all nCE lines */ balloon3_nand_select_chip()
/linux-4.1.27/drivers/scsi/ufs/
H A Dufs-qcom.c220 /* Assert PHY reset and apply PHY calibration values */ ufs_qcom_power_up_sequence()
453 /* Assert PHY soft reset */ ufs_qcom_suspend()
/linux-4.1.27/drivers/usb/dwc3/
H A Dcore.c76 /* Assert USB3 PHY reset */ dwc3_core_soft_reset()
81 /* Assert USB2 PHY reset */ dwc3_core_soft_reset()
/linux-4.1.27/drivers/net/ethernet/cisco/enic/
H A Dvnic_devcmd.h242 /* Interrupt Assert Register functionality
/linux-4.1.27/drivers/net/ethernet/sfc/
H A Dmcdi_port.c379 /* Assert that we can map efx -> mcdi loopback modes */ efx_mcdi_phy_probe()
H A Dfalcon.c2022 /* Assert that reset complete */ __falcon_reset_hw()
/linux-4.1.27/drivers/scsi/isci/
H A Dremote_node_table.c526 * Assert that we are not trying to add an entry to a slot that is already sci_remote_node_table_release_single_remote_node()
/linux-4.1.27/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_hw.h678 #define MII_AT001_PSCR_ASSERT_CRS_ON_TX 0x0800 /* 1=Assert CRS on Transmit */
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
H A Dpm3393.c714 * 1. Assert RSTB pin low ( write 0 ) pm3393_mac_reset()
/linux-4.1.27/drivers/gpu/drm/bridge/
H A Dps8622.c603 * Assert the reset pin high to avoid the bridge being ps8622_probe()
/linux-4.1.27/arch/parisc/kernel/
H A Dsignal.c293 /* Assert that we're flushing in the correct space... */ setup_rt_frame()
/linux-4.1.27/sound/arm/
H A Daaci.c843 * Assert AACIRESET for 2us aaci_probe_ac97()
/linux-4.1.27/sound/drivers/
H A Dportman2x4.c423 /* Assert the Strobe and wait for echo back. */ portman_flush_input()
/linux-4.1.27/drivers/net/hamradio/
H A Ddmascc.c844 /* Assert DTR, enable interrupts */ scc_open()
949 /* Assert RTS, start timer */ scc_send_packet()
/linux-4.1.27/arch/tile/kernel/
H A Dpci_gx.c303 * is configured such that only INTx Assert interrupts are proxied
305 * MAC INTx Assert status bit associated with this interrupt.
/linux-4.1.27/drivers/tty/serial/
H A Difx6x60.c253 * Assert mrdy and set timer to wait for SRDY interrupt, if SRDY is low
788 /* Assert MRDY. This may have already been done by the write ifx_spi_io()
H A D68328serial.c796 /* Assert RTS line (do this atomic) */ rs_unthrottle()
H A Dcrisv10.c3250 /* Assert RTS line */ rs_unthrottle()
/linux-4.1.27/drivers/usb/phy/
H A Dphy-msm-usb.c351 /* Assert USB PHY_POR */ msm_phy_reset()
518 * in USBCMD register. Assert STP (ULPI interface STOP signal) to msm_otg_suspend()
/linux-4.1.27/drivers/net/ethernet/icplus/
H A Dipg.c414 /* Assert functional resets via the IPG AsicCtrl ipg_reset()
1359 * expired. Assert Interrupt Requested to make ipg_nic_rx_jumbo()
/linux-4.1.27/arch/powerpc/sysdev/
H A Dppc4xx_pci.c1235 /* Assert VRB and TXE - per datasheet turn off addr validation */ ppc460sx_pciex_init_utl()
1286 /* Assert the PE0_PHY reset */ ppc405ex_pcie_phy_reset()
/linux-4.1.27/arch/powerpc/kernel/
H A Deeh.c815 * eeh_reset_pe_once - Assert the pci #RST line for 1/4 second
818 * Assert the PCI #RST line for 1/4 second.
/linux-4.1.27/net/irda/
H A Dirlap_event.c195 * Assert that the fast poll timer has not reached the irlap_start_poll_timer()
401 /* Assert that this is not the final slot */ irlap_state_ndm()
/linux-4.1.27/drivers/mtd/nand/
H A Dfsmc_nand.c329 /* Assert CS signal based on chipnr */ fsmc_select_chip()
H A Ddiskonchip.c597 /* Assert ChipEnable and deassert WriteProtect */ doc2001plus_select_chip()
/linux-4.1.27/drivers/net/appletalk/
H A Dcops.c499 outb(0, ioaddr+DAYNA_RESET); /* Assert the reset port */ cops_reset()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
H A De1000_defines.h886 #define M88E1000_PSCR_ASSERT_CRS_ON_TX 0x0800 /* 1=Assert CRS on Transmit */
/linux-4.1.27/drivers/net/ethernet/via/
H A Dvia-velocity.h1261 #define PSCR_ACRSTX 0x0800 // Assert CRS on Transmit
H A Dvia-velocity.c1240 * Assert CRS on Transmit mii_init()
/linux-4.1.27/drivers/spi/
H A Dspi-ep93xx.c713 * Assert the chipselect. ep93xx_spi_process_message()
H A Dspi-rspi.c170 #define SPCMD_SSLA_MASK 0x0030 /* SSL Assert Signal Setting (RSPI) */
/linux-4.1.27/drivers/clk/tegra/
H A Dclk-tegra114.c1419 * Assert the reset line of the DFLL's DVCO. No return value.
/linux-4.1.27/drivers/crypto/caam/
H A Dregs.h407 #define MCFGR_AXIPRI 0x00000008 /* Assert AXI priority sideband */
/linux-4.1.27/drivers/net/fddi/skfp/h/
H A Dsupern_2.h740 #define PL_T_FOT_ASS 0x1e /* FOTOFF Assert Timer */
H A Dskfbi.h191 #define PCI_FORCE_BE (1L<<14) /* Bit 14: Assert all BEs on MR */
/linux-4.1.27/drivers/net/ieee802154/
H A Dat86rf230.c526 /* Assert state change */ at86rf230_async_state_assert()
/linux-4.1.27/drivers/net/phy/
H A Damd-xgbe-phy.c496 /* Assert Rx and Tx ratechange */ amd_xgbe_phy_serdes_start_ratechange()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_runtime_pm.c632 /* Assert common reset */ vlv_dpio_cmn_power_well_disable()
H A Di915_gem.c2047 /* Assert that the object is not currently in any GPU domain. As it i915_gem_object_get_pages_gtt()
4615 /* Assert that we sucessfully flushed all the work and i915_gem_suspend()
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_sd7220.c1277 /* Assert uC reset, so we don't clash with it. */ qib_sd7220_presets()
/linux-4.1.27/drivers/tty/serial/jsm/
H A Djsm_neo.c1322 /* Assert any signals we want up */ neo_uart_init()
/linux-4.1.27/drivers/vme/bridges/
H A Dvme_ca91cx42.c323 /* Assert VMEbus IRQ */ ca91cx42_irq_generate()
H A Dvme_tsi148.c472 /* Assert VMEbus IRQ */ tsi148_irq_generate()
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
H A Dde4x5.c1076 mdelay(1); /* Assert for 1ms */\
2035 /* EISA REG1: Assert DecChip 21040 HW Reset */ de4x5_eisa_probe()
5074 /* Assert the OMR_PS bit in CSR6 */ de4x5_switch_mac_port()
/linux-4.1.27/drivers/net/wan/lmc/
H A Dlmc_main.c1034 /* Assert Terminal Active */ lmc_open()
/linux-4.1.27/drivers/staging/dgnc/
H A Ddgnc_neo.c1680 /* Assert any signals we want up */ neo_uart_init()
/linux-4.1.27/drivers/parisc/
H A Dsba_iommu.c616 /* Assert first pdir entry is set. sba_mark_invalid()
/linux-4.1.27/arch/ia64/hp/common/
H A Dsba_iommu.c858 /* Assert first pdir entry is set */ sba_mark_invalid()
/linux-4.1.27/sound/pci/
H A Dcs4281.c1550 * Assert the valid frame signal so that we can start sending commands snd_cs4281_chip_init()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h2015 #define E1000_WUC_APMPME 0x00000008 /* Assert PME on APM Wakeup */
2748 #define M88E1000_PSCR_ASSERT_CRS_ON_TX 0x0800 /* 1=Assert CRS on Transmit */
/linux-4.1.27/drivers/pci/
H A Dquirks.c786 * VIA 8237: Some BIOSes don't set the 'Bypass APIC De-Assert Message' Bit.
798 dev_info(&dev->dev, "Bypassing VIA 8237 APIC De-Assert Message\n"); quirk_via_vt8237_bypass_apic_deassert()
/linux-4.1.27/drivers/net/ethernet/marvell/
H A Dskge.h1340 PHY_M_PC_ASS_CRS_TX = 1<<11, /* Assert CRS on Transmit */
H A Dsky2.h1313 PHY_M_PC_ASS_CRS_TX = 1<<11, /* Assert CRS on Transmit */
/linux-4.1.27/drivers/net/ethernet/ti/
H A Dtlan.c2186 /* 1. Assert reset bit. */ tlan_reset_adapter()
/linux-4.1.27/sound/pci/cs46xx/
H A Dcs46xx_lib.c3149 * Assert the vaid frame signal so that we can start sending commands snd_cs46xx_chip_init()
/linux-4.1.27/drivers/message/fusion/
H A Dmptbase.c3091 /* Assert: All other get_facts fields are zero! */ GetIocFacts()
3264 /* Assert: All other get_pfacts fields are zero! */ GetPortFacts()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2100.c1366 /* Step 1. Stop Master Assert */ ipw2100_power_cycle_adapter()
1370 /* Step 2. Wait for stop Master Assert ipw2100_power_cycle_adapter()
/linux-4.1.27/drivers/video/fbdev/omap2/dss/
H A Ddsi.c3182 /* Assert TxRequestEsc for data lanes and TxUlpsClk for clk lane */ dsi_enter_ulps()
/linux-4.1.27/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c3183 * to abort it. Assert ATN and prepare to send an abort ahc_handle_proto_violation()
H A Daic79xx_core.c3367 * to abort it. Assert ATN and prepare to send an abort ahd_handle_proto_violation()
/linux-4.1.27/drivers/net/ethernet/broadcom/
H A Dtg3.c5472 /* Assert and deassert POR. */ tg3_init_bcm8002()
11458 * status. Assert that this is the case. tg3_ints_init()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_reg.h163 /* [RW 10] Write client 0: Assert pause threshold. */

Completed in 4809 milliseconds