Lines Matching refs:word

169 static inline word SMC_inw(struct eth_device *dev, dword offset)  in SMC_inw()
171 word v; in SMC_inw()
172 v = *((volatile word*)(dev->iobase + offset)); in SMC_inw()
177 static inline void SMC_outw(struct eth_device *dev, word value, dword offset) in SMC_outw()
179 *((volatile word*)(dev->iobase + offset)) = value; in SMC_outw()
185 word _w; in SMC_inb()
193 word _w; in SMC_outb()
197 *((volatile word*)(dev->iobase + (offset & ~((dword)1)))) = in SMC_outb()
200 *((volatile word*)(dev->iobase + offset)) = in SMC_outb()
207 volatile word *p = (volatile word *)buf; in SMC_insw()
219 volatile word *p = (volatile word *)buf; in SMC_outsw()
242 word old_bank = SMC_inw (dev, BSR_REG); in poll4int()
425 word saved_ptr; in smc_send()
539 SMC_outw (dev, *((word *) (buf + (length & 0xFFFFFFFC))), in smc_send()
609 word address; in smc_write_hwaddr()
668 word status; in smc_rcv()
669 word packet_length; in smc_rcv()
675 word saved_ptr; in smc_rcv()
782 static word smc_modify_regbit(struct eth_device *dev, int bank, int ioaddr, int reg,
785 word regval;
816 static void smc_modify_reg(struct eth_device *dev, int bank, int ioaddr, int reg, word val)
882 static word smc_read_phy_register (struct eth_device *dev, byte phyreg) in smc_read_phy_register()
887 word mii_reg; in smc_read_phy_register()
891 word phydata; in smc_read_phy_register()
1000 word phydata) in smc_write_phy_register()
1004 word mask; in smc_write_phy_register()
1005 word mii_reg; in smc_write_phy_register()
1115 word my_phy_caps; /* My PHY capabilities */ in smc_phy_configure()
1116 word my_ad_caps; /* My Advertised capabilities */ in smc_phy_configure()
1117 word status = 0; /*;my status = 0 */ in smc_phy_configure()