Home
last modified time | relevance | path

Searched refs:slot (Results 176 – 200 of 742) sorted by relevance

12345678910>>...30

/freebsd/sys/contrib/device-tree/src/arm64/amlogic/
H A Dmeson-g12b-ugoos-am6.dts59 dai-tdm-slot-tx-mask-0 = <1 1>;
60 dai-tdm-slot-tx-mask-1 = <1 1>;
61 dai-tdm-slot-tx-mask-2 = <1 1>;
62 dai-tdm-slot-tx-mask-3 = <1 1>;
/freebsd/lib/libvmmapi/aarch64/
H A Dvmmapi_machdep.c103 int bus, int slot, int func) in vm_raise_msi() argument
111 vmsi.slot = slot; in vm_raise_msi()
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/
H A Dintel-ixp42x-linksys-wrv54g.dts37 /* There is an unpopulated LED slot (3) connected to GPIO 8 */
130 <0x0000 0 0 1 &gpio0 10 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 0 is irq 10 */
131 <0x0000 0 0 2 &gpio0 11 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 0 is irq 11 */
133 <0x0800 0 0 1 &gpio0 11 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 1 is irq 11 */
134 <0x0800 0 0 2 &gpio0 10 IRQ_TYPE_LEVEL_LOW>; /* INT B on slot 1 is irq 10 */
H A Dintel-ixp42x-usrobotics-usr8200.dts134 * We have 3 slots (IDSEL) with partly swizzled IRQs on slot 16.
142 <0x7000 0 0 1 &gpio0 7 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 14 is irq 7 */
144 <0x7800 0 0 1 &gpio0 8 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 15 is irq 8 */
146 <0x8000 0 0 1 &gpio0 11 IRQ_TYPE_LEVEL_LOW>, /* INT A on slot 16 is irq 11 */
147 <0x8000 0 0 2 &gpio0 10 IRQ_TYPE_LEVEL_LOW>, /* INT B on slot 16 is irq 10 */
148 <0x8000 0 0 3 &gpio0 9 IRQ_TYPE_LEVEL_LOW>; /* INT C on slot 16 is irq 9 */
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dp2020ds.dtsi219 // IDSEL 0x11 func 0 - PCI slot 1
223 // IDSEL 0x11 func 1 - PCI slot 1
227 // IDSEL 0x11 func 2 - PCI slot 1
231 // IDSEL 0x11 func 3 - PCI slot 1
235 // IDSEL 0x11 func 4 - PCI slot 1
239 // IDSEL 0x11 func 5 - PCI slot 1
243 // IDSEL 0x11 func 6 - PCI slot 1
247 // IDSEL 0x11 func 7 - PCI slot 1
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dti,tas2781.yaml111 reg = <0x38>, /* Audio slot 0 */
112 <0x3a>, /* Audio slot 1 */
113 <0x39>, /* Audio slot 2 */
114 <0x3b>; /* Audio slot 3 */
/freebsd/contrib/lua/src/
H A Dlapi.c640 const TValue *slot; in auxgetstr() local
643 setobj2s(L, L->top.p, slot); in auxgetstr()
675 const TValue *slot; in lua_gettable() local
680 setobj2s(L, L->top.p - 1, slot); in lua_gettable()
697 const TValue *slot; in lua_geti() local
700 if (luaV_fastgeti(L, t, n, slot)) { in lua_geti()
701 setobj2s(L, L->top.p, slot); in lua_geti()
830 const TValue *slot; in auxsetstr() local
857 const TValue *slot; in lua_settable() local
879 const TValue *slot; in lua_seti() local
[all …]
/freebsd/sys/dev/pci/
H A Dpci_dw.c86 #define IATU_CFG_SLOT(slot) ((uint64_t)((slot) & 0x1f) << 19) argument
148 pci_dw_check_dev(struct pci_dw_softc *sc, u_int bus, u_int slot, u_int func, in pci_dw_check_dev() argument
154 if (bus < sc->bus_start || bus > sc->bus_end || slot > PCI_SLOTMAX || in pci_dw_check_dev()
167 if (slot > 0 || func > 0) in pci_dw_check_dev()
503 pci_dw_read_config(device_t dev, u_int bus, u_int slot, in pci_dw_read_config() argument
514 if (!pci_dw_check_dev(sc, bus, slot, func, reg)) in pci_dw_read_config()
520 addr = IATU_CFG_BUS(bus) | IATU_CFG_SLOT(slot) | in pci_dw_read_config()
552 pci_dw_write_config(device_t dev, u_int bus, u_int slot, in pci_dw_write_config() argument
561 if (!pci_dw_check_dev(sc, bus, slot, func, reg)) in pci_dw_write_config()
567 addr = IATU_CFG_BUS(bus) | IATU_CFG_SLOT(slot) | in pci_dw_write_config()
H A Dpci_host_generic.c65 static uint32_t generic_pcie_read_config(device_t dev, u_int bus, u_int slot,
67 static void generic_pcie_write_config(device_t dev, u_int bus, u_int slot,
292 generic_pcie_read_config(device_t dev, u_int bus, u_int slot, in generic_pcie_read_config() argument
302 if ((slot > PCI_SLOTMAX) || (func > PCI_FUNCMAX) || in generic_pcie_read_config()
305 if ((sc->quirks & PCIE_ECAM_DESIGNWARE_QUIRK) && bus == 0 && slot > 0) in generic_pcie_read_config()
308 offset = PCIE_ADDR_OFFSET(bus - sc->bus_start, slot, func, reg); in generic_pcie_read_config()
328 generic_pcie_write_config(device_t dev, u_int bus, u_int slot, in generic_pcie_write_config() argument
337 if ((slot > PCI_SLOTMAX) || (func > PCI_FUNCMAX) || in generic_pcie_write_config()
341 offset = PCIE_ADDR_OFFSET(bus - sc->bus_start, slot, func, reg); in generic_pcie_write_config()
/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c1156 if (slot >= NFSV4_SLOTS || in newnfs_request()
1161 slot = nd->nd_slotid; in newnfs_request()
1162 } else if (slot != in newnfs_request()
1167 "slot=%d\n", slot, in newnfs_request()
1179 (0x1ULL << slot); in newnfs_request()
1184 slot = nd->nd_slotid; in newnfs_request()
1186 freeslot = slot; in newnfs_request()
1187 } else if (slot != 0) { in newnfs_request()
1190 slot = 0; in newnfs_request()
1341 if (slot != -1) { in newnfs_request()
[all …]
/freebsd/sys/dev/xilinx/
H A Dxlnx_pcib.c421 u_int bus, u_int slot, u_int func, u_int reg) in xlnx_pcib_req_valid() argument
432 if ((slot > PCI_SLOTMAX) || (func > PCI_FUNCMAX) || in xlnx_pcib_req_valid()
436 if (bus == 0 && slot > 0) in xlnx_pcib_req_valid()
451 xlnx_pcib_read_config(device_t dev, u_int bus, u_int slot, in xlnx_pcib_read_config() argument
466 if (!xlnx_pcib_req_valid(sc, bus, slot, func, reg)) in xlnx_pcib_read_config()
469 offset = PCIE_ADDR_OFFSET(bus - sc->bus_start, slot, func, reg); in xlnx_pcib_read_config()
495 xlnx_pcib_write_config(device_t dev, u_int bus, u_int slot, in xlnx_pcib_write_config() argument
510 if (!xlnx_pcib_req_valid(sc, bus, slot, func, reg)) in xlnx_pcib_write_config()
513 offset = PCIE_ADDR_OFFSET(bus - sc->bus_start, slot, func, reg); in xlnx_pcib_write_config()
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dregulator-max77620.txt62 - maxim,active-fps-power-up-slot: Sequencing event slot number on which
69 - maxim,active-fps-power-down-slot: Sequencing event slot number on which
81 - maxim,suspend-fps-power-up-slot: This is same as property
82 "maxim,active-fps-power-up-slot" but
89 - maxim,suspend-fps-power-down-slot: This is same as property
90 "maxim,active-fps-power-down-slot" but
/freebsd/contrib/xz/src/xz/
H A Dutil.h60 extern const char *uint64_to_str(uint64_t value, uint32_t slot);
96 bool always_also_bytes, uint32_t slot);
/freebsd/sys/contrib/openzfs/cmd/zpool/zpool.d/
H A Denc42 slot)
46 val="$(cat """$VDEV_ENC_SYSFS_PATH/slot""" 2>/dev/null)"
H A Dencdev42 slot)
46 val="$(cat """$VDEV_ENC_SYSFS_PATH/slot""" 2>/dev/null)"
H A Dfault_led42 slot)
46 val="$(cat """$VDEV_ENC_SYSFS_PATH/slot""" 2>/dev/null)"
H A Dlocate_led42 slot)
46 val="$(cat """$VDEV_ENC_SYSFS_PATH/slot""" 2>/dev/null)"
H A Dses42 slot)
46 val="$(cat """$VDEV_ENC_SYSFS_PATH/slot""" 2>/dev/null)"
H A Dslot42 slot)
46 val="$(cat """$VDEV_ENC_SYSFS_PATH/slot""" 2>/dev/null)"
/freebsd/sys/x86/include/
H A Dpci_cfgreg.h61 u_int32_t pci_cfgregread(int domain, int bus, int slot, int func, int reg, int bytes);
62 void pci_cfgregwrite(int domain, int bus, int slot, int func, int reg, u_int32_t data, int bytes);
/freebsd/sys/security/mac/
H A Dmac_framework.c521 int error, slot, static_entry; in mac_policy_register() local
551 slot = ffs(mac_slot_offsets_free); in mac_policy_register()
552 if (slot == 0) { in mac_policy_register()
556 slot--; in mac_policy_register()
557 mac_slot_offsets_free &= ~(1 << slot); in mac_policy_register()
558 *mpc->mpc_field_off = slot; in mac_policy_register()
/freebsd/sys/netinet/
H A Dtcp_hpts.h147 uint32_t tcp_hpts_insert_diag(struct tcpcb *tp, uint32_t slot, int32_t line,
149 #define tcp_hpts_insert(inp, slot) \ argument
150 tcp_hpts_insert_diag((inp), (slot), __LINE__, NULL)
/freebsd/sys/contrib/device-tree/src/arm64/toshiba/
H A Dtmpv7708-visrobo-vrc.dtsi29 mmc-slot@0 {
30 compatible = "mmc-spi-slot";
/freebsd/sys/contrib/device-tree/src/arm/ti/davinci/
H A Dda850-enbw-cmc.dts39 ti,edma-reserved-slot-ranges = <32 50>;
43 ti,edma-reserved-slot-ranges = <32 90>;
/freebsd/sys/dev/acpica/
H A Dacpi_pcib_acpi.c82 u_int slot, u_int func, u_int reg, int bytes);
84 u_int slot, u_int func, u_int reg, uint32_t data,
373 u_int slot, func, busok; in acpi_pcib_acpi_attach() local
480 slot = ACPI_ADR_PCI_SLOT(sc->ap_addr); in acpi_pcib_acpi_attach()
484 slot, func); in acpi_pcib_acpi_attach()
485 if (host_pcib_get_busno(pci_cfgregread, 0, slot, func, &busno) == 0) in acpi_pcib_acpi_attach()
634 acpi_pcib_read_config(device_t dev, u_int bus, u_int slot, u_int func, in acpi_pcib_read_config() argument
639 return (pci_cfgregread(sc->ap_segment, bus, slot, func, reg, bytes)); in acpi_pcib_read_config()
643 acpi_pcib_write_config(device_t dev, u_int bus, u_int slot, u_int func, in acpi_pcib_write_config() argument
648 pci_cfgregwrite(sc->ap_segment, bus, slot, func, reg, data, bytes); in acpi_pcib_write_config()

12345678910>>...30