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

  /src/sys/dev/pci/bktr/
bktr_reg.h 415 struct bktr_softc;
417 u_int8_t bktr_INB(struct bktr_softc *, int);
418 u_int16_t bktr_INW(struct bktr_softc *, int);
419 u_int32_t bktr_INL(struct bktr_softc *, int);
420 void bktr_OUTB(struct bktr_softc *, int, u_int8_t);
421 void bktr_OUTW(struct bktr_softc *, int, u_int16_t);
422 void bktr_OUTL(struct bktr_softc *, int, u_int32_t);
436 struct bktr_softc { struct
589 typedef struct bktr_softc bktr_reg_t;
590 typedef struct bktr_softc* bktr_ptr_t
    [all...]
bktr_os.c 255 sizeof(struct bktr_softc),
343 struct bktr_softc *bktr = device_get_softc(dev);
505 struct bktr_softc *bktr = device_get_softc(dev);
548 struct bktr_softc *bktr = device_get_softc(dev);
605 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit);
685 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit);
723 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit);
761 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit);
796 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit);
824 bktr = (struct bktr_softc*)devclass_get_softc(bktr_devclass, unit)
    [all...]

Completed in 13 milliseconds