Searched refs:SEND_BIT (Results 1 – 2 of 2) sorted by relevance
455 #define SEND_BIT(x) send_bit(hmep, x) macro466 SEND_BIT(0); SEND_BIT(1); /* <ST> */ in hme_bb_mii_write()467 SEND_BIT(0); SEND_BIT(1); /* <OP> */ in hme_bb_mii_write()470 SEND_BIT((phyad >> i) & 1); in hme_bb_mii_write()474 SEND_BIT((regad >> i) & 1); in hme_bb_mii_write()477 SEND_BIT(1); SEND_BIT(0); /* <TA> */ in hme_bb_mii_write()480 SEND_BIT((data >> i) & 1); in hme_bb_mii_write()497 SEND_BIT(0); SEND_BIT(1); /* <ST> */ in hme_bb_mii_read()498 SEND_BIT(1); SEND_BIT(0); /* <OP> */ in hme_bb_mii_read()500 SEND_BIT((phyad >> i) & 1); in hme_bb_mii_read()[all …]
3293 #define SEND_BIT(x) send_bit(erip, x) macro3306 SEND_BIT(0); SEND_BIT(1); /* <ST> */ in eri_bb_mii_write()3307 SEND_BIT(0); SEND_BIT(1); /* <OP> */ in eri_bb_mii_write()3309 SEND_BIT((phyad >> i) & 1); in eri_bb_mii_write()3312 SEND_BIT((regad >> i) & 1); in eri_bb_mii_write()3314 SEND_BIT(1); SEND_BIT(0); /* <TA> */ in eri_bb_mii_write()3316 SEND_BIT((data >> i) & 1); in eri_bb_mii_write()3335 SEND_BIT(0); SEND_BIT(1); /* <ST> */ in eri_bb_mii_read()3336 SEND_BIT(1); SEND_BIT(0); /* <OP> */ in eri_bb_mii_read()3338 SEND_BIT((phyad >> i) & 1); in eri_bb_mii_read()[all …]