Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/vt6655/
Dmac.c255 unsigned short ww; in MACbSoftwareReset() local
260 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in MACbSoftwareReset()
264 if (ww == W_MAX_TIMEOUT) in MACbSoftwareReset()
318 unsigned short ww; in MACbSafeRxOff() local
325 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in MACbSafeRxOff()
329 if (ww == W_MAX_TIMEOUT) { in MACbSafeRxOff()
333 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in MACbSafeRxOff()
337 if (ww == W_MAX_TIMEOUT) { in MACbSafeRxOff()
345 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in MACbSafeRxOff()
349 if (ww == W_MAX_TIMEOUT) { in MACbSafeRxOff()
[all …]
Dbaseband.c1913 unsigned short ww; in BBbReadEmbedded() local
1922 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in BBbReadEmbedded()
1931 if (ww == W_MAX_TIMEOUT) { in BBbReadEmbedded()
1956 unsigned short ww; in BBbWriteEmbedded() local
1967 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in BBbWriteEmbedded()
1973 if (ww == W_MAX_TIMEOUT) { in BBbWriteEmbedded()
Dcard.c914 unsigned short ww; in CARDbGetCurrentTSF() local
918 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in CARDbGetCurrentTSF()
923 if (ww == W_MAX_TIMEOUT) in CARDbGetCurrentTSF()
Drf.c500 unsigned short ww; in IFRFbWriteEmbedded() local
506 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in IFRFbWriteEmbedded()
512 if (ww == W_MAX_TIMEOUT) in IFRFbWriteEmbedded()
/Linux-v5.4/kernel/locking/
Dmutex.c306 ww_mutex_lock_acquired(struct ww_mutex *ww, struct ww_acquire_ctx *ww_ctx) in ww_mutex_lock_acquired() argument
315 DEBUG_LOCKS_WARN_ON(ww->ctx); in ww_mutex_lock_acquired()
327 DEBUG_LOCKS_WARN_ON(ww_ctx->contending_lock != ww); in ww_mutex_lock_acquired()
340 DEBUG_LOCKS_WARN_ON(ww_ctx->ww_class != ww->ww_class); in ww_mutex_lock_acquired()
343 ww->ctx = ww_ctx; in ww_mutex_lock_acquired()
505 struct ww_mutex *ww; in ww_mutex_spin_on_owner() local
507 ww = container_of(lock, struct ww_mutex, base); in ww_mutex_spin_on_owner()
520 if (ww_ctx->acquired > 0 && READ_ONCE(ww->ctx)) in ww_mutex_spin_on_owner()
780 struct ww_mutex *ww; in __ww_mutex_kill() local
782 ww = container_of(lock, struct ww_mutex, base); in __ww_mutex_kill()
[all …]
/Linux-v5.4/arch/x86/crypto/
Dcamellia_glue.c982 u64 kl, kr, ww; in camellia_setup128() local
1045 CAMELLIA_F(kl, CAMELLIA_SIGMA1L, CAMELLIA_SIGMA1R, ww); in camellia_setup128()
1046 kr ^= ww; in camellia_setup128()
1051 kr ^= ww; in camellia_setup128()
1052 CAMELLIA_F(kr, CAMELLIA_SIGMA4L, CAMELLIA_SIGMA4R, ww); in camellia_setup128()
1053 kl ^= ww; in camellia_setup128()
1090 u64 ww; /* temporary variables */ in camellia_setup256() local
1154 CAMELLIA_F(kl, CAMELLIA_SIGMA1L, CAMELLIA_SIGMA1R, ww); in camellia_setup256()
1155 kr ^= ww; in camellia_setup256()
1159 kr ^= ww ^ krr; in camellia_setup256()
[all …]
/Linux-v5.4/drivers/scsi/aic94xx/
Daic94xx_reg.c108 #define ASD_READ_SW(ww, type, ord) \ argument
109 static type asd_read_##ww##_##ord(struct asd_ha_struct *asd_ha, \
113 u32 map_offs = (reg - io_handle->ww##_base) + asd_mem_offs_##ww();\
117 #define ASD_WRITE_SW(ww, type, ord) \ argument
118 static void asd_write_##ww##_##ord(struct asd_ha_struct *asd_ha, \
122 u32 map_offs = (reg - io_handle->ww##_base) + asd_mem_offs_##ww();\
/Linux-v5.4/tools/memory-model/
Dlinux-kernel.cat182 let ww-vis = fence | (strong-fence ; xbstar ; w-pre-bounded) |
194 let ww-incoh = pre-race & co & ww-vis^-1
195 empty (wr-incoh | rw-incoh | ww-incoh) as plain-coherence
198 let ww-nonrace = ww-vis & ((Marked * W) | rw-xbstar) & ((W * Marked) | wr-vis)
199 let ww-race = (pre-race & co) \ ww-nonrace
203 flag ~empty (ww-race | wr-race | rw-race) as data-race
/Linux-v5.4/drivers/i2c/busses/
Di2c-sis96x.c245 u16 ww = 0; in sis96x_probe() local
253 pci_read_config_word(dev, PCI_CLASS_DEVICE, &ww); in sis96x_probe()
254 if (PCI_CLASS_SERIAL_SMBUS != ww) { in sis96x_probe()
255 dev_err(&dev->dev, "Unsupported device class 0x%04x!\n", ww); in sis96x_probe()
/Linux-v5.4/drivers/video/fbdev/
Dcg3.c265 int ww, hh; in cg3_rdi_maybe_fixup_var() local
269 ww = simple_strtoul(params, &p, 10); in cg3_rdi_maybe_fixup_var()
270 if (ww && *p == 'x') { in cg3_rdi_maybe_fixup_var()
273 if (var->xres != ww || in cg3_rdi_maybe_fixup_var()
275 var->xres = var->xres_virtual = ww; in cg3_rdi_maybe_fixup_var()
/Linux-v5.4/Documentation/locking/
Dindex.rst17 ww-mutex-design
Dww-mutex-design.rst85 work correctly. After all if no other ww mutex has been acquired yet there's
91 has a void return type. Note that since ww mutex code needs loops/retries
95 ww mutex have been released (preventing deadlocks) and makes sure that we
/Linux-v5.4/drivers/isdn/mISDN/
Ddsp_cmx.c1862 u_int w, ww; local
1871 ww = dsp->tx_R;
1874 space = (ww - w - 1) & CMX_BUFF_MASK;
1878 ww = (ww - 1) & CMX_BUFF_MASK; /* end one byte prior tx_R */
1882 skb->len, w, ww);
1885 ww = (w + skb->len) & CMX_BUFF_MASK;
1886 dsp->tx_W = ww;
1891 (u_long)dsp, (ww - w) & CMX_BUFF_MASK, w, ww, dsp->name);
1896 sprintf(debugbuf, "TX getting (%04x-%04x)%p: ", w, ww, p);
1898 while (w != ww) {
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dphy.c1267 s8 ww; in rtw_phy_set_tx_power_limit() local
1284 ww = hal->tx_pwr_limit_2g[RTW_REGD_WW][bw][rs][ch_idx]; in rtw_phy_set_tx_power_limit()
1285 ww = min_t(s8, ww, pwr_limit); in rtw_phy_set_tx_power_limit()
1286 hal->tx_pwr_limit_2g[RTW_REGD_WW][bw][rs][ch_idx] = ww; in rtw_phy_set_tx_power_limit()
1289 ww = hal->tx_pwr_limit_5g[RTW_REGD_WW][bw][rs][ch_idx]; in rtw_phy_set_tx_power_limit()
1290 ww = min_t(s8, ww, pwr_limit); in rtw_phy_set_tx_power_limit()
1291 hal->tx_pwr_limit_5g[RTW_REGD_WW][bw][rs][ch_idx] = ww; in rtw_phy_set_tx_power_limit()
/Linux-v5.4/drivers/net/ethernet/via/
Dvia-velocity.c617 u16 ww; in safe_disable_mii_autopoll() local
621 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in safe_disable_mii_autopoll()
669 u16 ww; in velocity_mii_read() local
680 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in velocity_mii_read()
688 if (ww == W_MAX_TIMEOUT) in velocity_mii_read()
747 u16 ww; in velocity_mii_write() local
763 for (ww = 0; ww < W_MAX_TIMEOUT; ww++) { in velocity_mii_write()
770 if (ww == W_MAX_TIMEOUT) in velocity_mii_write()
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-driver-hid-lenovo19 Description: For details regarding this setting please refer to http://www.pc.ibm.com/ww/healthycom…