Lines Matching defs:efir
1984 int efir, idx, ofs;
1999 efir = base[idx];
2000 bus_write_1(bar->b_res, efir, 0x09);
2001 v = bus_read_1(bar->b_res, efir + 1);
2004 bus_write_1(bar->b_res, efir, 0x16);
2005 v = bus_read_1(bar->b_res, efir + 1);
2006 bus_write_1(bar->b_res, efir, 0x16);
2007 bus_write_1(bar->b_res, efir + 1, v | 0x04);
2008 bus_write_1(bar->b_res, efir, 0x16);
2009 bus_write_1(bar->b_res, efir + 1, v & ~0x04);
2011 bus_write_1(bar->b_res, efir, 0x23);
2012 bus_write_1(bar->b_res, efir + 1, (ofs + 0x78) >> 2);
2013 bus_write_1(bar->b_res, efir, 0x24);
2014 bus_write_1(bar->b_res, efir + 1, (ofs + 0xf8) >> 2);
2015 bus_write_1(bar->b_res, efir, 0x25);
2016 bus_write_1(bar->b_res, efir + 1, (ofs + 0xe8) >> 2);
2017 bus_write_1(bar->b_res, efir, 0x17);
2018 bus_write_1(bar->b_res, efir + 1, 0x03);
2019 bus_write_1(bar->b_res, efir, 0x28);
2020 bus_write_1(bar->b_res, efir + 1, 0x43);