Searched refs:update_cr6 (Results 1 – 1 of 1) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | dmfe.c | 230 static void update_cr6(u32, unsigned long); 319 update_cr6(db->cr6_data, ioaddr); in dmfe_init_dm910x() 335 update_cr6(db->cr6_data, ioaddr); in dmfe_init_dm910x() 559 static void update_cr6(u32 cr6_data, unsigned long ioaddr) in update_cr6() function 651 update_cr6(db->cr6_data | 0x2000, BASE); in send_filter_frame() 653 update_cr6(db->cr6_data, BASE); in send_filter_frame() 710 update_cr6((db->cr6_data & ~0x40000), BASE); 765 update_cr6(db->cr6_data, BASE); in dmfe_set_phyxcer() 840 update_cr6(db->cr6_data, BASE); 1126 update_cr6(db->cr6_data | 0x40000, BASE); in dmfe_parse_srom()
|