Searched refs:RXENABLE (Results 1 – 5 of 5) sorted by relevance
18 #define RXENABLE 0x00000100 macro184 val = RXENABLE | RUN | MODE_8BIT | STOP_1BIT | PARITYODD; in sti_asc_serial_probe()
25 #define RXENABLE 0x00000004 macro417 value |= RXENABLE | TXENABLE; in xgmac_init()488 value &= ~(RXENABLE | TXENABLE); in xgmac_halt()
47 #define RXENABLE (1 << 2) macro
269 writel(readl(&mac_p->conf) & ~(RXENABLE | TXENABLE), &mac_p->conf); in _dw_eth_halt()341 writel(readl(&mac_p->conf) | RXENABLE | TXENABLE, &mac_p->conf); in designware_eth_enable()
400 #define RXENABLE 0x12 macro4167 write_reg(info, CMD, RXENABLE); in rx_start()