Home
last modified time | relevance | path

Searched refs:ww (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/staging/vt6655/
Dmac.c299 unsigned short ww; in MACbSoftwareReset() local
304 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in MACbSoftwareReset()
309 if (ww == W_MAX_TIMEOUT) in MACbSoftwareReset()
361 unsigned short ww; in MACbSafeRxOff() local
370 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in MACbSafeRxOff()
375 if (ww == W_MAX_TIMEOUT) { in MACbSafeRxOff()
379 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in MACbSafeRxOff()
384 if (ww == W_MAX_TIMEOUT) { in MACbSafeRxOff()
392 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in MACbSafeRxOff()
397 if (ww == W_MAX_TIMEOUT) { in MACbSafeRxOff()
[all …]
Dbaseband.c1927 unsigned short ww; in BBbReadEmbedded() local
1936 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in BBbReadEmbedded()
1945 if (ww == W_MAX_TIMEOUT) { in BBbReadEmbedded()
1970 unsigned short ww; in BBbWriteEmbedded() local
1981 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in BBbWriteEmbedded()
1987 if (ww == W_MAX_TIMEOUT) { in BBbWriteEmbedded()
Dcard.c921 unsigned short ww; in CARDbGetCurrentTSF() local
925 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in CARDbGetCurrentTSF()
930 if (ww == W_MAX_TIMEOUT) in CARDbGetCurrentTSF()
Drf.c509 unsigned short ww; in IFRFbWriteEmbedded() local
515 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in IFRFbWriteEmbedded()
521 if (ww == W_MAX_TIMEOUT) in IFRFbWriteEmbedded()
/linux-4.4.14/kernel/locking/
Dmutex.c109 static __always_inline void ww_mutex_lock_acquired(struct ww_mutex *ww, in ww_mutex_lock_acquired() argument
119 DEBUG_LOCKS_WARN_ON(ww->ctx); in ww_mutex_lock_acquired()
131 DEBUG_LOCKS_WARN_ON(ww_ctx->contending_lock != ww); in ww_mutex_lock_acquired()
144 DEBUG_LOCKS_WARN_ON(ww_ctx->ww_class != ww->ww_class); in ww_mutex_lock_acquired()
326 struct ww_mutex *ww; in mutex_optimistic_spin() local
328 ww = container_of(lock, struct ww_mutex, base); in mutex_optimistic_spin()
337 if (READ_ONCE(ww->ctx)) in mutex_optimistic_spin()
354 struct ww_mutex *ww; in mutex_optimistic_spin() local
355 ww = container_of(lock, struct ww_mutex, base); in mutex_optimistic_spin()
357 ww_mutex_set_context_fastpath(ww, ww_ctx); in mutex_optimistic_spin()
[all …]
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_reg.c126 #define ASD_READ_SW(ww, type, ord) \ argument
127 static type asd_read_##ww##_##ord(struct asd_ha_struct *asd_ha, \
131 u32 map_offs = (reg - io_handle->ww##_base) + asd_mem_offs_##ww();\
135 #define ASD_WRITE_SW(ww, type, ord) \ argument
136 static void asd_write_##ww##_##ord(struct asd_ha_struct *asd_ha, \
140 u32 map_offs = (reg - io_handle->ww##_base) + asd_mem_offs_##ww();\
/linux-4.4.14/arch/x86/crypto/
Dcamellia_glue.c1000 u64 kl, kr, ww; in camellia_setup128() local
1063 CAMELLIA_F(kl, CAMELLIA_SIGMA1L, CAMELLIA_SIGMA1R, ww); in camellia_setup128()
1064 kr ^= ww; in camellia_setup128()
1069 kr ^= ww; in camellia_setup128()
1070 CAMELLIA_F(kr, CAMELLIA_SIGMA4L, CAMELLIA_SIGMA4R, ww); in camellia_setup128()
1071 kl ^= ww; in camellia_setup128()
1108 u64 ww; /* temporary variables */ in camellia_setup256() local
1172 CAMELLIA_F(kl, CAMELLIA_SIGMA1L, CAMELLIA_SIGMA1R, ww); in camellia_setup256()
1173 kr ^= ww; in camellia_setup256()
1177 kr ^= ww ^ krr; in camellia_setup256()
[all …]
/linux-4.4.14/drivers/i2c/busses/
Di2c-sis96x.c253 u16 ww = 0; in sis96x_probe() local
261 pci_read_config_word(dev, PCI_CLASS_DEVICE, &ww); in sis96x_probe()
262 if (PCI_CLASS_SERIAL_SMBUS != ww) { in sis96x_probe()
263 dev_err(&dev->dev, "Unsupported device class 0x%04x!\n", ww); in sis96x_probe()
/linux-4.4.14/drivers/video/fbdev/
Dcg3.c264 int ww, hh; in cg3_rdi_maybe_fixup_var() local
268 ww = simple_strtoul(params, &p, 10); in cg3_rdi_maybe_fixup_var()
269 if (ww && *p == 'x') { in cg3_rdi_maybe_fixup_var()
272 if (var->xres != ww || in cg3_rdi_maybe_fixup_var()
274 var->xres = var->xres_virtual = ww; in cg3_rdi_maybe_fixup_var()
/linux-4.4.14/drivers/isdn/mISDN/
Ddsp_cmx.c1863 u_int w, ww; local
1872 ww = dsp->tx_R;
1875 space = (ww - w - 1) & CMX_BUFF_MASK;
1879 ww = (ww - 1) & CMX_BUFF_MASK; /* end one byte prior tx_R */
1883 skb->len, w, ww);
1886 ww = (w + skb->len) & CMX_BUFF_MASK;
1887 dsp->tx_W = ww;
1893 (u_long)dsp, (ww - w) & CMX_BUFF_MASK, w, ww, dsp->name);
1898 sprintf(debugbuf, "TX getting (%04x-%04x)%p: ", w, ww, p);
1900 while (w != ww) {
/linux-4.4.14/Documentation/locking/
D00-INDEX15 ww-mutex-design.txt
Dww-mutex-design.txt66 work correctly. After all if no other ww mutex has been acquired yet there's
71 has a void return type. Note that since ww mutex code needs loops/retries
75 ww mutex have been released (preventing deadlocks) and makes sure that we
/linux-4.4.14/Documentation/DocBook/
Dkernel-locking.xml.db5 API-ww-mutex-unlock
/linux-4.4.14/drivers/net/ethernet/via/
Dvia-velocity.c627 u16 ww; in safe_disable_mii_autopoll() local
631 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in safe_disable_mii_autopoll()
679 u16 ww; in velocity_mii_read() local
690 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in velocity_mii_read()
698 if (ww == W_MAX_TIMEOUT) in velocity_mii_read()
757 u16 ww; in velocity_mii_write() local
773 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in velocity_mii_write()
780 if (ww == W_MAX_TIMEOUT) in velocity_mii_write()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-driver-hid-lenovo19 Description: For details regarding this setting please refer to http://www.pc.ibm.com/ww/healthycom…