Searched refs:GP2 (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/pcmcia/ |
H A D | if_xe.c | 829 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 D | if_xereg.h | 108 #define GP2 0xd /* RW - General purpose register 2 */ macro
|