/src/sys/arch/evbarm/iyonix/ |
iyonix_pci.c | 70 void pci_conf_write_byte(pci_chipset_tag_t, pcitag_t, int, int); 166 pci_conf_write_byte(pci_chipset_tag_t pc, pcitag_t tag, int addr, int value) function in typeref:typename:void 206 pci_conf_write_byte(pc, tag, 0x53, 0x40); 207 pci_conf_write_byte(pc, tag, 0x52, 0x00); 210 pci_conf_write_byte(pc, tag, 0x7e, status & ~0x80); 213 pci_conf_write_byte(pc, tag, 0x77, 1 << 6); 216 pci_conf_write_byte(pc, tag, 0x78, 1 << 7);
|
iyonix_pci.c | 70 void pci_conf_write_byte(pci_chipset_tag_t, pcitag_t, int, int); 166 pci_conf_write_byte(pci_chipset_tag_t pc, pcitag_t tag, int addr, int value) function in typeref:typename:void 206 pci_conf_write_byte(pc, tag, 0x53, 0x40); 207 pci_conf_write_byte(pc, tag, 0x52, 0x00); 210 pci_conf_write_byte(pc, tag, 0x7e, status & ~0x80); 213 pci_conf_write_byte(pc, tag, 0x77, 1 << 6); 216 pci_conf_write_byte(pc, tag, 0x78, 1 << 7);
|
/src/sys/arch/iyonix/iyonix/ |
iyonix_pci.c | 71 void pci_conf_write_byte(pci_chipset_tag_t, pcitag_t, int, int); 167 pci_conf_write_byte(pci_chipset_tag_t pc, pcitag_t tag, int addr, int value) function in typeref:typename:void 207 pci_conf_write_byte(pc, tag, 0x53, 0x40); 208 pci_conf_write_byte(pc, tag, 0x52, 0x00); 211 pci_conf_write_byte(pc, tag, 0x7e, status & ~0x80); 214 pci_conf_write_byte(pc, tag, 0x77, 1 << 6); 217 pci_conf_write_byte(pc, tag, 0x78, 1 << 7);
|
iyonix_pci.c | 71 void pci_conf_write_byte(pci_chipset_tag_t, pcitag_t, int, int); 167 pci_conf_write_byte(pci_chipset_tag_t pc, pcitag_t tag, int addr, int value) function in typeref:typename:void 207 pci_conf_write_byte(pc, tag, 0x53, 0x40); 208 pci_conf_write_byte(pc, tag, 0x52, 0x00); 211 pci_conf_write_byte(pc, tag, 0x7e, status & ~0x80); 214 pci_conf_write_byte(pc, tag, 0x77, 1 << 6); 217 pci_conf_write_byte(pc, tag, 0x78, 1 << 7);
|