Searched refs:rt_pci_write_config_u8 (Results 1 – 7 of 7) sorted by relevance
| /components/drivers/watchdog/ |
| A D | watchdog-i6300esb.c | 81 rt_pci_write_config_u8(esb->pdev, ESB_LOCK_PCI_REG, ESB_WDT_ENABLE); in i6300esb_timer_start() 95 rt_pci_write_config_u8(esb->pdev, ESB_LOCK_PCI_REG, 0x0); in i6300esb_timer_stop() 226 rt_pci_write_config_u8(pdev, ESB_LOCK_PCI_REG, 0x00); in i6300esb_wdt_probe()
|
| /components/drivers/pci/ |
| A D | irq.c | 59 rt_pci_write_config_u8(pdev, PCIR_INTLINE, irq); in rt_pci_assign_irq()
|
| A D | procfs.c | 160 rt_pci_write_config_u8(pdev, pos, val); in pci_write() 208 rt_pci_write_config_u8(pdev, pos, val); in pci_write()
|
| A D | pci.c | 713 rt_pci_write_config_u8(pdev, PCIR_CACHELNSZ, RT_PCI_CACHE_LINE_SIZE); in rt_pci_device_alloc_resource() 714 rt_pci_write_config_u8(pdev, PCIR_LATTIMER, 0x80); in rt_pci_device_alloc_resource()
|
| A D | probe.c | 592 rt_pci_write_config_u8(pdev, PCIR_SUBBUS_1, bus_no); in pci_scan_bridge_extend()
|
| /components/drivers/ata/ |
| A D | ahci-pci.c | 42 rt_pci_write_config_u8(pdev, 0x41, 0xa1); in pci_ahci_init()
|
| /components/drivers/include/drivers/ |
| A D | pci.h | 397 rt_inline rt_err_t rt_pci_write_config_u8(const struct rt_pci_device *pdev, in rt_pci_write_config_u8() function
|
Completed in 12 milliseconds