/drivers/net/wireless/b43/ |
D | debugfs.c | 83 unsigned int routing, addr; in shm16read__read_file() local 86 routing = dev->dfsentry->shm16read_routing_next; in shm16read__read_file() 88 if ((routing > B43_MAX_SHM_ROUTING) || in shm16read__read_file() 92 val = b43_shm_read16(dev, routing, addr); in shm16read__read_file() 101 unsigned int routing, addr; in shm16read__write_file() local 104 res = sscanf(buf, "0x%X 0x%X", &routing, &addr); in shm16read__write_file() 107 if (routing > B43_MAX_SHM_ROUTING) in shm16read__write_file() 111 if (routing == B43_SHM_SHARED) { in shm16read__write_file() 116 dev->dfsentry->shm16read_routing_next = routing; in shm16read__write_file() 125 unsigned int routing, addr, mask, set; in shm16write__write_file() local [all …]
|
D | main.h | 79 u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset); 80 u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset); 81 void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value); 82 void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value);
|
D | phy_ht.c | 51 static const u16 routing[] = { R2059_C1, R2059_C2, R2059_C3, }; in b43_radio_2059_channel_setup() local 70 r = routing[core]; in b43_radio_2059_channel_setup() 157 const u16 routing[] = { R2059_C1, R2059_C2, R2059_C3 }; in b43_radio_2059_init() local 165 for (i = 0; i < ARRAY_SIZE(routing); i++) in b43_radio_2059_init() 166 b43_radio_set(dev, routing[i] | 0x146, 0x3); in b43_radio_2059_init() 624 static const u16 routing[] = { R2059_C1, R2059_C2, R2059_C3, }; in b43_phy_ht_tssi_setup() local 630 b43_radio_write(dev, routing[core] | 0x0159, 0x0011); in b43_phy_ht_tssi_setup()
|
D | main.c | 483 u16 routing, u16 offset) in b43_shm_control_word() argument 488 control = routing; in b43_shm_control_word() 494 u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset) in b43_shm_read32() argument 498 if (routing == B43_SHM_SHARED) { in b43_shm_read32() 502 b43_shm_control_word(dev, routing, offset >> 2); in b43_shm_read32() 504 b43_shm_control_word(dev, routing, (offset >> 2) + 1); in b43_shm_read32() 511 b43_shm_control_word(dev, routing, offset); in b43_shm_read32() 517 u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset) in b43_shm_read16() argument 521 if (routing == B43_SHM_SHARED) { in b43_shm_read16() 525 b43_shm_control_word(dev, routing, offset >> 2); in b43_shm_read16() [all …]
|
D | radio_2056.c | 10208 bool ignore_uploadflag, u16 routing, in b2056_upload_inittab() argument 10223 b43_radio_write(dev, routing | i, value); in b2056_upload_inittab()
|
/drivers/net/wireless/b43legacy/ |
D | main.h | 104 u16 routing, u16 offset); 106 u16 routing, u16 offset); 108 u16 routing, u16 offset, 111 u16 routing, u16 offset,
|
D | main.c | 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() [all …]
|
/drivers/media/pci/ivtv/ |
D | Makefile | 1 ivtv-objs := ivtv-routing.o ivtv-cards.o ivtv-controls.o \
|
/drivers/staging/line6/ |
D | Kconfig | 18 * Signal routing (record clean/processed guitar signal,
|
/drivers/scsi/bfa/ |
D | bfa_fcbuild.c | 47 fc_els_req_tmpl.routing = FC_RTG_EXT_LINK; in fcbuild_init() 58 fc_els_rsp_tmpl.routing = FC_RTG_EXT_LINK; in fcbuild_init() 69 fc_bls_req_tmpl.routing = FC_RTG_BASIC_LINK; in fcbuild_init() 77 fc_bls_rsp_tmpl.routing = FC_RTG_BASIC_LINK; in fcbuild_init() 127 fcp_fchs_tmpl.routing = FC_RTG_FC4_DEV_DATA; in fcbuild_init() 141 fchs->routing = FC_RTG_FC4_DEV_DATA; in fc_gs_fchdr_build() 163 fchs->routing = FC_RTG_FC4_DEV_DATA; in fc_gsresp_fchdr_build()
|
D | bfa_fc.h | 65 u32 routing:4; /* routing bits */ member 69 u32 routing:4; /* routing bits */
|
D | bfa_fcs.c | 1665 if (fchs->routing == FC_RTG_EXT_HDR && in bfa_fcs_uf_recv()
|
D | bfa_fcs_lport.c | 824 if ((fchs->routing == FC_RTG_BASIC_LINK) && in bfa_fcs_lport_uf_recv()
|
/drivers/of/ |
D | Kconfig | 71 OpenFirmware PCI IRQ routing helpers
|
/drivers/net/wireless/ |
D | wl3501.h | 468 u8 routing; member 480 u8 routing; member
|
/drivers/isdn/hardware/mISDN/ |
D | hfcmulti.c | 2877 int flow_tx = 0, flow_rx = 0, routing = 0; in mode_hfcmulti() local 2946 routing = bank_tx ? 0xc0 : 0x80; in mode_hfcmulti() 2948 routing = 0x40; /* loop */ in mode_hfcmulti() 2953 flow_tx, routing, conf); in mode_hfcmulti() 2955 HFC_outb(hc, A_SL_CFG, (ch << 1) | routing); in mode_hfcmulti() 2975 routing = bank_rx ? 0x80 : 0xc0; /* reversed */ in mode_hfcmulti() 2977 routing = 0x40; /* loop */ in mode_hfcmulti() 2982 flow_rx, routing, conf); in mode_hfcmulti() 2984 HFC_outb(hc, A_SL_CFG, (ch << 1) | V_CH_DIR | routing); in mode_hfcmulti()
|
/drivers/staging/lustre/lnet/klnds/o2iblnd/ |
D | o2iblnd_cb.c | 1463 int routing = lntmsg->msg_routing; in kiblnd_send() local 1497 if (routing || target_is_router) in kiblnd_send()
|
/drivers/net/usb/ |
D | Kconfig | 136 (CONFIG_BRIDGE) instead of routing.
|