Lines Matching refs:routing
258 u16 routing, u16 offset)
264 control = routing;
271 u16 routing, u16 offset)
275 if (routing == B43legacy_SHM_SHARED) {
279 b43legacy_shm_control_word(dev, routing, offset >> 2);
283 b43legacy_shm_control_word(dev, routing,
291 b43legacy_shm_control_word(dev, routing, offset);
298 u16 routing, u16 offset)
302 if (routing == B43legacy_SHM_SHARED) {
306 b43legacy_shm_control_word(dev, routing, offset >> 2);
314 b43legacy_shm_control_word(dev, routing, offset);
321 u16 routing, u16 offset,
324 if (routing == B43legacy_SHM_SHARED) {
328 b43legacy_shm_control_word(dev, routing, offset >> 2);
332 b43legacy_shm_control_word(dev, routing,
340 b43legacy_shm_control_word(dev, routing, offset);
344 void b43legacy_shm_write16(struct b43legacy_wldev *dev, u16 routing, u16 offset,
347 if (routing == B43legacy_SHM_SHARED) {
351 b43legacy_shm_control_word(dev, routing, offset >> 2);
359 b43legacy_shm_control_word(dev, routing, offset);
3283 /* Enable IRQ routing to this device. */