Home
last modified time | relevance | path

Searched refs:GP2 (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/dev/pcmcia/
H A Dif_xe.c829 bus_space_write_1(bst, bsh, offset + GP2, MDC_LOW); in xe_mdi_idle()
833 bus_space_write_1(bst, bsh, offset + GP2, MDC_HIGH); in xe_mdi_idle()
848 bus_space_write_1(bst, bsh, offset + GP2, bit | MDC_LOW); in xe_mdi_pulse()
852 bus_space_write_1(bst, bsh, offset + GP2, bit | MDC_HIGH); in xe_mdi_pulse()
867 bus_space_write_1(bst, bsh, offset + GP2, MDC_LOW); in xe_mdi_probe()
871 x = bus_space_read_1(bst, bsh, offset + GP2) & MDIO; in xe_mdi_probe()
872 bus_space_write_1(bst, bsh, offset + GP2, MDC_HIGH); in xe_mdi_probe()
H A Dif_xereg.h108 #define GP2 0xd /* RW - General purpose register 2 */ macro