Lines Matching refs:where

605 	int (*read_byte)(struct pci_controller*, pci_dev_t, int where, u8 *);
606 int (*read_word)(struct pci_controller*, pci_dev_t, int where, u16 *);
607 int (*read_dword)(struct pci_controller*, pci_dev_t, int where, u32 *);
608 int (*write_byte)(struct pci_controller*, pci_dev_t, int where, u8);
609 int (*write_word)(struct pci_controller*, pci_dev_t, int where, u16);
610 int (*write_dword)(struct pci_controller*, pci_dev_t, int where, u32);
628 pci_dev_t, int where, u8 *), in pci_set_ops() argument
630 pci_dev_t, int where, u16 *), in pci_set_ops()
632 pci_dev_t, int where, u32 *), in pci_set_ops()
634 pci_dev_t, int where, u8), in pci_set_ops()
636 pci_dev_t, int where, u16), in pci_set_ops()
638 pci_dev_t, int where, u32)) { in pci_set_ops()
689 pci_dev_t dev, int where, u8 *val);
691 pci_dev_t dev, int where, u16 *val);
693 pci_dev_t dev, int where, u32 *val);
695 pci_dev_t dev, int where, u8 val);
697 pci_dev_t dev, int where, u16 val);
699 pci_dev_t dev, int where, u32 val);
703 extern int pci_read_config_byte(pci_dev_t dev, int where, u8 *val);
704 extern int pci_read_config_word(pci_dev_t dev, int where, u16 *val);
705 extern int pci_read_config_dword(pci_dev_t dev, int where, u32 *val);
706 extern int pci_write_config_byte(pci_dev_t dev, int where, u8 val);
707 extern int pci_write_config_word(pci_dev_t dev, int where, u16 val);
708 extern int pci_write_config_dword(pci_dev_t dev, int where, u32 val);
719 pci_dev_t dev, int where, u8 *val);
721 pci_dev_t dev, int where, u16 *val);
723 pci_dev_t dev, int where, u8 val);
725 pci_dev_t dev, int where, u16 val);