Lines Matching refs:routing
273 u16 routing, u16 offset) in b43legacy_shm_control_word() argument
279 control = routing; in b43legacy_shm_control_word()
286 u16 routing, u16 offset) in b43legacy_shm_read32() argument
290 if (routing == B43legacy_SHM_SHARED) { in b43legacy_shm_read32()
294 b43legacy_shm_control_word(dev, routing, offset >> 2); in b43legacy_shm_read32()
298 b43legacy_shm_control_word(dev, routing, in b43legacy_shm_read32()
306 b43legacy_shm_control_word(dev, routing, offset); in b43legacy_shm_read32()
313 u16 routing, u16 offset) in b43legacy_shm_read16() argument
317 if (routing == B43legacy_SHM_SHARED) { in b43legacy_shm_read16()
321 b43legacy_shm_control_word(dev, routing, offset >> 2); in b43legacy_shm_read16()
329 b43legacy_shm_control_word(dev, routing, offset); in b43legacy_shm_read16()
336 u16 routing, u16 offset, in b43legacy_shm_write32() argument
339 if (routing == B43legacy_SHM_SHARED) { in b43legacy_shm_write32()
343 b43legacy_shm_control_word(dev, routing, offset >> 2); in b43legacy_shm_write32()
349 b43legacy_shm_control_word(dev, routing, in b43legacy_shm_write32()
358 b43legacy_shm_control_word(dev, routing, offset); in b43legacy_shm_write32()
363 void b43legacy_shm_write16(struct b43legacy_wldev *dev, u16 routing, u16 offset, in b43legacy_shm_write16() argument
366 if (routing == B43legacy_SHM_SHARED) { in b43legacy_shm_write16()
370 b43legacy_shm_control_word(dev, routing, offset >> 2); in b43legacy_shm_write16()
379 b43legacy_shm_control_word(dev, routing, offset); in b43legacy_shm_write16()