Searched refs:inverted (Results 1 – 12 of 12) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | promcon.c | 38 #define inverted(s) ((((s) & 0x7700) == 0x0700) ? 0 : 1) macro 40 #define inverted(s) (((s) & 0x0800) ? 1 : 0) macro 61 if (inverted(cs) && inverted(ct)) in promcon_start() 64 else if (inverted(cs)) in promcon_start() 67 else if (inverted(ct)) in promcon_start() 74 if (inverted(cs)) in promcon_start() 95 if (inverted(cs) && inverted(ct)) in promcon_end() 97 else if (inverted(cs)) in promcon_end() 99 else if (inverted(ct)) in promcon_end() 106 if (inverted(cs)) in promcon_end() [all …]
|
/linux-2.4.37.9/arch/i386/math-emu/ |
D | poly_atan.c | 58 u_char transformed, inverted, in poly_atan() local 94 inverted = 1; in poly_atan() 101 inverted = 0; in poly_atan() 200 if ( inverted ) in poly_atan()
|
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | 8253xini.c | 387 pptr->dsr.inverted=1; in CreateESCC2Port() 389 pptr->dtr.inverted=1; in CreateESCC2Port() 391 pptr->txclkdir.inverted=1; in CreateESCC2Port() 398 pptr->dcd.inverted = 1; in CreateESCC2Port() 405 pptr->cts.inverted = 0; in CreateESCC2Port() 412 pptr->rts.inverted = 1; in CreateESCC2Port() 593 pptr->dsr.inverted = 1; in CreateESCC8Port() 601 pptr->txclkdir.inverted = 1; in CreateESCC8Port() 605 pptr->dtr.inverted = 1; in CreateESCC8Port() 613 pptr->dcd.inverted = 1; in CreateESCC8Port() [all …]
|
D | 8253x.h | 276 unsigned char inverted; /* interpret the results as inverted */ member 842 if((xx)->y.inverted)\ 856 if((xx)->y.inverted)\ 866 ((xx)->y.inverted != (((xx)->readbyte((xx),(xx)->y.reg)&(xx)->y.mask) ==(xx)->y.mask) )
|
D | 8253xint.c | 284 if(port->dsr.inverted) in sab82538_interrupt()
|
D | sab8253xds.txt | 2876 if((xx)->y.inverted)\ 2904 if((xx)->y.inverted)\ 2924 ((xx)->y.inverted != 2929 The inverted, cnst, and mask fields of the modem signal structure (y) 3927 if(port->dsr.inverted)
|
/linux-2.4.37.9/arch/cris/drivers/ |
D | sync_serial.c | 366 IO_STATE(R_SYNC_SERIAL1_CTRL, status_polarity, inverted)| in initialize_port() 634 SETS(port->ctrl_data_shadow, R_SYNC_SERIAL1_CTRL, frame_polarity, inverted); in sync_serial_ioctl() 639 SETS(port->ctrl_data_shadow, R_SYNC_SERIAL1_CTRL, status_polarity, inverted); in sync_serial_ioctl() 645 SETS(port->ctrl_data_shadow, R_SYNC_SERIAL1_CTRL, clk_driver, inverted); in sync_serial_ioctl() 650 SETS(port->ctrl_data_shadow, R_SYNC_SERIAL1_CTRL, frame_driver, inverted); in sync_serial_ioctl() 655 SETS(port->ctrl_data_shadow, R_SYNC_SERIAL1_CTRL, status_driver, inverted); in sync_serial_ioctl() 666 SETS(port->ctrl_data_shadow, R_SYNC_SERIAL1_CTRL, frame_polarity, inverted); in sync_serial_ioctl() 672 SETS(port->ctrl_data_shadow, R_SYNC_SERIAL1_CTRL, frame_driver, inverted); in sync_serial_ioctl() 673 SETS(port->ctrl_data_shadow, R_SYNC_SERIAL1_CTRL, clk_driver, inverted); in sync_serial_ioctl()
|
/linux-2.4.37.9/Documentation/sound/ |
D | cs46xx | 53 note that the AC97 EAPD bit is inverted logic (amp_voyetra()). 131 card has inverted logic, so there is a special function for these cards.
|
/linux-2.4.37.9/Documentation/ |
D | floppy.txt | 69 inverted convention for the disk change line.
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | hpfs.txt | 17 attributes. Mode is inverted umask - for example umask 027 gives owner
|
/linux-2.4.37.9/Documentation/m68k/ |
D | kernel-options.txt | 440 'i': inverted colors, i.e. 0=black, 1=white 753 Use inverted display (black on white). Functionally the same as the
|
/linux-2.4.37.9/Documentation/filesystems/devfs/ |
D | ChangeLog | 1639 - Fixed handling of inverted options in <devfs_setup>
|