Searched refs:GEN (Results 1 – 9 of 9) sorted by relevance
/drivers/gpu/drm/i915/ |
D | i915_pci.c | 34 #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/ |
D | gpio-sch.c | 21 #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/ |
D | Makefile | 17 quiet_cmd_eisaid = GEN $@
|
/drivers/phy/ |
D | Kconfig | 61 interface to interact with USB GEN-II and USB 3.x PHY that is part
|
/drivers/scsi/ |
D | Makefile | 192 quiet_cmd_bflags = GEN $@
|
D | ncr53c8xx.h | 769 #define GEN 0x0200/* sta: timeout (general) */ macro
|
D | ncr53c8xx.c | 5784 if (!(sist & (STO|GEN|HTH|SGE|UDC|RST)) && in ncr_exception() 7704 while (!(INW(nc_sist) & GEN) && ms++ < 100000) {
|
/drivers/scsi/sym53c8xx_2/ |
D | sym_defs.h | 246 #define GEN 0x0200/* sta: timeout (general) */ macro
|
D | sym_hipd.c | 319 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)) ||
|