Home
last modified time | relevance | path

Searched refs:pi_width (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/bus/pci/
H A Dpci_user.c223 int pi_width; /* width (in bytes) of read or write */ member
597 iodata.pi_width = io_old->pi_width;
605 switch(io->pi_width) {
611 io->pi_reg & (io->pi_width - 1)) {
639 io->pi_width);
648 io->pi_width);
657 io->pi_width);
/dragonfly/sys/sys/
H A Dpciio.h113 int pi_width; /* width (in bytes) of read or write */ member
/dragonfly/usr.sbin/pciconf/
H A Dpciconf.c739 pi.pi_width = width; in read_config()
833 pi.pi_width = width; in writeit()