Searched refs:extract_bytes (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/pci/ |
| H A D | ce4100.c | 160 static inline void extract_bytes(u32 *value, int reg, int len) in extract_bytes() function 250 extract_bytes(value, reg, len); in ce4100_bus1_read()
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-mmio-v3.c | 22 unsigned long extract_bytes(u64 data, unsigned int offset, in extract_bytes() function 232 ret = extract_bytes(READ_ONCE(irq->mpidr), addr & 7, len); in vgic_mmio_read_irouter() 362 return extract_bytes(value, addr & 7, len); in vgic_mmio_read_v3r_typer() 484 return extract_bytes(dist->propbaser, addr & 7, len); in vgic_mmio_read_propbase() 515 return extract_bytes(value, addr & 7, len); in vgic_mmio_read_pendbase()
|
| H A D | vgic-mmio.h | 106 unsigned long extract_bytes(u64 data, unsigned int offset,
|