Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Drocket_int.h49 static inline void sOutW(unsigned short port, unsigned short value) in sOutW() function
52 printk(KERN_DEBUG "sOutW(%x, %x)...\n", port, value); in sOutW()
454 sOutW((CTLP)->PCIIO, (w ^ PCI_INT_CTRL_AIOP)); \
455 sOutW((CTLP)->PCIIO, w); \
458 sOutW((CTLP)->PCIIO, PCI_STROB); \
547 #define sDisRxStatusMode(ChP) sOutW((ChP)->ChanStat,0)
692 #define sEnRxStatusMode(ChP) sOutW((ChP)->ChanStat,STATMODE)
H A Drocket.c1870 sOutW((WordIO_t) io + _INDX_ADDR, _CLK_PRE); /* clock prescaler */ in sPCIInitController()
2610 sOutW((WordIO_t) io + _INDX_ADDR, _CLK_PRE); /* clock prescaler */ in sInitController()
2667 sOutW(io + _INDX_ADDR, 0); /* read from SRAM, chan 0 */ in sReadAiopNumChan()
2669 sOutW(io + _INDX_ADDR, 0x4000); /* read from SRAM, chan 4 */ in sReadAiopNumChan()
2798 sOutW((WordIO_t) ChP->IndexAddr, ChP->TxFIFOPtrs); /* clear Tx in/out ptrs */ in sInitChan()
2799 sOutW(ChP->IndexData, 0); in sInitChan()
2805 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs); /* clear Rx out ptr */ in sInitChan()
2806 sOutW(ChP->IndexData, 0); in sInitChan()
2807 sOutW((WordIO_t) ChP->IndexAddr, ChP->RxFIFOPtrs + 2); /* clear Rx in ptr */ in sInitChan()
2808 sOutW(Ch in sInitChan()
[all...]

Completed in 6 milliseconds