Searched refs:FM_A (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/fddi/skfp/ |
H A D | fplustm.c | 332 outpw(FM_A(FM_FCNTR),0) ; in mac_counter_init() 333 outpw(FM_A(FM_LCNTR),0) ; in mac_counter_init() 334 outpw(FM_A(FM_ECNTR),0) ; in mac_counter_init() 524 outpw(FM_A(FM_WPXSF),0) ; in build_claim_beacon() 525 outpw(FM_A(FM_RPXSF),0) ; in build_claim_beacon() 636 outpw(FM_A(FM_IMSK1U),MW) ; in disable_formac() 637 outpw(FM_A(FM_IMSK1L),MW) ; in disable_formac() 950 outpw(FM_A(FM_TVX), in init_mac() 1233 outpw(FM_A(FM_AFCOMP2), in mac_update_multicast() 1235 outpw(FM_A(FM_AFCOMP1), in mac_update_multicast() [all …]
|
H A D | drvfbi.c | 95 outpw(FM_A(FM_MDREG1),FM_MINIT) ; in card_start() 165 outpw(FM_A(FM_MDREG1),FM_MINIT) ; in card_stop() 208 stu = inpw(FM_A(FM_ST1U)) ; in mac1_irq() 209 stl = inpw(FM_A(FM_ST1L)) ; in mac1_irq()
|
H A D | hwmtm.c | 747 stu = inpw(FM_A(FM_ST1U)) ; in fddi_isr() 748 stl = inpw(FM_A(FM_ST1L)) ; in fddi_isr() 753 stu= inpw(FM_A(FM_ST2U)) ; in fddi_isr() 754 stl= inpw(FM_A(FM_ST2L)) ; in fddi_isr() 760 stu= inpw(FM_A(FM_ST3U)) ; in fddi_isr() 761 stl= inpw(FM_A(FM_ST3L)) ; in fddi_isr()
|
/openbmc/linux/drivers/net/fddi/skfp/h/ |
H A D | skfbi.h | 794 #define MODR1 FM_A(FM_MDREG1) /* mode register 1 */ 795 #define MODR2 FM_A(FM_MDREG2) /* mode register 2 */ 826 outpw(FM_A(FM_MDRL),(unsigned int)(dd)) 830 #define MDRR() (((long)inpw(FM_A(FM_MDRU))<<16) + inpw(FM_A(FM_MDRL))) 833 #define GET_ST1() (((long)inpw(FM_A(FM_ST1U))<<16) + inpw(FM_A(FM_ST1L))) 834 #define GET_ST2() (((long)inpw(FM_A(FM_ST2U))<<16) + inpw(FM_A(FM_ST2L))) 836 #define GET_ST3() (((long)inpw(FM_A(FM_ST3U))<<16) + inpw(FM_A(FM_ST3L))) 840 #define MDRR() inp2w((FM_A(FM_MDRU)),(FM_A(FM_MDRL))) 843 #define GET_ST1() inp2w((FM_A(FM_ST1U)),(FM_A(FM_ST1L))) 844 #define GET_ST2() inp2w((FM_A(FM_ST2U)),(FM_A(FM_ST2L))) [all …]
|