Home
last modified time | relevance | path

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

12345678910>>...14

/linux/drivers/i2c/busses/
H A Di2c-acorn.c33 u_int ones = force_ones; in ioc_setscl() local
36 ones |= SCL; in ioc_setscl()
38 ones &= ~SCL; in ioc_setscl()
40 force_ones = ones; in ioc_setscl()
42 ioc_writeb(ioc_control | ones, IOC_CONTROL); in ioc_setscl()
48 u_int ones = force_ones; in ioc_setsda() local
51 ones |= SDA; in ioc_setsda()
53 ones &= ~SDA; in ioc_setsda()
55 force_ones = ones; in ioc_setsda()
57 ioc_writeb(ioc_control | ones, IOC_CONTROL); in ioc_setsda()
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-address.h122 uint64_t ones:33; member
183 uint64_t ones:49; member
195 uint64_t ones:49; member
220 uint64_t ones:33; member
256 uint64_t ones:49; member
264 uint64_t ones:49; member
/linux/drivers/mmc/host/
H A Dmmc_spi.c128 void *ones; member
539 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
550 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
573 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
1149 void *ones; in mmc_spi_probe() local
1187 if (!ones) in mmc_spi_probe()
1189 memset(ones, 0xff, MMC_SPI_BLOCKSIZE); in mmc_spi_probe()
1218 host->ones = ones; in mmc_spi_probe()
1247 host->status.tx_buf = host->ones; in mmc_spi_probe()
1310 kfree(ones); in mmc_spi_probe()
[all …]
/linux/Documentation/networking/
H A Dx25.rst10 Linux. There are two sorts of X.25 cards available, intelligent ones that
11 implement LAPB on the card itself, and unintelligent ones that simply do
19 unintelligent X.25 card drivers and not by intelligent ones, this would
H A Dchecksum-offloads.rst32 In brief, it allows to request the device fill in a single ones-complement
34 The device should compute the 16-bit ones-complement checksum (i.e. the
87 The ones-complement sum of a correctly checksummed TCP or UDP packet is equal
92 More generally, this holds in any case where the 'IP-style' ones complement
96 know that after the device has filled in that checksum, the ones complement sum
/linux/Documentation/fb/
H A Dviafb.rst259 runtime. One can add new devices, remove existing ones or switch
264 to the already existing ones, '-' removes the listed devices from the
265 existing ones and if no prefix is given it replaces all existing ones
266 with the listed ones. If you remove devices they are expected to turn
/linux/Documentation/userspace-api/media/v4l/
H A Dplanar-apis.rst44 together with non-multi-planar ones for devices that handle both
52 FourCC codes from the existing single-planar ones.
/linux/drivers/media/pci/solo6x10/
H A DKconfig14 compression capture cards and other Softlogic-based ones.
/linux/net/mac802154/
H A DKconfig13 networking stack for SoftMAC devices (the ones implementing
/linux/drivers/staging/rtl8723bs/
H A DTODO5 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
/linux/drivers/pinctrl/
H A Dpinctrl-cy8c95x0.c1074 DECLARE_BITMAP(ones, MAX_LINE); in cy8c95x0_irq_bus_sync_unlock()
1078 bitmap_fill(ones, MAX_LINE); in cy8c95x0_irq_bus_sync_unlock()
1080 cy8c95x0_write_regs_mask(chip, CY8C95X0_INTMASK, chip->irq_mask, ones); in cy8c95x0_irq_bus_sync_unlock()
1088 cy8c95x0_write_regs_mask(chip, CY8C95X0_DIRECTION, ones, irq_mask); in cy8c95x0_irq_bus_sync_unlock()
1151 DECLARE_BITMAP(ones, MAX_LINE); in cy8c95x0_irq_pending()
1156 bitmap_fill(ones, MAX_LINE); in cy8c95x0_irq_pending()
1159 if (cy8c95x0_read_regs_mask(chip, CY8C95X0_INTSTATUS, trigger, ones)) in cy8c95x0_irq_pending()
/linux/Documentation/devicetree/bindings/
H A Dsubmitting-patches.rst70 which ones to review and which ones are ok to let go.
/linux/Documentation/devicetree/bindings/display/connector/
H A Danalog-tv-connector.yaml22 Limit the supported TV standards on a connector to the given ones. If
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dsocionext,synquacer-exiu.yaml31 description: The SPI number of the first SPI of the 32 adjacent ones the
H A Dintel,ixp4xx-interrupt.yaml21 families were the only ones to reach the developer and consumer
/linux/Documentation/devicetree/bindings/clock/
H A Dartpec6.txt24 ones are the audio reference clock ("i2s_refclk") and the audio fractional
H A Dmediatek,mtmips-sysc.yaml15 and reset related ones so this node is both clock and reset provider
/linux/Documentation/devicetree/bindings/net/
H A Dallwinner,sun4i-a10-mdio.yaml16 # Select every compatible, including the deprecated ones. This way, we
/linux/Documentation/livepatch/
H A Dcumulative-patches.rst8 from any newer livepatch must be done on top of the older ones.
84 older ones. The old livepatches might not provide the necessary callbacks.
/linux/Documentation/locking/
H A Dspinlocks.rst100 The single spin-lock primitives above are by no means the only ones. They
101 are the most safe ones, and the ones that work under all circumstances,
/linux/Documentation/devicetree/bindings/spmi/
H A Dspmi.yaml20 Each SPMI controller has zero or more child nodes (up to 16 ones), each
/linux/Documentation/arch/x86/x86_64/
H A Dmachinecheck.rst9 (often with panic), corrected ones cause a machine check log entry.
/linux/Documentation/devicetree/bindings/mmc/
H A Dcavium-mmc.txt6 Supported maximum speeds are the ones of the eMMC standard 4.41 as well
/linux/drivers/staging/ks7010/
H A DTODO29 custom ones here
/linux/Documentation/devicetree/bindings/gpio/
H A Dbrcm,bcm63xx-gpio.yaml17 are the only ones which don't need a pinctrl driver.

12345678910>>...14