Searched refs:fe_write (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/sys/arch/mips/ralink/ |
| H A D | ralink_eth.c | 279 fe_write(const ralink_eth_softc_t *sc, const bus_size_t off, const uint32_t val) in fe_write() function 462 fe_write(sc, RA_FE_GDMA1_MAC_LSB, in ralink_eth_attach() 465 fe_write(sc, RA_FE_GDMA1_MAC_MSB, in ralink_eth_attach() 819 fe_write(sc, RA_FE_MDIO_CFG1, in ralink_eth_hw_init() 885 fe_write(sc, RA_FE_PDMA_GLOBAL_CFG, r); in ralink_eth_hw_init() 890 fe_write(sc, RA_FE_VLAN_ID_0001, 0x00010000); in ralink_eth_hw_init() 891 fe_write(sc, RA_FE_VLAN_ID_0203, 0x00030002); in ralink_eth_hw_init() 892 fe_write(sc, RA_FE_VLAN_ID_0405, 0x00050004); in ralink_eth_hw_init() 893 fe_write(sc, RA_FE_VLAN_ID_0607, 0x00070006); in ralink_eth_hw_init() 894 fe_write(sc, RA_FE_VLAN_ID_0809, 0x00090008); in ralink_eth_hw_init() [all …]
|