Lines Matching refs:wl1271
32 struct wl1271;
34 void wlcore_disable_interrupts(struct wl1271 *wl);
35 void wlcore_disable_interrupts_nosync(struct wl1271 *wl);
36 void wlcore_enable_interrupts(struct wl1271 *wl);
37 void wlcore_synchronize_interrupts(struct wl1271 *wl);
39 void wl1271_io_reset(struct wl1271 *wl);
40 void wl1271_io_init(struct wl1271 *wl);
41 int wlcore_translate_addr(struct wl1271 *wl, int addr);
44 static inline int __must_check wlcore_raw_write(struct wl1271 *wl, int addr, in wlcore_raw_write()
62 static inline int __must_check wlcore_raw_read(struct wl1271 *wl, int addr, in wlcore_raw_read()
80 static inline int __must_check wlcore_raw_read_data(struct wl1271 *wl, int reg, in wlcore_raw_read_data()
87 static inline int __must_check wlcore_raw_write_data(struct wl1271 *wl, int reg, in wlcore_raw_write_data()
94 static inline int __must_check wlcore_raw_read32(struct wl1271 *wl, int addr, in wlcore_raw_read32()
110 static inline int __must_check wlcore_raw_write32(struct wl1271 *wl, int addr, in wlcore_raw_write32()
118 static inline int __must_check wlcore_read(struct wl1271 *wl, int addr, in wlcore_read()
128 static inline int __must_check wlcore_write(struct wl1271 *wl, int addr, in wlcore_write()
138 static inline int __must_check wlcore_write_data(struct wl1271 *wl, int reg, in wlcore_write_data()
145 static inline int __must_check wlcore_read_data(struct wl1271 *wl, int reg, in wlcore_read_data()
152 static inline int __must_check wlcore_read_hwaddr(struct wl1271 *wl, int hwaddr, in wlcore_read_hwaddr()
167 static inline int __must_check wlcore_read32(struct wl1271 *wl, int addr, in wlcore_read32()
173 static inline int __must_check wlcore_write32(struct wl1271 *wl, int addr, in wlcore_write32()
179 static inline int __must_check wlcore_read_reg(struct wl1271 *wl, int reg, in wlcore_read_reg()
187 static inline int __must_check wlcore_write_reg(struct wl1271 *wl, int reg, in wlcore_write_reg()
195 static inline void wl1271_power_off(struct wl1271 *wl) in wl1271_power_off()
208 static inline int wl1271_power_on(struct wl1271 *wl) in wl1271_power_on()
220 int wlcore_set_partition(struct wl1271 *wl,
223 bool wl1271_set_block_size(struct wl1271 *wl);
227 int wl1271_tx_dummy_packet(struct wl1271 *wl);