Home
last modified time | relevance | path

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

12

/drivers/i2c/busses/
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()
/drivers/mmc/host/
A Dmmc_spi.c128 void *ones; member
536 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
547 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
570 t->tx_buf = host->ones; in mmc_spi_setup_data_message()
1146 void *ones; in mmc_spi_probe() local
1184 if (!ones) in mmc_spi_probe()
1186 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()
1309 kfree(ones); in mmc_spi_probe()
[all …]
/drivers/pinctrl/
A Dpinctrl-cy8c95x0.c994 DECLARE_BITMAP(ones, MAX_LINE); in cy8c95x0_irq_bus_sync_unlock()
998 bitmap_fill(ones, MAX_LINE); in cy8c95x0_irq_bus_sync_unlock()
1000 cy8c95x0_write_regs_mask(chip, CY8C95X0_INTMASK, chip->irq_mask, ones); in cy8c95x0_irq_bus_sync_unlock()
1008 cy8c95x0_write_regs_mask(chip, CY8C95X0_DIRECTION, ones, irq_mask); in cy8c95x0_irq_bus_sync_unlock()
1071 DECLARE_BITMAP(ones, MAX_LINE); in cy8c95x0_irq_pending()
1076 bitmap_fill(ones, MAX_LINE); in cy8c95x0_irq_pending()
1079 if (cy8c95x0_read_regs_mask(chip, CY8C95X0_INTSTATUS, trigger, ones)) in cy8c95x0_irq_pending()
/drivers/staging/rtl8723bs/
A DTODO5 - checkpatch.pl fixes - most of the remaining ones are lines too long. Many
/drivers/media/pci/solo6x10/
A DKconfig14 compression capture cards and other Softlogic-based ones.
/drivers/staging/vc04_services/interface/
A DTODO4 some of the ones we want:
/drivers/media/usb/cx231xx/
A DKconfig27 ones used with ISDB-T boards.
/drivers/staging/media/
A DKconfig11 the existing ones.
/drivers/net/ethernet/freescale/
A Dfec_mpc52xx.h85 u32 ones; /* FEC + 0x110 */ member
/drivers/firmware/arm_scmi/transports/
A DKconfig105 the ones implemented by kvmtool) and let the core Kernel VirtIO layer
/drivers/cpuidle/
A DKconfig.arm32 only the idle states defined per CPU are available, but not the ones
/drivers/gpio/
A DTODO187 remove the old ones and finally rename the new ones back to the old names.
/drivers/misc/eeprom/
A DKconfig16 ones like at24c64, 24lc02 or fm24c04:
/drivers/net/ethernet/sfc/
A Dmae.c571 bool ones = true; /* All bits seen so far are ones */ in classify_mask() local
576 if (ones) { in classify_mask()
583 ones = false; in classify_mask()
587 if (ones) in classify_mask()
/drivers/tty/vt/
A Dcp437.uni5 # graphs probably should be replaced with double-line ones, accented
/drivers/usb/gadget/udc/
A DKconfig21 # before discrete ones so they will be the initial/default value:
24 # - discrete ones (including all PCI-only controllers)
/drivers/media/
A DKconfig145 can be useful on debug ones. This option enables several dummy drivers
/drivers/mtd/parsers/
A DKconfig82 finding currently used one and backup ones.
/drivers/auxdisplay/
A DKconfig175 and is the case for most parallel LCDs. Other LCDs, and some serial ones,
221 (SDA/SCL), while parallel ones use 2 or 3 wires for the control signals
/drivers/net/can/
A DKconfig17 virtual ones. If you own such devices or plan to use the virtual CAN
/drivers/platform/x86/lenovo/
A DKconfig148 the ones on the dock stations.
/drivers/gpu/drm/i915/display/
A Dintel_hdcp.c186 int i, ones = 0; in intel_hdcp_is_ksv_valid() local
189 ones += hweight8(ksv[i]); in intel_hdcp_is_ksv_valid()
190 if (ones != 20) in intel_hdcp_is_ksv_valid()
/drivers/net/phy/
A DKconfig39 logical-or of all the link speed ones.
/drivers/cpufreq/
A DKconfig.x86113 entry in addition to the new boost ones, for compatibility reasons.
/drivers/gpu/drm/bridge/
A Dite-it6505.c2063 int i, ones = 0; in it6505_hdcp_is_ksv_valid() local
2067 ones += hweight8(ksv[i]); in it6505_hdcp_is_ksv_valid()
2068 if (ones != 20) in it6505_hdcp_is_ksv_valid()

Completed in 57 milliseconds

12