Home
last modified time | relevance | path

Searched refs:routing (Results 1 – 20 of 20) sorted by relevance

/drivers/net/wireless/broadcom/b43/
Ddebugfs.c70 unsigned int routing, addr; in shm16read__read_file() local
73 routing = dev->dfsentry->shm16read_routing_next; in shm16read__read_file()
75 if ((routing > B43_MAX_SHM_ROUTING) || in shm16read__read_file()
79 val = b43_shm_read16(dev, routing, addr); in shm16read__read_file()
88 unsigned int routing, addr; in shm16read__write_file() local
91 res = sscanf(buf, "0x%X 0x%X", &routing, &addr); in shm16read__write_file()
94 if (routing > B43_MAX_SHM_ROUTING) in shm16read__write_file()
98 if (routing == B43_SHM_SHARED) { in shm16read__write_file()
103 dev->dfsentry->shm16read_routing_next = routing; in shm16read__write_file()
112 unsigned int routing, addr, mask, set; in shm16write__write_file() local
[all …]
Dmain.h66 u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset);
67 u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset);
68 void b43_shm_write32(struct b43_wldev *dev, u16 routing, u16 offset, u32 value);
69 void b43_shm_write16(struct b43_wldev *dev, u16 routing, u16 offset, u16 value);
Dphy_ht.c38 static const u16 routing[] = { R2059_C1, R2059_C2, R2059_C3, }; in b43_radio_2059_channel_setup() local
57 r = routing[core]; in b43_radio_2059_channel_setup()
144 static const u16 routing[] = { R2059_C1, R2059_C2, R2059_C3 }; in b43_radio_2059_init() local
152 for (i = 0; i < ARRAY_SIZE(routing); i++) in b43_radio_2059_init()
153 b43_radio_set(dev, routing[i] | 0x146, 0x3); in b43_radio_2059_init()
611 static const u16 routing[] = { R2059_C1, R2059_C2, R2059_C3, }; in b43_phy_ht_tssi_setup() local
617 b43_radio_write(dev, routing[core] | 0x0159, 0x0011); in b43_phy_ht_tssi_setup()
Dmain.c479 u16 routing, u16 offset) in b43_shm_control_word() argument
484 control = routing; in b43_shm_control_word()
490 u32 b43_shm_read32(struct b43_wldev *dev, u16 routing, u16 offset) in b43_shm_read32() argument
494 if (routing == B43_SHM_SHARED) { in b43_shm_read32()
498 b43_shm_control_word(dev, routing, offset >> 2); in b43_shm_read32()
500 b43_shm_control_word(dev, routing, (offset >> 2) + 1); in b43_shm_read32()
507 b43_shm_control_word(dev, routing, offset); in b43_shm_read32()
513 u16 b43_shm_read16(struct b43_wldev *dev, u16 routing, u16 offset) in b43_shm_read16() argument
517 if (routing == B43_SHM_SHARED) { in b43_shm_read16()
521 b43_shm_control_word(dev, routing, offset >> 2); in b43_shm_read16()
[all …]
Dradio_2056.c10195 bool ignore_uploadflag, u16 routing, in b2056_upload_inittab() argument
10210 b43_radio_write(dev, routing | i, value); in b2056_upload_inittab()
/drivers/net/wireless/broadcom/b43legacy/
Dmain.h91 u16 routing, u16 offset);
93 u16 routing, u16 offset);
95 u16 routing, u16 offset,
98 u16 routing, u16 offset,
Dmain.c258 u16 routing, u16 offset) in b43legacy_shm_control_word() argument
264 control = routing; in b43legacy_shm_control_word()
271 u16 routing, u16 offset) in b43legacy_shm_read32() argument
275 if (routing == B43legacy_SHM_SHARED) { in b43legacy_shm_read32()
279 b43legacy_shm_control_word(dev, routing, offset >> 2); in b43legacy_shm_read32()
283 b43legacy_shm_control_word(dev, routing, in b43legacy_shm_read32()
291 b43legacy_shm_control_word(dev, routing, offset); in b43legacy_shm_read32()
298 u16 routing, u16 offset) in b43legacy_shm_read16() argument
302 if (routing == B43legacy_SHM_SHARED) { in b43legacy_shm_read16()
306 b43legacy_shm_control_word(dev, routing, offset >> 2); in b43legacy_shm_read16()
[all …]
/drivers/staging/comedi/drivers/ni_routing/
DREADME41 of signal routing capabilities of National Instruments data-acquisition and
92 simplify/clarify signal routing on NI devices, a corresponding
94 valid _direct_ routing capabilities of the board.
123 spreadsheet representations of the routing data. The choice of using a
155 In summary, similar confusion about signal routing configuration, albeit less,
/drivers/media/pci/ivtv/
DMakefile2 ivtv-objs := ivtv-routing.o ivtv-cards.o ivtv-controls.o \
/drivers/net/ipa/
DKconfig12 including routing, filtering, and NAT. Currently the IPA
/drivers/bluetooth/
Dbtbcm.h37 __u8 routing; member
/drivers/scsi/bfa/
Dbfa_fcbuild.c40 fc_els_req_tmpl.routing = FC_RTG_EXT_LINK; in fcbuild_init()
51 fc_els_rsp_tmpl.routing = FC_RTG_EXT_LINK; in fcbuild_init()
62 fc_bls_req_tmpl.routing = FC_RTG_BASIC_LINK; in fcbuild_init()
70 fc_bls_rsp_tmpl.routing = FC_RTG_BASIC_LINK; in fcbuild_init()
120 fcp_fchs_tmpl.routing = FC_RTG_FC4_DEV_DATA; in fcbuild_init()
134 fchs->routing = FC_RTG_FC4_DEV_DATA; in fc_gs_fchdr_build()
156 fchs->routing = FC_RTG_FC4_DEV_DATA; in fc_gsresp_fchdr_build()
Dbfa_fc.h58 u32 routing:4; /* routing bits */ member
62 u32 routing:4; /* routing bits */
Dbfa_fcs.c1533 if (fchs->routing == FC_RTG_EXT_HDR && in bfa_fcs_uf_recv()
Dbfa_fcs_lport.c828 if ((fchs->routing == FC_RTG_BASIC_LINK) && in bfa_fcs_lport_uf_recv()
/drivers/net/wireless/
Dwl3501.h464 u8 routing; member
478 u8 routing; member
/drivers/staging/most/Documentation/
Ddriver_usage.txt31 routing through all three layers, the configuration of the driver, the
89 buffer management and the data/message routing.
/drivers/isdn/hardware/mISDN/
Dhfcmulti.c2862 int flow_tx = 0, flow_rx = 0, routing = 0; in mode_hfcmulti() local
2931 routing = bank_tx ? 0xc0 : 0x80; in mode_hfcmulti()
2933 routing = 0x40; /* loop */ in mode_hfcmulti()
2938 flow_tx, routing, conf); in mode_hfcmulti()
2940 HFC_outb(hc, A_SL_CFG, (ch << 1) | routing); in mode_hfcmulti()
2960 routing = bank_rx ? 0x80 : 0xc0; /* reversed */ in mode_hfcmulti()
2962 routing = 0x40; /* loop */ in mode_hfcmulti()
2967 flow_rx, routing, conf); in mode_hfcmulti()
2969 HFC_outb(hc, A_SL_CFG, (ch << 1) | V_CH_DIR | routing); in mode_hfcmulti()
/drivers/bus/
DKconfig64 Interconnect (so called AXI Main Interconnect) routing IO requests
/drivers/net/usb/
DKconfig160 (CONFIG_BRIDGE) instead of routing.