Searched refs:write_nic_byte (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dipw2100.c395 static inline void write_nic_byte(struct net_device *dev, u32 addr, u8 val) function
8491 write_nic_byte(dev, 0x210014, 0x72); /* fifo width =16 */
8493 write_nic_byte(dev, 0x210014, 0x72); /* fifo width =16 */
8497 write_nic_byte(dev, 0x210000, 0x40);
8499 write_nic_byte(dev, 0x210000, 0x0);
8501 write_nic_byte(dev, 0x210000, 0x40);
8507 write_nic_byte(dev, 0x210010, *microcode_data++);
8508 write_nic_byte(dev, 0x210010, *microcode_data++);
8513 write_nic_byte(dev, 0x210000, 0x0);
8518 write_nic_byte(de
[all...]

Completed in 103 milliseconds