Searched refs:ED_SB98_EEP_SDA (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/ed/
H A Dif_ed_cbus.c362 #define ED_SB98_EEP_SDA 0x01 /* Serial Data */ macro
1362 ed_asic_outb(sc, ED_SB98_EEP, ED_SB98_EEP_SDA | ED_SB98_EEP_SCL);
1371 val = ED_SB98_EEP_SDA;
1394 ed_asic_outb(sc, ED_SB98_EEP, ED_SB98_EEP_SDA);
1396 ed_asic_outb(sc, ED_SB98_EEP, ED_SB98_EEP_SDA | ED_SB98_EEP_SCL);
1399 val |= (ed_asic_inb(sc, ED_SB98_EEP) & ED_SB98_EEP_SDA);
1406 ed_asic_outb(sc, ED_SB98_EEP, ED_SB98_EEP_SDA);
1408 ed_asic_outb(sc, ED_SB98_EEP, ED_SB98_EEP_SDA | ED_SB98_EEP_SCL);
1414 ed_asic_outb(sc, ED_SB98_EEP, ED_SB98_EEP_SDA | ED_SB98_EEP_SCL);

Completed in 118 milliseconds