Home
last modified time | relevance | path

Searched refs:ssb_extif (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/include/linux/ssb/
Dssb_driver_extif.h161 struct ssb_extif { struct
166 static inline bool ssb_extif_available(struct ssb_extif *extif) in ssb_extif_available() argument
171 extern void ssb_extif_get_clockcontrol(struct ssb_extif *extif,
174 extern void ssb_extif_timing_init(struct ssb_extif *extif,
177 extern u32 ssb_extif_watchdog_timer_set(struct ssb_extif *extif, u32 ticks);
180 u32 ssb_extif_gpio_in(struct ssb_extif *extif, u32 mask);
181 u32 ssb_extif_gpio_out(struct ssb_extif *extif, u32 mask, u32 value);
182 u32 ssb_extif_gpio_outen(struct ssb_extif *extif, u32 mask, u32 value);
183 u32 ssb_extif_gpio_polarity(struct ssb_extif *extif, u32 mask, u32 value);
184 u32 ssb_extif_gpio_intmask(struct ssb_extif *extif, u32 mask, u32 value);
[all …]
Dssb.h476 struct ssb_extif extif;
/linux-6.6.21/drivers/ssb/
Ddriver_extif.c20 static inline u32 extif_read32(struct ssb_extif *extif, u16 offset) in extif_read32()
25 static inline void extif_write32(struct ssb_extif *extif, u16 offset, u32 value) in extif_write32()
30 static inline u32 extif_write32_masked(struct ssb_extif *extif, u16 offset, in extif_write32_masked()
55 int ssb_extif_serial_init(struct ssb_extif *extif, struct ssb_serial_port *ports) in ssb_extif_serial_init()
86 void ssb_extif_timing_init(struct ssb_extif *extif, unsigned long ns) in ssb_extif_timing_init()
107 void ssb_extif_get_clockcontrol(struct ssb_extif *extif, in ssb_extif_get_clockcontrol()
117 struct ssb_extif *extif = bcm47xx_wdt_get_drvdata(wdt); in ssb_extif_watchdog_timer_set_wdt()
124 struct ssb_extif *extif = bcm47xx_wdt_get_drvdata(wdt); in ssb_extif_watchdog_timer_set_ms()
132 u32 ssb_extif_watchdog_timer_set(struct ssb_extif *extif, u32 ticks) in ssb_extif_watchdog_timer_set()
141 void ssb_extif_init(struct ssb_extif *extif) in ssb_extif_init()
[all …]
Dssb_private.h245 extern void ssb_extif_init(struct ssb_extif *extif);
247 static inline void ssb_extif_init(struct ssb_extif *extif) in ssb_extif_init()
Ddriver_gpio.c323 struct ssb_extif *extif = &bus->extif; in ssb_gpio_irq_extif_handler()
343 struct ssb_extif *extif = &bus->extif; in ssb_gpio_irq_extif_domain_init()
387 struct ssb_extif *extif = &bus->extif; in ssb_gpio_irq_extif_domain_exit()