Searched refs:DISABLEIRQS (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/ethernet/i825xx/ |
H A D | ether1.c | 80 #define DISABLEIRQS 1 macro 515 while (ether1_readw(dev, ISCP_ADDR, iscp_t, iscp_busy, DISABLEIRQS) == 1) { in ether1_init_for_open() 524 while (((status = ether1_readw(dev, CFG_ADDR, cfg_t, cfg_status, DISABLEIRQS)) in ether1_init_for_open() 541 while (((status = ether1_readw(dev, SA_ADDR, sa_t, sa_status, DISABLEIRQS)) in ether1_init_for_open() 558 while (((status = ether1_readw(dev, MC_ADDR, mc_t, mc_status, DISABLEIRQS)) in ether1_init_for_open() 575 while (((status = ether1_readw(dev, TDR_ADDR, tdr_t, tdr_status, DISABLEIRQS)) in ether1_init_for_open() 589 status = ether1_readw(dev, TDR_ADDR, tdr_t, tdr_result, DISABLEIRQS); in ether1_init_for_open()
|