HomeSort by: relevance | last modified time | path
    Searched refs:GP2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pcmcia/
if_xi.c 492 bus_space_write_1(bst, bsh, GP2, MDC_LOW);
496 bus_space_write_1(bst, bsh, GP2, MDC_HIGH);
510 bus_space_write_1(bst, bsh, GP2, bit | MDC_LOW);
514 bus_space_write_1(bst, bsh, GP2, bit | MDC_HIGH);
528 bus_space_write_1(bst, bsh, GP2, MDC_LOW);
532 x = bus_space_read_1(bst, bsh, GP2);
533 bus_space_write_1(bst, bsh, GP2, MDC_HIGH);
1081 * Drive GP1 low to power up ML6692 and GP2 high to power up
if_xireg.h 112 #define GP2 0xd /* RW - General purpose register 2 */
197 #define GP2_WR 0x02 /* GP2 pin output value. */
199 #define GP2_OUT 0x08 /* GP2 pin output select. */
201 #define GP2_RD 0x20 /* GP2 pin input value. */
235 /* GP2 register bits */

Completed in 14 milliseconds