Searched refs:pi_type (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/arch/evbarm/ifpga/
H A Dplcom_ifpga.c80 sc->sc_pi.pi_type = PLCOM_TYPE_PL011;
82 sc->sc_pi.pi_type = PLCOM_TYPE_PL010;
/netbsd-current/sys/arch/arm/acpi/
H A Dplcom_acpi.c110 sc->sc_pi.pi_type = PLCOM_TYPE_PL011;
118 sc->sc_pi.pi_type = PLCOM_TYPE_GENERIC_UART;
H A Dacpi_platform.c191 plcom_console.pi_type = PLCOM_TYPE_PL011;
193 plcom_console.pi_type = PLCOM_TYPE_GENERIC_UART;
/netbsd-current/sys/arch/evbarm/integrator/
H A Dintegrator_machdep.c393 .pi_type = PLCOM_TYPE_PL011,
395 .pi_type = PLCOM_TYPE_PL010,
410 .pi_type = PLCOM_TYPE_PL011,
412 .pi_type = PLCOM_TYPE_PL010,
/netbsd-current/sys/dev/pci/
H A Dpci_resource.c82 uint8_t pi_type; /* PCI_MAPREG_TYPE_* */ member in struct:pci_iores
291 pi->pi_type == PCI_MAPREG_TYPE_MEM ? "mem" : "io ",
294 if (pi->pi_type == PCI_MAPREG_TYPE_MEM) {
371 pi->pi_type = PCI_MAPREG_TYPE_MEM;
386 pi->pi_type = PCI_MAPREG_TYPE_IO;
658 required |= __BIT(pi->pi_type);
665 if ((enabled & __BIT(pi->pi_type)) == 0) {
669 if (pi->pi_type == PCI_MAPREG_TYPE_IO) {
685 KASSERT(pi->pi_type == PCI_MAPREG_TYPE_MEM);
905 if ((enabled & __BIT(pi->pi_type)) !
[all...]
/netbsd-current/sys/arch/arm/fdt/
H A Dplcom_fdt.c106 sc->sc_pi.pi_type = of_compatible_lookup(faa->faa_phandle, compat_data)->value;
148 pi.pi_type = PLCOM_TYPE_PL011;
/netbsd-current/sys/arch/arm/imx/
H A Dimx23_plcom.c96 sc->sc_pi.pi_type = PLCOM_TYPE_PL011;
/netbsd-current/sys/arch/evbarm/dev/
H A Dplcom.c446 switch (pi->pi_type) {
477 switch (pi->pi_type) {
484 "Unknown plcom type: %d\n", pi->pi_type);
505 switch (pi->pi_type) {
513 switch (pi->pi_type) {
525 switch (pi->pi_type) {
538 switch (pi->pi_type) {
646 switch (pi->pi_type) {
770 switch (pi->pi_type) {
781 switch (pi->pi_type) {
[all...]
H A Dplcomvar.h73 u_int pi_type; member in struct:plcom_instance
/netbsd-current/external/bsd/file/dist/src/
H A Dcdf.c972 if (inp->pi_type & CDF_VECTOR)
1047 inp[i].pi_type = CDF_GETUINT32(q, 0);
1049 i, inp[i].pi_id, inp[i].pi_type, q - p, offs));
1050 if (inp[i].pi_type & CDF_VECTOR) {
1067 if (inp[i].pi_type & (CDF_ARRAY|CDF_BYREF|CDF_RESERVED))
1069 switch (inp[i].pi_type & CDF_TYPEMASK) {
1132 if (inp[i].pi_type & CDF_VECTOR)
1139 inp[i].pi_type));
1499 switch (info[i].pi_type) {
1551 info[i].pi_type));
[all...]
H A Dreadcdf.c171 switch (info[i].pi_type) {
206 if (info[i].pi_type == CDF_LENGTH32_WSTRING)
H A Dcdf.h168 uint32_t pi_type; member in struct:__anon14
/netbsd-current/sys/arch/evbarm/imx23_olinuxino/
H A Dimx23_olinuxino_machdep.c104 .pi_type = PLCOM_TYPE_PL011,

Completed in 230 milliseconds