Searched refs:EZ (Results 1 - 26 of 26) sorted by relevance

/linux-4.4.14/drivers/ide/
H A Dide-timings.c107 #define EZ(v, unit) ((v) ? ENOUGH(v, unit) : 0) macro
112 q->setup = EZ(t->setup * 1000, T); ide_timing_quantize()
113 q->act8b = EZ(t->act8b * 1000, T); ide_timing_quantize()
114 q->rec8b = EZ(t->rec8b * 1000, T); ide_timing_quantize()
115 q->cyc8b = EZ(t->cyc8b * 1000, T); ide_timing_quantize()
116 q->active = EZ(t->active * 1000, T); ide_timing_quantize()
117 q->recover = EZ(t->recover * 1000, T); ide_timing_quantize()
118 q->cycle = EZ(t->cycle * 1000, T); ide_timing_quantize()
119 q->udma = EZ(t->udma * 1000, UT); ide_timing_quantize()
/linux-4.4.14/drivers/usb/misc/
H A Demi26.c29 #define CPUCS_REG 0x7F92 /* EZ-USB Control and Status Register. Bit 0 controls 8051 reset */
113 /* 1. We need to put the loader for the FPGA into the EZ-USB */ emi26_load_firmware()
153 /* 3. We need to put the loader for the firmware into the EZ-USB (again...) */ emi26_load_firmware()
169 /* 4. We put the part of the firmware that lies in the external RAM into the EZ-USB */ emi26_load_firmware()
H A Demi62.c38 #define CPUCS_REG 0x7F92 /* EZ-USB Control and Status Register. Bit 0 controls 8051 reset */
120 /* 1. We need to put the loader for the FPGA into the EZ-USB */ emi62_load_firmware()
160 /* 3. We need to put the loader for the firmware into the EZ-USB (again...) */ emi62_load_firmware()
176 /* 4. We put the part of the firmware that lies in the external RAM into the EZ-USB */ emi62_load_firmware()
H A Dezusb.c2 * EZ-USB specific functions used by some of the USB to Serial drivers.
20 /* EZ-USB Control and Status Register. Bit 0 controls 8051 reset */
H A Dusbtest.c2710 * into EZ-USB chips. There's a default vendor ID which can be overridden
2719 .name = "EZ-USB device",
2796 /* EZ-USB devices which download firmware to replace (or in our
2800 /* generic EZ-USB FX controller */
2805 /* CY3671 development board with EZ-USB FX */
2810 /* generic EZ-USB FX2 controller (or development board) */
2836 /* Keyspan 19qi uses an21xx (original EZ-USB) */
/linux-4.4.14/tools/usb/
H A Dtestusb.c180 /* devices that start up using the EZ-USB default device and testdev_ifnum()
190 /* generic EZ-USB FX controller */ testdev_ifnum()
194 /* generic EZ-USB FX2 controller */ testdev_ifnum()
198 /* CY3671 development board with EZ-USB FX */ testdev_ifnum()
202 /* Keyspan 19Qi uses an21xx (original EZ-USB) */ testdev_ifnum()
/linux-4.4.14/drivers/media/usb/go7007/
H A Dgo7007-usb.c37 /* #define GO7007_I2C_DEBUG */ /* for debugging the EZ-USB I2C adapter */
44 * Pipes on EZ-USB interface:
628 /********************* Driver for EZ-USB HPI interface *********************/
662 /* Reset buffer in EZ-USB */ go7007_usb_interface_reset()
663 pr_debug("resetting EZ-USB buffers\n"); go7007_usb_interface_reset()
955 /********************* Driver for EZ-USB I2C adapter *********************/
1042 .name = "WIS GO7007SB EZ-USB",
1167 /* Register the EZ-USB I2C adapter, if we're using it */ go7007_usb_probe()
1255 * to the EZ-USB GPIO output pins */ go7007_usb_probe()
/linux-4.4.14/arch/powerpc/include/asm/
H A Ddcr-regs.h71 /* SDR for 405EZ */
/linux-4.4.14/arch/powerpc/boot/
H A Dcuboot-acadia.c115 * 405EZ. We get to calculate it, yay! get_clocks()
/linux-4.4.14/drivers/staging/comedi/drivers/
H A Ddt2801.c8 Description: Data Translation DT2801 series and DT01-EZ
12 DT2805, DT2805/5716A, DT2808, DT2818, DT2809, DT01-EZ
H A Ddt282x.c21 * Description: Data Translation DT2821 series (including DT-EZ)
27 * DT2828 (dt2828), DT2928 (dt2829), DT21-EZ (dt21-ez), DT23-EZ (dt23-ez),
28 * DT24-EZ (dt24-ez), DT24-EZ-PGL (dt24-ez-pgl)
/linux-4.4.14/drivers/block/paride/
H A Depat.c8 SyQuest EZ drives, the Avatar Shark and the Imation SuperDisk.
/linux-4.4.14/arch/blackfin/include/asm/
H A Dmem_init.h95 * The BF526-EZ-Board changed SDRAM chips between revisions,
/linux-4.4.14/drivers/usb/musb/
H A Dblackfin.c427 * Rev 1.0 BF549 EZ-KITs require PE7 to be high for both DEVICE bfin_musb_init()
/linux-4.4.14/drivers/net/ethernet/ezchip/
H A Dnps_enet.c566 /* The EZ NET specific entries in the device structure. */ nps_enet_probe()
/linux-4.4.14/arch/blackfin/mach-bf527/boards/
H A Dtll6527m.c34 /* TLL6527M uses TLL7UIQ35 / ADI LCD EZ Extender. AD7879 AUX GPIO is used for
/linux-4.4.14/drivers/ata/
H A Dlibata-core.c2943 #define EZ(v, unit) ((v)?ENOUGH(v, unit):0) macro
2947 q->setup = EZ(t->setup * 1000, T); ata_timing_quantize()
2948 q->act8b = EZ(t->act8b * 1000, T); ata_timing_quantize()
2949 q->rec8b = EZ(t->rec8b * 1000, T); ata_timing_quantize()
2950 q->cyc8b = EZ(t->cyc8b * 1000, T); ata_timing_quantize()
2951 q->active = EZ(t->active * 1000, T); ata_timing_quantize()
2952 q->recover = EZ(t->recover * 1000, T); ata_timing_quantize()
2953 q->dmack_hold = EZ(t->dmack_hold * 1000, T); ata_timing_quantize()
2954 q->cycle = EZ(t->cycle * 1000, T); ata_timing_quantize()
2955 q->udma = EZ(t->udma * 1000, UT); ata_timing_quantize()
/linux-4.4.14/drivers/net/ethernet/ibm/emac/
H A Dmal.c582 printk(KERN_ERR "%s: Support for 405EZ not enabled!\n", mal_probe()
/linux-4.4.14/include/linux/
H A Dgenhd.h49 EZD_PARTITION = 0x55, /* EZ-DRIVE */
/linux-4.4.14/arch/powerpc/kernel/
H A Dcputable.c1533 /* 405EZ */
1536 .cpu_name = "405EZ",
/linux-4.4.14/sound/usb/
H A Dquirks-table.h283 YAMAHA_DEVICE(0x101f, "EZ-J24"),
284 YAMAHA_DEVICE(0x1020, "EZ-250i"),
/linux-4.4.14/drivers/media/rc/
H A Dredrat3.c102 /* Clock freq. of EZ-USB chip */
H A Dimon.c399 /* Antec Veris Multimedia Station EZ External (IR only) */
/linux-4.4.14/drivers/media/pci/bt8xx/
H A Dbttv-cards.c278 { 0x18511851, BTTV_BOARD_FLYVIDEO98EZ, "FlyVideo 98EZ (LR51)/ CyberMail AV" },
601 .name = "Lifeview FlyVideo II EZ /FlyKit LR38 Bt848 (capture only)",
1451 .name = "Lifeview FlyVideo 98EZ (capture only) LR51",
/linux-4.4.14/drivers/net/wireless/
H A Dat76c50x-usb.c151 /* EZ connect 11Mpbs Wireless USB Adapter SMC2662W v1 */
/linux-4.4.14/drivers/mtd/nand/
H A Dnand_base.c673 /* EZ-NAND can take upto 250ms as per ONFi v4.0 */ nand_command()
770 /* EZ-NAND can take upto 250ms as per ONFi v4.0 */ nand_command_lp()

Completed in 1024 milliseconds