Searched refs:mis (Results 1 - 70 of 70) sorted by relevance

/linux-4.1.27/arch/metag/lib/
H A Dmemcpy.S88 ! Save the number of bytes of mis-alignment in D0Ar4 for use later
91 ! if there is no mis-alignment after all, use the aligned copy loop
99 ! There are 3 mis-alignment cases to be considered. Less than 4 bytes, exactly
102 BLT $Lunaligned_1_2_3 ! use 1-3 byte mis-alignment loop
103 BZ $Lunaligned_4 ! use 4 byte mis-alignment loop
105 ! The mis-alignment is more than 4 bytes
163 ! The 4 byte mis-alignment case - this does not require any shifting, just a
H A Dmemset.S25 B $LByteStub ! dst is mis-aligned, do $LByteStub
/linux-4.1.27/drivers/crypto/ux500/cryp/
H A Dcryp_irq.c44 return (readl_relaxed(&device_data->base->mis) & irq_src) > 0; cryp_pending_irq_src()
H A Dcryp_irqp.h55 * @mis - Masked interrupt statu register
92 u32 mis; /* Masked interrupt statu register */ member in struct:cryp_register
/linux-4.1.27/Documentation/networking/
H A Dcxacru-cf.py22 # contains mis-aligned values which will stop the modem from being able
/linux-4.1.27/arch/nios2/kernel/
H A Dmisaligned.c4 * basic emulation for mis-aligned accesses on the NIOS II cpu
67 * (mis)alignment handler
/linux-4.1.27/drivers/parisc/
H A Deisa_enumerator.c401 printk(KERN_ERR "eisa_enumerator: function %d length mis-match " parse_slot_config()
415 printk(KERN_ERR "eisa_enumerator: config data length mis-match got %d, expected %d\n", parse_slot_config()
421 printk(KERN_ERR "eisa_enumerator: number of functions mis-match got %d, expected %d\n", parse_slot_config()
459 printk(KERN_ERR "EISA slot %d id mis-match: got %s", init_slot()
/linux-4.1.27/drivers/isdn/i4l/
H A Disdn_ppp.c1057 struct ippp_struct *is, *mis; isdn_ppp_push_higher() local
1078 mis = ippp_table[slot]; isdn_ppp_push_higher()
1084 if (mis->compflags & SC_DECOMP_ON) { isdn_ppp_push_higher()
1085 skb = isdn_ppp_decompress(skb, is, mis, &proto); isdn_ppp_push_higher()
2674 struct ippp_struct *mis; isdn_ppp_receive_ccp() local
2696 mis = ippp_table[slot]; isdn_ppp_receive_ccp()
2698 mis = is; isdn_ppp_receive_ccp()
2705 mis->compflags &= ~SC_COMP_ON; isdn_ppp_receive_ccp()
2714 mis->compflags &= ~(SC_DECOMP_ON | SC_COMP_ON); isdn_ppp_receive_ccp()
2723 if (!mis->decompressor) isdn_ppp_receive_ccp()
2725 mis->compflags |= SC_DECOMP_ON; isdn_ppp_receive_ccp()
2741 isdn_ppp_ccp_reset_ack_rcvd(mis, skb->data[1]); isdn_ppp_receive_ccp()
2742 if (mis->decompressor && mis->decomp_stat) isdn_ppp_receive_ccp()
2743 mis->decompressor-> isdn_ppp_receive_ccp()
2744 reset(mis->decomp_stat, isdn_ppp_receive_ccp()
2750 mis->compflags &= ~SC_DECOMP_DISCARD; isdn_ppp_receive_ccp()
2777 if (mis->compressor && mis->comp_stat) isdn_ppp_receive_ccp()
2778 mis->compressor-> isdn_ppp_receive_ccp()
2779 reset(mis->comp_stat, isdn_ppp_receive_ccp()
2849 struct ippp_struct *mis, *is; isdn_ppp_send_ccp() local
2883 mis = ippp_table[slot]; isdn_ppp_send_ccp()
2885 mis = is; isdn_ppp_send_ccp()
2886 if (mis != is) isdn_ppp_send_ccp()
/linux-4.1.27/drivers/pinctrl/spear/
H A Dpinctrl-plgpio.c47 u32 mis; /* mask interrupt status register */ member in struct:plgpio_regs
373 pending = readl_relaxed(plgpio->base + plgpio->regs.mis + plgpio_irq_handler()
379 writel_relaxed(~pending, plgpio->base + plgpio->regs.mis + plgpio_irq_handler()
498 if (!of_property_read_u32(np, "st-plgpio,mis-reg", &val)) { plgpio_probe_dt()
499 plgpio->regs.mis = val; plgpio_probe_dt()
501 dev_err(&pdev->dev, "DT: Invalid mis reg\n"); plgpio_probe_dt()
/linux-4.1.27/drivers/clk/
H A Dclk-pwm.c8 * PWM (mis)used as clock output
/linux-4.1.27/fs/ncpfs/
H A Dncpsign_kernel.c17 /* i386: 32-bit, little endian, handles mis-alignment */
/linux-4.1.27/drivers/md/persistent-data/
H A Ddm-btree-internal.h26 * of 8-bytes in size, otherwise the 64bit keys will be mis-aligned.
/linux-4.1.27/drivers/scsi/
H A Dppa.h20 * in response to this driver "mis-behaving" on his machine.
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dperf_event_intel_lbr.c418 u64 from, to, mis = 0, pred = 0, in_tx = 0, abort = 0; intel_pmu_lbr_read_64() local
426 mis = !!(from & LBR_FROM_FLAG_MISPRED); intel_pmu_lbr_read_64()
427 pred = !mis; intel_pmu_lbr_read_64()
450 cpuc->lbr_entries[out].mispred = mis; intel_pmu_lbr_read_64()
/linux-4.1.27/drivers/md/
H A Ddm-service-time.c242 * To avoid the overflow and mis-selection, shift down both. st_compare_load()
/linux-4.1.27/drivers/scsi/dpt/
H A Dosd_util.h134 /* chunk when accessing mis-aligned */
/linux-4.1.27/arch/powerpc/platforms/86xx/
H A Dmpc8610_hpcd.c174 /* The DVI port is mis-wired on revision 1 of this board. */ mpc8610hpcd_get_pixel_format()
/linux-4.1.27/kernel/time/
H A Dsched_clock.c117 * sched_clock() will never observe mis-matched data even if called from
/linux-4.1.27/include/linux/
H A Dclockchips.h56 * x86(64) specific (mis)features:
H A Dnodemask.h110 * inlined we will end up with a section mis-match error (of the type of
/linux-4.1.27/drivers/media/dvb-frontends/
H A Dstv0900_core.c1555 enum fe_stv0900_demod_num demod, int mis) stv0900_set_mis()
1559 if (mis < 0 || mis > 255) { stv0900_set_mis()
1563 dprintk("Enable MIS filtering - %d\n", mis); stv0900_set_mis()
1565 stv0900_write_reg(intp, ISIENTRY, mis); stv0900_set_mis()
1554 stv0900_set_mis(struct stv0900_internal *intp, enum fe_stv0900_demod_num demod, int mis) stv0900_set_mis() argument
H A Dstv090x.c3438 static int stv090x_set_mis(struct stv090x_state *state, int mis) stv090x_set_mis() argument
3442 if (mis < 0 || mis > 255) { stv090x_set_mis()
3449 dprintk(FE_DEBUG, 1, "Enable MIS filtering - %d", mis); stv090x_set_mis()
3454 if (STV090x_WRITE_DEMOD(state, ISIENTRY, mis) < 0) stv090x_set_mis()
/linux-4.1.27/drivers/misc/echo/
H A Decho.h110 major mis-convergence in the adaption process. An assessment algorithm is
/linux-4.1.27/drivers/staging/octeon/
H A Dethernet-rgmii.c95 * giving us packets with mis aligned cvm_oct_rgmii_poll()
/linux-4.1.27/arch/x86/pci/
H A Dce4100.c26 * This provides access methods for PCI registers that mis-behave on
/linux-4.1.27/arch/cris/arch-v10/drivers/
H A Daxisflashmap.c403 "device due to kernel (mis)configuration!\n"); init_axis_flash()
/linux-4.1.27/arch/ia64/sn/kernel/
H A Dbte.c306 * mis-aligned. If the source offset from the first bte_unaligned_copy()
/linux-4.1.27/scripts/kconfig/lxdialog/
H A Dmenubox.c55 * would leave mis-synchronized lxdialog.scrltmp files lying around,
/linux-4.1.27/drivers/sbus/char/
H A Dbbc_envctrl.c94 /* Put temperatures into range so we don't mis-program set_fan_speeds()
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/
H A Ddac.c111 /* force mis-match so we loop */ sample_load_twice()
/linux-4.1.27/drivers/usb/musb/
H A Dda8xx.c221 * RTL seems to mis-handle session "start" otherwise (or in otg_timer()
H A Ddavinci.c223 * seems to mis-handle session "start" otherwise (or in our otg_timer()
/linux-4.1.27/drivers/scsi/bfa/
H A Dbfa_defs.h1179 u32 badfrminf; /* mis-match info */
1180 u32 badfrmnum; /* mis-match fram number */
/linux-4.1.27/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1141 printk(KERN_ERR PFX "ERROR:ofld_cmpl: HBA mis-match\n"); bnx2fc_process_ofld_cmpl()
1198 printk(KERN_ERR PFX "context id mis-match\n"); bnx2fc_process_enable_conn_cmpl()
1203 printk(KERN_ERR PFX "bnx2fc-enbl_cmpl: HBA mis-match\n"); bnx2fc_process_enable_conn_cmpl()
/linux-4.1.27/drivers/atm/
H A Deni.c364 "mis-aligned RX data (0x%lx)\n",vcc->dev->number, do_rx_dma()
1064 printk(KERN_ERR DEV_LABEL "(itf %d): VCI %d has mis-aligned " do_tx()
1100 mis-alignment fix */ do_tx()
H A Dhorizon.c838 // different process) may cause some data to be mis-delivered then hrz_close_rx()
/linux-4.1.27/drivers/misc/sgi-gru/
H A Dgru_instructions.h690 * mean TLB mis - only fatal errors such as memory parity error or user
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
H A Dsym_defs.h85 #define FE_C10 (1<<27) /* Various C10 core (mis)features */
/linux-4.1.27/drivers/sh/maple/
H A Dmaple.c469 * mis-reported emptyness maple_vblank_handler()
/linux-4.1.27/arch/mips/cavium-octeon/executive/
H A Dcvmx-helper-board.c722 ("ERROR: The board type is mis-configured, and software malfunctions are likely.\n"); __cvmx_helper_board_hardware_enable()
/linux-4.1.27/arch/ia64/include/asm/
H A Dprocessor.h31 * TASK_SIZE really is a mis-named. It really is the maximum user
/linux-4.1.27/drivers/mmc/host/
H A Dsdhci-esdhc-imx.c80 * There is an INT DMA ERR mis-match between eSDHC and STD SDHC SPEC:
H A Dmmc_spi.c68 * of SPI controller drivers that mis-handle the cs_change flag!
/linux-4.1.27/sound/i2c/other/
H A Dak4xxx-adda.c804 * mis-use 'shift' to pass mixer_ch */ build_adc_controls()
/linux-4.1.27/tools/perf/util/
H A Dhist.c409 * mis-adjust symbol addresses when computing add_hist_entry()
/linux-4.1.27/sound/soc/fsl/
H A Dfsl_dma.c498 * the DMA controller is mis-programmed somehow. fsl_dma_open()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
H A Drs.c969 * Since rates mis-match, the last LQ command may have failed. rs_tx_status()
970 * After IWL_MISSED_RATE_MAX mis-matches, resync the uCode with rs_tx_status()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
H A Drs.c1213 * Since rates mis-match, the last LQ command may have failed. iwl_mvm_rs_tx_status()
1214 * After IWL_MISSED_RATE_MAX mis-matches, resync the uCode with iwl_mvm_rs_tx_status()
/linux-4.1.27/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c2425 printk(KERN_ALERT "conn destroy- error hba mis-match\n"); bnx2i_process_conn_destroy_cmpl()
2460 printk(KERN_ALERT "ofld_cmpl: error hba mis-match\n"); bnx2i_process_ofld_cmpl()
/linux-4.1.27/drivers/net/wireless/iwlegacy/
H A D4965-rs.c882 * Since rates mis-match, the last LQ command may have failed. il4965_rs_tx_status()
883 * After IL_MISSED_RATE_MAX mis-matches, resync the uCode with il4965_rs_tx_status()
/linux-4.1.27/drivers/hwmon/
H A Dlm90.c1299 * For this reason it will be mis-detected as MAX6657 if its lm90_detect()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
H A De1000_ethtool.c1461 ret_val = 13; /* ret_val is the same as mis-compare */ e1000_run_loopback_test()
/linux-4.1.27/drivers/net/wireless/ath/wil6210/
H A Dtxrx.c468 * mis-calculates TCP checksum - if it should be 0x0, wil_vring_reap_rx()
/linux-4.1.27/drivers/input/mouse/
H A Delantech.c1426 * value to avoid mis-detection. Logitech mice are known to respond elantech_detect()
/linux-4.1.27/arch/sparc/mm/
H A Dsrmmu.c1130 * it is coming from user mode (it mis-executes the branch in poke_swift()
H A Dinit_64.c679 * by version mis-match tests in mmu_context.h).
/linux-4.1.27/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c86 * Fix mis-placed #endif (2.4.21 kernel).
/linux-4.1.27/arch/m68k/ifpsp060/src/
H A Disp.S3316 # there are three possible mis-aligned cases for longword cas. they
3618 # there are two possible mis-aligned cases for word cas. they
4033 # there are two possible mis-aligned cases for longword cas. they
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
H A Dethtool.c1675 ret_val = 13; /* ret_val is the same as mis-compare */ e1000_run_loopback_test()
/linux-4.1.27/drivers/staging/speakup/
H A Dmain.c555 /* decided to take out the sayword if on a space (mis-information */ get_word()
/linux-4.1.27/drivers/block/drbd/
H A Ddrbd_worker.c574 * socket buffer sizes and resync rate settings are mis-configured. */ drbd_rs_number_requests()
H A Ddrbd_receiver.c247 * resync-rate settings are mis-configured.
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c2285 mlx4_warn(dev, "recovering from previously mis-behaved VM\n"); sync_toggles()
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
H A Dvxge-config.h1048 * alignement. Used to place one or more mis-aligned fragments
/linux-4.1.27/drivers/gpu/drm/radeon/
H A Dradeon_combios.c2414 /* RV100 board with external TDMS bit mis-set. radeon_get_legacy_connector_info_from_bios()
/linux-4.1.27/drivers/media/pci/bt8xx/
H A Dbttv-cards.c4938 /* bt848 (mis)uses a bit in the irq mask for etbf */ bttv_handle_chipset()
/linux-4.1.27/mm/
H A Dslab.c2640 * in kmem_cache_alloc(). If a caller is seriously mis-behaving they cache_grow()
/linux-4.1.27/drivers/net/ethernet/sun/
H A Dniu.c7939 dev_err(np->device, "Port %u, mis-matched LDG assignment for ldn %d, should be %d is %llu\n", niu_ldg_assign_ldn()
/linux-4.1.27/arch/x86/kvm/
H A Dvmx.c2277 * Engage any workarounds for mis-matched TSC rates. Currently limited to
/linux-4.1.27/drivers/platform/x86/
H A Dthinkpad_acpi.c9284 "mis-identified ThinkPad when true");

Completed in 4632 milliseconds