Searched refs:sOutW (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Drocket_int.h48 static inline void sOutW(unsigned short port, unsigned short value) function
51 printk(KERN_DEBUG "sOutW(%x, %x)...\n", port, value);
453 sOutW((CTLP)->PCIIO, (w ^ PCI_INT_CTRL_AIOP)); \
454 sOutW((CTLP)->PCIIO, w); \
457 sOutW((CTLP)->PCIIO, PCI_STROB); \
546 #define sDisRxStatusMode(ChP) sOutW((ChP)->ChanStat,0)
691 #define sEnRxStatusMode(ChP) sOutW((ChP)->ChanStat,STATMODE)
H A Drocket.c2527 sOutW((WordIO_t) io + _INDX_ADDR, _CLK_PRE); /* clock prescaler */
2649 sOutW((WordIO_t) io + _INDX_ADDR, _CLK_PRE); /* clock prescaler */
2704 sOutW(io + _INDX_ADDR, 0); /* read from SRAM, chan 0 */
2706 sOutW(io + _INDX_ADDR, 0x4000); /* read from SRAM, chan 4 */
2835 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxFIFOPtrs); /* clear Tx in/out ptrs */
2836 sOutW(ChP->IndexData, 0);
2842 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs); /* clear Rx out ptr */
2843 sOutW(ChP->IndexData, 0);
2844 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs + 2); /* clear Rx in ptr */
2845 sOutW(Ch
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Drocket_int.h48 static inline void sOutW(unsigned short port, unsigned short value) function
51 printk(KERN_DEBUG "sOutW(%x, %x)...\n", port, value);
453 sOutW((CTLP)->PCIIO, (w ^ PCI_INT_CTRL_AIOP)); \
454 sOutW((CTLP)->PCIIO, w); \
457 sOutW((CTLP)->PCIIO, PCI_STROB); \
546 #define sDisRxStatusMode(ChP) sOutW((ChP)->ChanStat,0)
691 #define sEnRxStatusMode(ChP) sOutW((ChP)->ChanStat,STATMODE)
H A Drocket.c2527 sOutW((WordIO_t) io + _INDX_ADDR, _CLK_PRE); /* clock prescaler */
2649 sOutW((WordIO_t) io + _INDX_ADDR, _CLK_PRE); /* clock prescaler */
2704 sOutW(io + _INDX_ADDR, 0); /* read from SRAM, chan 0 */
2706 sOutW(io + _INDX_ADDR, 0x4000); /* read from SRAM, chan 4 */
2835 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxFIFOPtrs); /* clear Tx in/out ptrs */
2836 sOutW(ChP->IndexData, 0);
2842 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs); /* clear Rx out ptr */
2843 sOutW(ChP->IndexData, 0);
2844 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs + 2); /* clear Rx in ptr */
2845 sOutW(Ch
[all...]

Completed in 176 milliseconds