Lines Matching refs:iowrite32be

309 		iowrite32be(tmp0, &regs->mac_addr0.mac_addr_l);  in add_addr_in_paddr()
310 iowrite32be(tmp1, &regs->mac_addr0.mac_addr_u); in add_addr_in_paddr()
312 iowrite32be(tmp0, &regs->mac_addr[paddr_num - 1].mac_addr_l); in add_addr_in_paddr()
313 iowrite32be(tmp1, &regs->mac_addr[paddr_num - 1].mac_addr_u); in add_addr_in_paddr()
326 iowrite32be(tmp, &regs->command_config); in reset()
351 iowrite32be(tmp, &regs->imask); in set_exception()
373 iowrite32be(tmp, &regs->command_config); in init()
376 iowrite32be((u32)cfg->max_frame_length, &regs->maxfrm); in init()
379 iowrite32be((u32)cfg->pause_quanta, &regs->pause_quanta[0]); in init()
380 iowrite32be((u32)0, &regs->pause_thresh[0]); in init()
383 iowrite32be(0xffffffff, &regs->ievent); in init()
476 iowrite32be(event, &regs->ievent); in memac_err_exception()
502 iowrite32be(event, &regs->ievent); in memac_exception()
564 iowrite32be(tmp, &regs->command_config); in memac_set_promiscuous()
578 iowrite32be(tmp, &regs->tx_fifo_sections); in memac_set_tx_pause_frames()
583 iowrite32be(tmp, &regs->command_config); in memac_set_tx_pause_frames()
591 iowrite32be(tmp, &regs->pause_quanta[priority / 2]); in memac_set_tx_pause_frames()
599 iowrite32be(tmp, &regs->pause_thresh[priority / 2]); in memac_set_tx_pause_frames()
615 iowrite32be(tmp, &regs->command_config); in memac_accept_rx_pause_frames()
708 iowrite32be(tmp, &regs->if_mode); in memac_mac_config()
739 iowrite32be(tmp, &regs->if_mode); in memac_link_up()
754 iowrite32be(tmp, &regs->tx_fifo_sections); in memac_link_up()
760 iowrite32be(tmp, &regs->command_config); in memac_link_up()
773 iowrite32be(tmp, &regs->command_config); in memac_link_down()
819 iowrite32be(hash | HASH_CTRL_MCAST_EN, &regs->hashtable_ctrl); in memac_add_hash_mac_address()
831 iowrite32be(entry | HASH_CTRL_MCAST_EN, in memac_set_allmulti()
835 iowrite32be(entry & ~HASH_CTRL_MCAST_EN, in memac_set_allmulti()
873 iowrite32be(hash & ~HASH_CTRL_MCAST_EN, in memac_del_hash_mac_address()
941 iowrite32be(reg32, &memac->regs->command_config); in memac_init()