Home
last modified time | relevance | path

Searched refs:ones (Results 1 – 25 of 161) sorted by relevance

1234567

/linux-2.6.39/drivers/i2c/busses/
Di2c-acorn.c39 u_int ones = force_ones; in ioc_setscl() local
42 ones |= SCL; in ioc_setscl()
44 ones &= ~SCL; in ioc_setscl()
46 force_ones = ones; in ioc_setscl()
48 ioc_writeb(ioc_control | ones, IOC_CONTROL); in ioc_setscl()
54 u_int ones = force_ones; in ioc_setsda() local
57 ones |= SDA; in ioc_setsda()
59 ones &= ~SDA; in ioc_setsda()
61 force_ones = ones; in ioc_setsda()
63 ioc_writeb(ioc_control | ones, IOC_CONTROL); in ioc_setsda()
/linux-2.6.39/drivers/isdn/gigaset/
Disocdata.c355 int ones) in hdlc_bitstuff_byte() argument
365 stuff = stufftab[256 * ones + cin]; in hdlc_bitstuff_byte()
400 int ones; in hdlc_buildframe() local
416 ones = 0; in hdlc_buildframe()
419 ones = hdlc_bitstuff_byte(iwb, c, ones); in hdlc_buildframe()
426 ones = hdlc_bitstuff_byte(iwb, fcs & 0x00ff, ones); in hdlc_buildframe()
427 ones = hdlc_bitstuff_byte(iwb, (fcs >> 8) & 0x00ff, ones); in hdlc_buildframe()
/linux-2.6.39/drivers/staging/octeon/
Dcvmx-address.h121 uint64_t ones:33; member
182 uint64_t ones:49; member
194 uint64_t ones:49; member
/linux-2.6.39/drivers/mmc/host/
Dmmc_spi.c151 void *ones; member
607 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
621 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
649 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
1322 void *ones; in mmc_spi_probe() local
1358 ones = kmalloc(MMC_SPI_BLOCKSIZE, GFP_KERNEL); in mmc_spi_probe()
1359 if (!ones) in mmc_spi_probe()
1361 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1390 host->ones = ones; in mmc_spi_probe()
1419 host->ones_dma = dma_map_single(dev, ones, in mmc_spi_probe()
[all …]
/linux-2.6.39/Documentation/networking/
Dx25.txt6 Linux. There are two sorts of X.25 cards available, intelligent ones that
7 implement LAPB on the card itself, and unintelligent ones that simply do
15 unintelligent X.25 card drivers and not by intelligent ones, this would
Dtcp.txt42 simplest ones are derived from TCP reno (highspeed, scalable) and just
44 ones like BIC try to look at other events to provide better
/linux-2.6.39/Documentation/fb/
Dviafb.txt227 runtime. One can add new devices, remove existing ones or switch
232 to the already existing ones, '-' removes the listed devices from the
233 existing ones and if no prefix is given it replaces all existing ones
234 with the listed ones. If you remove devices they are expected to turn
/linux-2.6.39/Documentation/watchdog/
D00-INDEX13 the ones that have driver-specific files here)
/linux-2.6.39/arch/mips/dec/
Dint-handler.S137 and t0,t1 # isolate allowed ones
191 1: and t0,t1 # mask out allowed ones
/linux-2.6.39/drivers/media/video/cx231xx/
DKconfig26 ones used with ISDB-T boards.
/linux-2.6.39/Documentation/power/
Dpower_supply_class.txt96 these ones should be used if hardware could only guess (measure and
149 The attributes available currently are the ones currently provided by the
157 this attribute to standard ones?
/linux-2.6.39/Documentation/
Dspinlocks.txt121 The single spin-lock primitives above are by no means the only ones. They
122 are the most safe ones, and the ones that work under all circumstances,
/linux-2.6.39/Documentation/s390/
D3270.ChangeLog5 ESC sequences (especially coloring ones) and the strings
/linux-2.6.39/fs/sysv/
DKconfig18 PDP ones will have to wait until somebody ports Linux to -11 ;-)
/linux-2.6.39/Documentation/sound/oss/
DPSS37 genmidi.ld on newer DOS driver install disks and synth.ld on older ones.
/linux-2.6.39/drivers/staging/iio/
DTODO19 converting to useful light measurements from device ones.
/linux-2.6.39/arch/cris/arch-v10/lib/
Dchecksum.S25 ;; only r0 - r8 have to be saved, the other ones are clobber-able
Dchecksumcopy.S29 ;; only r0 - r8 have to be saved, the other ones are clobber-able
/linux-2.6.39/net/xfrm/
DKconfig59 PF_KEYv2 socket family, compatible to KAME ones.
/linux-2.6.39/Documentation/block/
Dqueue-sysfs.txt7 These files are the ones found in the /sys/block/xxx/queue/ directory.
/linux-2.6.39/Documentation/arm/pxa/
Dmfp.txt94 PXA310 supporting some additional ones), thus the difference is actually
281 ones and the low power mode ones, to allow different settings.
/linux-2.6.39/drivers/net/
Dfec_mpc52xx.h85 u32 ones; /* FEC + 0x110 */ member
/linux-2.6.39/Documentation/scsi/
Dscsi.txt34 The lower level drivers are the ones that support the individual cards that
/linux-2.6.39/Documentation/arm/
Dmem_alignment7 ones.
/linux-2.6.39/drivers/misc/eeprom/
DKconfig10 vendor-specific ones like at24c64 or 24lc02:

1234567