Searched refs:block (Results 201 - 225 of 230) sorted by relevance

12345678910

/drivers/scsi/mpt3sas/
H A Dmpt3sas_scsih.c1844 * @bdev: pointer to block device context
2595 * change the device state from block to running
2607 if (!sas_device_priv_data->block)
2610 sas_device_priv_data->block = 0;
2639 if (sas_device_priv_data->block) {
2640 sas_device_priv_data->block = 0;
2663 if (sas_device_priv_data->block)
2665 sas_device_priv_data->block = 1;
2691 if (sas_device_priv_data->block)
2693 sas_device_priv_data->block
[all...]
H A Dmpt3sas_base.h235 * @block: device is in SDEV_BLOCK state
239 * @eedp_block_length: block size
246 u8 block; member in struct:MPT3SAS_DEVICE
/drivers/scsi/
H A Dscsi_debug.c903 /* Logical block provisioning VPD page (SBC-3) */
1830 /* transfer length excessive (tie in to block limits VPD page) */
1843 unsigned long long block, rest = 0; local
1864 block = do_div(lba, sdebug_store_sectors);
1865 if (block + num > sdebug_store_sectors)
1866 rest = block + num - sdebug_store_sectors;
1869 fake_storep + (block * scsi_debug_sector_size),
2289 /* Else fetch one logical block */
3208 MODULE_PARM_DESC(opt_blks, "optimal transfer length in block (def=64)");
3210 MODULE_PARM_DESC(physblk_exp, "physical block exponen
[all...]
H A Dhpsa.c733 * bits 1-3 = block fetch table entry
738 * bits 1-3 = block fetch table entry
747 * bits 1-4 = block fetch table entry (note extra bit)
753 * set bit 0 for pull model, bits 3-1 for block fetch
3244 u32 block; local
3255 block = (((u32) cdb[2]) << 8) | cdb[3];
3259 block = (((u32) cdb[2]) << 24) |
3274 cdb[2] = (u8) (block >> 24);
3275 cdb[3] = (u8) (block >> 16);
3276 cdb[4] = (u8) (block >>
[all...]
/drivers/infiniband/hw/mlx4/
H A Dmad.c91 int block, u32 change_bitmap);
269 "block=0x%x, change_bitmap=0x%x\n",
303 int block, u32 change_bitmap)
321 [ix] == i + 32 * block) {
302 __propagate_pkey_ev(struct mlx4_ib_dev *dev, int port_num, int block, u32 change_bitmap) argument
/drivers/ata/
H A Dsata_dwc_460ex.c81 struct dmareg block; /* Block Interrupt */ member in struct:dma_interrupt_regs
167 * This define is used to set block chaining disabled in the control low
425 out_le32(&(host_pvt.sata_dma_regs->interrupt_clear.block.low),
614 * Make sure a LLI block is not created that will span
615 * 8K max FIS boundary. If the block spans such a FIS
/drivers/media/platform/omap3isp/
H A Disppreview.c260 const __u32 *block = cfa->table[order[i]]; local
263 isp_reg_writel(isp, block[j], OMAP3_ISP_IOMEM_PREV,
/drivers/net/usb/
H A Dusbnet.c598 goto block;
613 block:
/drivers/block/
H A Dfloppy.c2 * linux/drivers/block/floppy.c
2228 int block; local
2245 block = current_count_sectors + blk_rq_pos(req);
2246 INFBOUND(DRS->maxblock, block);
2247 if (block > _floppy->sect)
3288 * looking at the boot block */
3764 * This implements "read block 0" for floppy_revalidate().
3780 pr_info("floppy: error %d while reading block 0\n", err);
3831 * the bootblock (block 0). "Autodetection" is also needed to check whether
/drivers/i2c/busses/
H A DKconfig471 This driver supports the i2c block found in Energy Micro's EFM32
647 This driver supports the Philips IP3204 I2C IP block master and/or
/drivers/md/
H A Ddm-log.c666 static int core_in_sync(struct dm_dirty_log *log, region_t region, int block) argument
H A Ddm.c23 #include <trace/events/block.h>
193 * freeze/thaw support require holding onto a super block
668 * The caller must not block between these two functions.
826 * the block layer that I want to make for this. So in the
1875 /* always use block 0 to find the target for flushes for now */
/drivers/net/ethernet/freescale/
H A Dgianfar.h1286 unsigned int block; /* Same block values indicate depended entries */ member in struct:gfar_mask_entry
/drivers/net/wireless/ath/ath5k/
H A Dath5k.h1322 spinlock_t block; /* protects beacon */ member in struct:ath5k_hw
/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c3147 u8 *block,
3159 offset = block[it];
3162 length = block[it+1];
3169 memcpy(&mptr[spot], &block[it+2], length);
3217 "restore eeprom %d: block, reference %d, length %d\n",
3345 "Found block at %x: code=%d ref=%d length=%d major=%d minor=%d\n",
3365 "skipping block with bad checksum\n");
3144 ar9300_uncompress_block(struct ath_hw *ah, u8 *mptr, int mdataSize, u8 *block, int size) argument
/drivers/scsi/bfa/
H A Dbfa_ioc.h161 * Structure used to remember the DMA-able memory block's KVA and Physical
398 * ASIC block configurtion related
623 u8 block; member in struct:bfa_diag_s
936 * asic block configuration related APIs
/drivers/scsi/mpt2sas/
H A Dmpt2sas_base.h265 * @block: device is in SDEV_BLOCK state
311 u8 block; member in struct:MPT2SAS_DEVICE
397 * @block_exponent: X where 2powX is the block sz in bytes
/drivers/gpu/drm/radeon/
H A Dcik.c3331 * @sh_num: sh block to address
5939 char block[5] = { mc_client >> 24, (mc_client >> 16) & 0xff, local
5950 block, mc_client, mc_id);
6554 u32 block, bool enable)
6557 if (block & RADEON_CG_BLOCK_GFX) {
6570 if (block & RADEON_CG_BLOCK_MC) {
6577 if (block & RADEON_CG_BLOCK_SDMA) {
6582 if (block & RADEON_CG_BLOCK_BIF) {
6586 if (block & RADEON_CG_BLOCK_UVD) {
6591 if (block
6553 cik_update_cg(struct radeon_device *rdev, u32 block, bool enable) argument
[all...]
H A Dradeon.h178 /* CG block flags */
799 void radeon_irq_kms_enable_afmt(struct radeon_device *rdev, int block);
800 void radeon_irq_kms_disable_afmt(struct radeon_device *rdev, int block);
/drivers/gpio/
H A DKconfig141 GPIO block.
340 This driver is to support the GPIO block within the APM X-Gene SoC
/drivers/usb/gadget/udc/
H A Dlpc32xx_udc.c691 int block)
697 if (block)
690 isp1301_pullup_enable(struct lpc32xx_udc *udc, int en_pullup, int block) argument
/drivers/dma/ppc4xx/
H A Dadma.c115 * the block size in transactions, then we do not allow to activate more than
145 static void print_cb(struct ppc440spe_adma_chan *chan, void *block) argument
154 cdb = block;
169 cb = block;
681 * ppc440spe_desc_set_rxor_block_size - set RXOR block size
2352 /* can do; set block size right now */
3302 "DMA2 RXOR command block.\n");
/drivers/isdn/hardware/mISDN/
H A Dhfcmulti.c2644 fifo_irq(struct hfc_multi *hc, int block) argument
2651 r_irq_fifo_bl = HFC_inb_nodebug(hc, R_IRQ_FIFO_BL0 + block);
2654 ch = (block << 2) + (j >> 1);
/drivers/media/i2c/
H A Dadv7604.c413 data.block[0] = length;
414 memcpy(data.block + 1, values, length);
597 v4l2_dbg(2, debug, sd, "%s: write EDID block (%d byte)\n", __func__, len);
1614 * The STDI block may measure wrong values, especially
1616 * valid timing, the STDI block is restarted to measure
2454 io_write(sd, 0x0b, 0x44); /* Power down ESDP block */
H A Dadv7842.c319 data.block[0] = length;
320 memcpy(data.block + 1, values, length);
668 * i.e. 1 extension block and CEA revision 3.
1283 /* status from SDP block */
1291 /* status from CP block */
1440 /* SDP block */
1507 * The STDI block may measure wrong values, especially
1509 * valid timing, the STDI block is restarted to measure
1900 /* SPD block */
2271 /* SDP (Standard definition processor) block */
[all...]

Completed in 1656 milliseconds

12345678910