Searched refs:wide (Results 26 - 32 of 32) sorted by relevance

12

/linux-master/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-hw.c30 bool wide; /* Wide (>MAX_SRC_WIDTH) */ member in struct:bdisp_op_cfg
669 c->wide = src->width > MAX_SRC_WIDTH;
/linux-master/drivers/scsi/
H A Ddc395x.c1278 u8 wide = ((dcb->dev_mode & NTC_DO_WIDE_NEGO) & local
1288 srb->msg_count += spi_populate_width_msg(ptr, wide);
2395 * scattered over the wide disk, the driver
2655 u8 wide = (dcb->dev_mode & NTC_DO_WIDE_NEGO local
2659 if (srb->msgin_buf[3] > wide)
2660 srb->msgin_buf[3] = wide;
2734 /* A wide nego message was rejected ! */
2761 /* Discard wide residual */
3052 DC395x_write8(acb, TRM_S1040_SCSI_SYNC, dcb->sync_period); /* sync period, wide */
H A Datp870u.c171 * Remap wide devices onto id numbers
218 * Flip wide
337 * Remap wide identifiers
368 /* Remap wide */
414 * Is this a wide device
526 * Take it back wide
848 * Flip the wide bits
1782 static unsigned char wide[6] = { 0x80, 1, 2, 3, 1, 0 }; local
2081 atp_writeb_io(dev, c, 0x19, wide[j++]);
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_execbuffer.c1399 bool wide = eb->reloc_cache.use_64bit_reloc; local
1413 if (wide) {
1416 wide = false;
/linux-master/drivers/hid/
H A Dhid-multitouch.c1084 int wide = (*slot->w > *slot->h); local
1087 int orientation = wide;
/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c2366 u_int *offset, int wide, role_t role)
2376 if (wide)
2587 * Update the user/goal/curr tables of wide negotiation
2986 * Force async with a WDTR message if we have a wide bus,
3051 * Build a wide negotiation message in our message
3758 * After a wide message, we are async, but
3830 * only available if we are negotiating wide.
4129 * Process an ingnore wide residue message.
4225 * to handle this mid-transfer ignore wide
2363 ahc_validate_offset(struct ahc_softc *ahc, struct ahc_initiator_tinfo *tinfo, const struct ahc_syncrate *syncrate, u_int *offset, int wide, role_t role) argument
H A Daic79xx_core.c3753 u_int period, u_int *offset, int wide,
3993 * Update the user/goal/curr tables of wide negotiation
4534 * Force async with a WDTR message if we have a wide bus,
4598 * Build a wide negotiateion message in our message
5259 * After a wide message, we are async, but
5329 * are negotiating wide.
5652 * Process an ingnore wide residue message.
5781 * to handle this mid-transfer ignore wide
7911 * Each entry is 2 bytes wide, hence the
3751 ahd_validate_offset(struct ahd_softc *ahd, struct ahd_initiator_tinfo *tinfo, u_int period, u_int *offset, int wide, role_t role) argument

Completed in 448 milliseconds

12