Searched refs:nsp_write (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/scsi/pcmcia/ |
H A D | nsp_io.h | 15 static inline void nsp_write(unsigned int base, 30 static inline void nsp_write(unsigned int base, in nsp_write() function
|
H A D | nsp_cs.c | 321 nsp_write(base, IRQCONTROL, IRQCONTROL_ALLMASK); in nsphw_init() 324 nsp_write(base, IFSELECT, IF_IFSEL); in nsphw_init() 338 nsp_write(base, IFSELECT, IF_REGSEL); in nsphw_init() 355 nsp_write(base, IRQCONTROL, IRQCONTROL_ALLCLEAR); in nsphw_init() 994 nsp_write(base, IRQCONTROL, IRQCONTROL_IRQDISABLE); in nspintr() 998 nsp_write(base, IRQCONTROL, 0); in nspintr() 1030 nsp_write(base, IRQCONTROL, IRQCONTROL_TIMER_CLEAR); in nspintr() 1034 nsp_write(base, IRQCONTROL, IRQCONTROL_TIMER_CLEAR | IRQCONTROL_FIFO_CLEAR); in nspintr() 1073 nsp_write(base, IRQCONTROL, IRQCONTROL_RESELECT_CLEAR); in nspintr() 1473 nsp_write(base, IRQCONTROL, IRQCONTROL_ALLMASK); in nsp_bus_reset() [all …]
|