Searched refs:NORMAL (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/net/wan/
H A Dslic_ds26522.h122 NORMAL = 0, enumerator in enum:tdm_trans_mode
/linux-master/drivers/target/iscsi/
H A Discsi_target_parameters.h142 #define INITIAL_SESSIONTYPE NORMAL
164 #define NORMAL "Normal" macro
H A Discsi_target_parameters.c901 if (strcmp(value, DISCOVERY) && strcmp(value, NORMAL)) {
904 DISCOVERY, NORMAL);
1299 if (!strcmp(param->value, NORMAL))
H A Discsi_target_login.c150 sessiontype = (strncmp(sessiontype_param->value, NORMAL, 6)) ? 1 : 0;
/linux-master/drivers/gpio/
H A Dgpio-nomadik.c87 NORMAL, enumerator in enum:nmk_gpio_irq_type
100 if (which == NORMAL) {
161 __nmk_gpio_irq_modify(nmk_chip, d->hwirq, NORMAL, enable);
235 __nmk_gpio_irq_modify(nmk_chip, d->hwirq, NORMAL, false);
249 __nmk_gpio_irq_modify(nmk_chip, d->hwirq, NORMAL, true);
/linux-master/arch/arm/mm/
H A Ddma-mapping.c59 #define NORMAL 0 macro
212 * so we must pass NORMAL for coherent_flag.
216 &page, atomic_pool_init, true, NORMAL,
338 page = __dma_alloc_buffer(dev, size, gfp, NORMAL);
549 .coherent_flag = is_coherent ? COHERENT : NORMAL,
1081 int coherent_flag = dev->dma_coherent ? COHERENT : NORMAL;
1146 int coherent_flag = dev->dma_coherent ? COHERENT : NORMAL;
/linux-master/drivers/video/fbdev/
H A Ddnfb.c54 #define NORMAL 0x80 /* 1xxx.xxxx */ /* What is happening here ?? */ macro
/linux-master/drivers/gpu/drm/i2c/
H A Dch7006_drv.c194 bitfs(CH7006_POWER_LEVEL, NORMAL));
H A Dch7006_mode.c312 *power |= bitfs(CH7006_POWER_LEVEL, NORMAL) |
/linux-master/arch/arm64/kvm/hyp/
H A Dpgtable.c738 attr = KVM_S2_MEMATTR(pgt, NORMAL);
917 return memattr == KVM_S2_MEMATTR(pgt, NORMAL);
/linux-master/arch/m68k/fpsp040/
H A Dsetox.S562 beqs NORMAL
565 NORMAL: label
/linux-master/drivers/infiniband/hw/cxgb4/
H A Ddevice.c467 static char *db_state_str[] = {"NORMAL", "FLOW_CONTROL", "RECOVERY", "STOPPED"};
1322 ctx->dev->db_state = NORMAL;
1350 if (ctx->dev->db_state != NORMAL)
H A Diw_cxgb4.h308 NORMAL = 0, enumerator in enum:db_state
H A Dqp.c918 if (qhp->rhp->db_state == NORMAL)
935 if (qhp->rhp->db_state == NORMAL)
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S7197 beq.b NORMAL
7200 NORMAL: label
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c7201 CASE_BTC_INIT(NORMAL);

Completed in 275 milliseconds