[go: nahoru, domu]

Searched defs:cond (Results 1 - 22 of 22) sorted by relevance

/drivers/staging/rtl8723au/hal/
H A DHalHWImg8723A_MAC.c23 u32 cond = Condition; local
28 cond = Condition & 0x000000FF;
29 if ((_board == cond) && cond != 0x00)
32 cond = Condition & 0x0000FF00;
33 cond = cond >> 8;
34 if ((_interface & cond) == 0 && cond != 0x07)
37 cond
[all...]
H A DHalHWImg8723A_RF.c23 u32 cond = Condition; local
28 cond = Condition & 0x000000FF;
29 if ((_board == cond) && cond != 0x00)
32 cond = Condition & 0x0000FF00;
33 cond = cond >> 8;
34 if ((_interface & cond) == 0 && cond != 0x07)
37 cond
[all...]
H A DHalHWImg8723A_BB.c23 u32 cond = Condition; local
28 cond = Condition & 0x000000FF;
29 if ((_board == cond) && cond != 0x00)
32 cond = Condition & 0x0000FF00;
33 cond = cond >> 8;
34 if ((_interface & cond) == 0 && cond != 0x07)
37 cond
[all...]
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_marker.c123 u64 cond = (u64) us * NSEC_PER_USEC; local
125 return vmw_fifo_lag(queue) <= cond;
/drivers/gpu/host1x/hw/
H A Dhost1x01_hardware.h59 unsigned cond, unsigned indx)
61 return host1x_uclass_incr_syncpt_cond_f(cond)
115 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) argument
118 host1x_class_host_incr_syncpt(cond, indx));
58 host1x_class_host_incr_syncpt( unsigned cond, unsigned indx) argument
H A Dhost1x02_hardware.h59 unsigned cond, unsigned indx)
61 return host1x_uclass_incr_syncpt_cond_f(cond)
114 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) argument
117 host1x_class_host_incr_syncpt(cond, indx));
58 host1x_class_host_incr_syncpt( unsigned cond, unsigned indx) argument
H A Dhost1x04_hardware.h59 unsigned cond, unsigned indx)
61 return host1x_uclass_incr_syncpt_cond_f(cond)
114 static inline u32 host1x_opcode_imm_incr_syncpt(unsigned cond, unsigned indx) argument
117 host1x_class_host_incr_syncpt(cond, indx));
58 host1x_class_host_incr_syncpt( unsigned cond, unsigned indx) argument
/drivers/net/fddi/skfp/
H A Dsrf.c187 void smt_srf_event(struct s_smc *smc, int code, int index, int cond) argument
196 if (code == SMT_COND_MAC_DUP_ADDR && cond) {
211 if (*evc->evc_cond_state == cond)
220 DB_SMT("SRF: condition is %s\n",cond ? "ON":"OFF",0) ;
221 if (cond) {
H A Dcfm.c216 int cond ; local
246 cond = FALSE ;
254 cond = TRUE ;
256 if (cond != smc->mib.fddiSMTPeerWrapFlag)
257 smt_srf_event(smc,SMT_COND_SMT_PEER_WRAP,0,cond) ;
H A Dpcmplc.c1083 int cond ; local
1141 cond = (mib->fddiPORTLer_Estimate <= mib->fddiPORTLer_Alarm) ?
1144 smt_ler_alarm_check(smc,phy,cond) ;
1146 if (cond != mib->fddiPORTLerFlag) {
1148 (int) (INDEX_PORT+ phy->np) ,cond) ;
H A Dsmt.c288 int cond ; local
311 cond =
317 if (cond != mib->fddiMACFrameErrorFlag)
319 INDEX_MAC,cond) ;
328 cond =
335 if (cond != mib->fddiMACNotCopiedFlag)
337 INDEX_MAC,cond) ;
358 cond = (phy->mib->fddiPORTEBError_Ct -
365 (int) (INDEX_PORT+ phy->np) ,cond) ;
817 int cond ; local
[all...]
/drivers/staging/rtl8188eu/hal/
H A Drf_cfg.c31 u32 cond = condition; local
36 cond = condition & 0x000000FF;
37 if ((_board == cond) && cond != 0x00)
40 cond = condition & 0x0000FF00;
41 cond = cond >> 8;
42 if ((_interface & cond) == 0 && cond != 0x07)
45 cond
[all...]
/drivers/usb/gadget/function/
H A Du_serial.c818 int cond; local
822 cond = (p->port_usb == NULL) || !gs_buf_data_avail(&p->port_write_buf);
825 return cond;
1062 int cond; local
1065 cond = (port->port.count == 0) && !port->openclose;
1067 return cond;
/drivers/i2c/busses/
H A Di2c-designware-core.c198 i2c_dw_scl_hcnt(u32 ic_clk, u32 tSYMBOL, u32 tf, int cond, int offset) argument
205 if (cond)
/drivers/gpu/drm/nouveau/core/subdev/bios/
H A Dinit.c442 init_condition_met(struct nvbios_init *init, u8 cond) argument
447 u32 reg = nv_ro32(bios, table + (cond * 12) + 0);
448 u32 msk = nv_ro32(bios, table + (cond * 12) + 4);
449 u32 val = nv_ro32(bios, table + (cond * 12) + 8);
451 cond, reg, msk, val);
458 init_io_condition_met(struct nvbios_init *init, u8 cond) argument
463 u16 port = nv_ro16(bios, table + (cond * 5) + 0);
464 u8 index = nv_ro08(bios, table + (cond * 5) + 2);
465 u8 mask = nv_ro08(bios, table + (cond * 5) + 3);
466 u8 value = nv_ro08(bios, table + (cond *
475 init_io_flag_condition_met(struct nvbios_init *init, u8 cond) argument
745 u8 cond = nv_ro08(bios, init->offset + 1); local
763 u8 cond = nv_ro08(bios, init->offset + 1); local
1166 u8 cond = nv_ro08(bios, init->offset + 1); local
1675 u8 cond = nv_ro08(bios, init->offset + 1); local
1692 u8 cond = nv_ro08(bios, init->offset + 1); local
[all...]
/drivers/hid/usbhid/
H A Dhid-pidff.c417 struct ff_condition_effect *cond = &effect->u.condition[i]; local
420 ret |= cond->center != old_cond->center ||
421 cond->right_coeff != old_cond->right_coeff ||
422 cond->left_coeff != old_cond->left_coeff ||
423 cond->right_saturation != old_cond->right_saturation ||
424 cond->left_saturation != old_cond->left_saturation ||
425 cond->deadband != old_cond->deadband;
/drivers/net/wireless/rtlwifi/rtl8188ee/
H A Dphy.c291 u32 cond = condition; local
296 cond = condition & 0xFF;
297 if ((_board & cond) == 0 && cond != 0x1F)
300 cond = condition & 0xFF00;
301 cond = cond >> 8;
302 if ((_interface & cond) == 0 && cond != 0x07)
305 cond
[all...]
/drivers/net/wireless/rtlwifi/rtl8723be/
H A Dphy.c163 u32 cond = condition; local
168 cond = condition & 0xFF;
169 if ((_board & cond) == 0 && cond != 0x1F)
172 cond = condition & 0xFF00;
173 cond = cond >> 8;
174 if ((_interface & cond) == 0 && cond != 0x07)
177 cond
[all...]
/drivers/staging/lustre/lustre/libcfs/
H A Dhash.c1492 cfs_hash_cond_arg_t *cond = data; local
1494 if (cond->func(cfs_hash_object(hs, hnode), cond->arg))
/drivers/net/wireless/rtlwifi/rtl8192ee/
H A Dphy.c289 u32 cond = condition; local
294 cond = condition & 0xFF;
295 if ((_board != cond) && (cond != 0xFF))
298 cond = condition & 0xFF00;
299 cond = cond >> 8;
300 if ((_interface & cond) == 0 && cond != 0x07)
303 cond
[all...]
/drivers/net/wireless/rtlwifi/rtl8821ae/
H A Dphy.c671 u32 cond = condition; local
676 cond = condition & 0xFF;
677 if ((_board != cond) && cond != 0xFF)
680 cond = condition & 0xFF00;
681 cond = cond >> 8;
682 if ((_interface & cond) == 0 && cond != 0x07)
685 cond
[all...]
/drivers/dma/
H A Dpl330.c588 static inline u32 _emit_LD(unsigned dry_run, u8 buf[], enum pl330_cond cond) argument
595 if (cond == SINGLE)
597 else if (cond == BURST)
601 cond == SINGLE ? 'S' : (cond == BURST ? 'B' : 'A'));
607 enum pl330_cond cond, u8 peri)
614 if (cond == BURST)
622 cond == SINGLE ? 'S' : 'B', peri >> 3);
647 enum pl330_cond cond; member in struct:_arg_LPEND
656 enum pl330_cond cond local
606 _emit_LDP(unsigned dry_run, u8 buf[], enum pl330_cond cond, u8 peri) argument
754 _emit_ST(unsigned dry_run, u8 buf[], enum pl330_cond cond) argument
772 _emit_STP(unsigned dry_run, u8 buf[], enum pl330_cond cond, u8 peri) argument
826 _emit_WFP(unsigned dry_run, u8 buf[], enum pl330_cond cond, u8 peri) argument
[all...]

Completed in 403 milliseconds