Searched refs:GRETH_REGLOAD (Results 1 – 1 of 1) sorted by relevance
81 #define GRETH_REGLOAD(a) (be32_to_cpu(__raw_readl(&(a)))) macro407 ctrl = GRETH_REGLOAD(greth->regs->control); in greth_start_xmit()596 status = GRETH_REGLOAD(greth->regs->status); in greth_interrupt()602 ctrl = GRETH_REGLOAD(greth->regs->control); in greth_interrupt()993 ctrl = GRETH_REGLOAD(greth->regs->control); in greth_poll()1005 if (GRETH_REGLOAD(greth->regs->status) & mask) { in greth_poll()1068 cfg = GRETH_REGLOAD(regs->control); in greth_set_multicast_list()1176 data = (GRETH_REGLOAD(greth->regs->mdio) >> 16) & 0xFFFF; in greth_mdio_read()1213 ctrl = GRETH_REGLOAD(greth->regs->control) & in greth_link_change()1395 while (GRETH_REGLOAD(regs->control) & GRETH_RESET) { in greth_of_probe()[all …]