Searched refs:AccessWidth (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/dev/acpica/components/hardware/ |
| H A D | hwregs.c | 229 else if (Reg->AccessWidth) in AcpiHwGetAccessBitWidth() 231 AccessBitWidth = ACPI_ACCESS_BIT_WIDTH (Reg->AccessWidth); in AcpiHwGetAccessBitWidth() 293 UINT8 AccessWidth; in AcpiHwValidateRegister() local 326 if (Reg->AccessWidth > 4) in AcpiHwValidateRegister() 329 "Unsupported register access width: 0x%X", Reg->AccessWidth)); in AcpiHwValidateRegister() 335 AccessWidth = AcpiHwGetAccessBitWidth (*Address, Reg, MaxBitWidth); in AcpiHwValidateRegister() 336 BitWidth = ACPI_ROUND_UP (Reg->BitOffset + Reg->BitWidth, AccessWidth); in AcpiHwValidateRegister() 372 UINT8 AccessWidth; in AcpiHwRead() local 397 AccessWidth = AcpiHwGetAccessBitWidth (Address, Reg, 64); in AcpiHwRead() 408 if (BitOffset >= AccessWidth) in AcpiHwRead() [all …]
|
| /freebsd/sys/dev/wdatwd/ |
| H A D | wdatwd.c | 425 if (rr->AccessWidth < 1 || rr->AccessWidth > 4) in wdat_alloc_region() 432 res->end = res->start + (1 << (rr->AccessWidth - 1)); in wdat_alloc_region() 688 wdat->entry.RegisterRegion.AccessWidth == 1 in wdatwd_attach() 690 : wdat->entry.RegisterRegion.AccessWidth == 2 in wdatwd_attach() 692 : wdat->entry.RegisterRegion.AccessWidth == 3 in wdatwd_attach() 694 : wdat->entry.RegisterRegion.AccessWidth == 4 in wdatwd_attach()
|
| /freebsd/sys/dev/uart/ |
| H A D | uart_cpu_acpi.c | 89 switch (addr->AccessWidth) { in uart_cpu_acpi_init_devinfo() 106 (int)addr->AccessWidth); in uart_cpu_acpi_init_devinfo()
|
| /freebsd/sys/dev/acpica/ |
| H A D | acpi_package.c | 150 *accsize = gas.AccessWidth; in acpi_PkgFFH_IntelCpu()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | actbl.h | 244 UINT8 AccessWidth; /* Minimum Access size (ACPI 3.0) */ member
|
| /freebsd/sys/dev/xen/cpu/ |
| H A D | xen_acpi_cpu.c | 121 reg->reserved = raw.gas.AccessWidth; in acpi_get_pct() 314 cx_ptr->reg.access_size = gas.AccessWidth; in acpi_fetch_cx()
|
| /freebsd/usr.sbin/bhyve/ |
| H A D | basl.c | 141 gas->AccessWidth = access_width; in basl_fill_gas() 575 .AccessWidth = access_width, in basl_table_append_gas()
|
| /freebsd/sys/contrib/dev/acpica/common/ |
| H A D | dmtbinfo.c | 225 {ACPI_DMT_ACCWIDTH, ACPI_GAS_OFFSET (AccessWidth), "Encoded Access Width", 0},
|
| /freebsd/sys/contrib/dev/acpica/components/tables/ |
| H A D | tbfadt.c | 363 GenericAddress->AccessWidth = 0; /* Access width ANY */ in AcpiTbInitGenericAddress()
|
| /freebsd/stand/efi/loader/ |
| H A D | main.c | 912 rw = acpi_uart_regionwidth(spcr->SerialPort.AccessWidth); in check_acpi_spcr()
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 3020 Update for Generic Address Space (GAS) support: Although the AccessWidth
|