Home
last modified time | relevance | path

Searched refs:GEN (Results 1 – 9 of 9) sorted by relevance

/drivers/gpu/drm/i915/
Di915_pci.c34 #define GEN(x) \ macro
158 GEN(2), \
180 GEN(2), \
222 GEN(3), \
312 GEN(4), \
365 GEN(5), \
395 GEN(6), \
447 GEN(7), \
510 GEN(7),
570 GEN(8), \
[all …]
/drivers/gpio/
Dgpio-sch.c21 #define GEN 0x00 macro
340 sch_gpio_reg_set(sch, 8, GEN, 1); in sch_gpio_probe()
341 sch_gpio_reg_set(sch, 9, GEN, 1); in sch_gpio_probe()
346 sch_gpio_reg_set(sch, 13, GEN, 1); in sch_gpio_probe()
/drivers/eisa/
DMakefile17 quiet_cmd_eisaid = GEN $@
/drivers/phy/
DKconfig61 interface to interact with USB GEN-II and USB 3.x PHY that is part
/drivers/scsi/
DMakefile192 quiet_cmd_bflags = GEN $@
Dncr53c8xx.h769 #define GEN 0x0200/* sta: timeout (general) */ macro
Dncr53c8xx.c5784 if (!(sist & (STO|GEN|HTH|SGE|UDC|RST)) && in ncr_exception()
7704 while (!(INW(nc_sist) & GEN) && ms++ < 100000) {
/drivers/scsi/sym53c8xx_2/
Dsym_defs.h246 #define GEN 0x0200/* sta: timeout (general) */ macro
Dsym_hipd.c319 OUTW(np, nc_sien, GEN); in getfreq()
325 while (!(INW(np, nc_sist) & GEN) && ms++ < 100000) in getfreq()
2891 if (!(sist & (STO|GEN|HTH|SGE|UDC|SBMC|RST)) &&
2921 if (!(sist & (GEN|HTH|SGE)) &&
2939 if ((sist & (GEN|HTH|SGE)) ||