Home
last modified time | relevance | path

Searched defs:phdl (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/rtl8822b/pci/
H A Drtl8822be_io.c186 static u8 pci_read8_129x(struct intf_hdl *phdl, u32 addr) in pci_read8_129x()
193 static u16 pci_read16_129x(struct intf_hdl *phdl, u32 addr) in pci_read16_129x()
200 static u32 pci_read32_129x(struct intf_hdl *phdl, u32 addr) in pci_read32_129x()
213 static int pci_write8_129x(struct intf_hdl *phdl, u32 addr, u8 val) in pci_write8_129x()
221 static int pci_write16_129x(struct intf_hdl *phdl, u32 addr, u16 val) in pci_write16_129x()
229 static int pci_write32_129x(struct intf_hdl *phdl, u32 addr, u32 val) in pci_write32_129x()
239 static u8 pci_read8(struct intf_hdl *phdl, u32 addr) in pci_read8()
246 static u16 pci_read16(struct intf_hdl *phdl, u32 addr) in pci_read16()
253 static u32 pci_read32(struct intf_hdl *phdl, u32 addr) in pci_read32()
266 static int pci_write8(struct intf_hdl *phdl, u32 addr, u8 val) in pci_write8()
[all …]
/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Ddmar.c2247 acpi_handle *phdl = retval; in dmar_get_dsm_handle() local