Lines Matching refs:soc
64 struct soc *socs = NULL;
66 static inline void soc_disable(struct soc *s) in soc_disable()
72 static inline void soc_enable(struct soc *s) in soc_enable()
85 struct soc *s = port->s; in soc_reset()
106 static void inline soc_solicited (struct soc *s) in soc_solicited()
167 static void inline soc_request (struct soc *s, u32 cmd) in soc_request()
186 static void inline soc_unsolicited (struct soc *s) in soc_unsolicited()
341 register struct soc *s = (struct soc *)dev_id; in soc_intr()
358 struct soc *s = port->s; in soc_hw_enque()
519 static inline void soc_download_fw(struct soc *s) in soc_download_fw()
530 static inline void soc_init_bursts(struct soc *s, struct sbus_dev *sdev) in soc_init_bursts()
551 struct soc *s; in soc_init()
557 s = kmalloc (sizeof (struct soc), GFP_KERNEL); in soc_init()
560 memset (s, 0, sizeof(struct soc)); in soc_init()
715 struct soc *s; in soc_probe()
737 struct soc *s; in soc_cleanup()