Lines Matching refs:W16

57 #define W16(_p, _m, _v)	out_be16(&(_p)->_m, (_v))  macro
59 #define S16(_p, _m, _v) W16(_p, _m, R16(_p, _m) | (_v))
60 #define C16(_p, _m, _v) W16(_p, _m, R16(_p, _m) & ~(_v))
201 W16(ep, fen_taddrh, taddrh); in set_multicast_one()
202 W16(ep, fen_taddrm, taddrm); in set_multicast_one()
203 W16(ep, fen_taddrl, taddrl); in set_multicast_one()
271 W16(ep, fen_genfcc.fcc_mrblr, PKT_MAXBLR_SIZE); in restart()
282 W16(ep, fen_genfcc.fcc_riptr, fpi->dpram_offset); in restart()
283 W16(ep, fen_genfcc.fcc_tiptr, fpi->dpram_offset + 32); in restart()
285 W16(ep, fen_padptr, fpi->dpram_offset + 64); in restart()
294 W16(ep, fen_genfcc.fcc_res1, 0); in restart()
307 W16(ep, fen_retlim, 15); /* Retry limit threshold */ in restart()
308 W16(ep, fen_pper, 0); /* Normal persistence */ in restart()
319 W16(ep, fen_tfcstat, 0); in restart()
320 W16(ep, fen_tfclen, 0); in restart()
323 W16(ep, fen_mflr, PKT_MAXBUF_SIZE); /* maximum frame length register */ in restart()
324 W16(ep, fen_minflr, PKT_MINBUF_SIZE); /* minimum frame length register */ in restart()
332 W16(ep, fen_paddrh, paddrh); in restart()
333 W16(ep, fen_paddrm, paddrm); in restart()
334 W16(ep, fen_paddrl, paddrl); in restart()
336 W16(ep, fen_taddrh, 0); in restart()
337 W16(ep, fen_taddrm, 0); in restart()
338 W16(ep, fen_taddrl, 0); in restart()
340 W16(ep, fen_maxd1, 1520); /* maximum DMA1 length */ in restart()
341 W16(ep, fen_maxd2, 1520); /* maximum DMA2 length */ in restart()
359 W16(ep, fen_rfthr, 0); /* Suggested by manual */ in restart()
360 W16(ep, fen_rfcnt, 0); in restart()
361 W16(ep, fen_cftype, 0); in restart()
376 W16(fccp, fcc_fcce, 0xffff); in restart()
379 W16(fccp, fcc_fccm, FCC_ENET_TXE | FCC_ENET_RXF | FCC_ENET_TXB); in restart()
385 W16(fccp, fcc_fdsr, 0xd555); in restart()
413 W16(fccp, fcc_fcce, 0xffff); in stop()
416 W16(fccp, fcc_fccm, 0); in stop()
426 W16(fccp, fcc_fcce, FCC_NAPI_EVENT_MSK); in napi_clear_event_fs()
471 W16(fccp, fcc_fcce, int_events & 0xffff); in clear_int_events()