Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/freebsd-13.1/sys/dev/sdhci/
H A Dsdhci.c206 sdhci_dumpregs(struct sdhci_slot *slot) in sdhci_dumpregs()
317 sdhci_init(struct sdhci_slot *slot) in sdhci_init()
614 struct sdhci_slot *slot = arg; local
711 struct sdhci_slot *slot = arg; local
786 sdhci_dma_free(struct sdhci_slot *slot)
1528 struct sdhci_slot *slot = arg; local
1575 struct sdhci_slot *slot; local
1585 struct sdhci_slot *slot = arg; local
1940 sdhci_start(struct sdhci_slot *slot)
1979 sdhci_start(struct sdhci_slot *slot)
[all …]
H A Dsdhci_fsl_fdt.c100 struct sdhci_slot slot; member
214 sdhci_fsl_fdt_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in sdhci_fsl_fdt_read_1()
241 sdhci_fsl_fdt_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in sdhci_fsl_fdt_read_2()
271 sdhci_fsl_fdt_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in sdhci_fsl_fdt_read_4()
303 sdhci_fsl_fdt_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in sdhci_fsl_fdt_read_multi_4()
313 sdhci_fsl_fdt_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, in sdhci_fsl_fdt_write_1()
354 sdhci_fsl_fdt_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, in sdhci_fsl_fdt_write_2()
390 sdhci_fsl_fdt_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in sdhci_fsl_fdt_write_4()
419 sdhci_fsl_fdt_write_multi_4(device_t dev, struct sdhci_slot *slot, in sdhci_fsl_fdt_write_multi_4()
448 sdhci_fsl_fdt_get_card_present(device_t dev, struct sdhci_slot *slot) in sdhci_fsl_fdt_get_card_present()
[all …]
H A Dsdhci_fdt.c326 sdhci_fdt_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in sdhci_fdt_read_1()
334 sdhci_fdt_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, in sdhci_fdt_write_1()
343 sdhci_fdt_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in sdhci_fdt_read_2()
351 sdhci_fdt_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, in sdhci_fdt_write_2()
360 sdhci_fdt_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in sdhci_fdt_read_4()
373 sdhci_fdt_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in sdhci_fdt_write_4()
382 sdhci_fdt_read_multi_4(device_t dev, struct sdhci_slot *slot, in sdhci_fdt_read_multi_4()
391 sdhci_fdt_write_multi_4(device_t dev, struct sdhci_slot *slot, in sdhci_fdt_write_multi_4()
477 struct sdhci_slot *slot; in sdhci_fdt_attach() local
H A Dfsl_sdhci.c85 struct sdhci_slot slot; member
206 fsl_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in fsl_sdhci_read_1()
260 fsl_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in fsl_sdhci_read_2()
317 fsl_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in fsl_sdhci_read_4()
370 fsl_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in fsl_sdhci_read_multi_4()
379 fsl_sdhci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint8_t val) in fsl_sdhci_write_1()
422 fsl_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint16_t val) in fsl_sdhci_write_2()
501 fsl_sdhci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, uint32_t val) in fsl_sdhci_write_4()
514 fsl_sdhci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in fsl_sdhci_write_multi_4()
763 fsl_sdhci_get_card_present(device_t dev, struct sdhci_slot *slot) in fsl_sdhci_get_card_present()
H A Dsdhci_xenon.c90 struct sdhci_slot *slot; /* SDHCI internal data */ member
190 sdhci_xenon_get_card_present(device_t dev, struct sdhci_slot *slot) in sdhci_xenon_get_card_present()
198 sdhci_xenon_set_uhs_timing(device_t brdev, struct sdhci_slot *slot) in sdhci_xenon_set_uhs_timing()
372 struct sdhci_slot *slot; in sdhci_xenon_update_ios() local
424 struct sdhci_slot *slot; in sdhci_xenon_switch_vccq() local
509 sdhci_xenon_fdt_parse(device_t dev, struct sdhci_slot *slot) in sdhci_xenon_fdt_parse()
549 struct sdhci_slot *slot; in sdhci_xenon_attach() local
/freebsd-13.1/sys/sys/
H A Dosd.h76 #define osd_thread_deregister(slot) \ argument
78 #define osd_thread_set(td, slot, value) \ argument
80 #define osd_thread_set_reserved(td, slot, rsv, value) \ argument
82 #define osd_thread_get(td, slot) \ argument
84 #define osd_thread_del(td, slot) do { \ argument
95 #define osd_jail_deregister(slot) \ argument
97 #define osd_jail_set(pr, slot, value) \ argument
99 #define osd_jail_set_reserved(pr, slot, rsv, value) \ argument
101 #define osd_jail_get(pr, slot) \ argument
103 #define osd_jail_del(pr, slot) \ argument
/freebsd-13.1/sys/amd64/pci/
H A Dpci_cfgreg.c82 pci_docfgregread(int bus, int slot, int func, int reg, int bytes) in pci_docfgregread()
97 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
122 pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes) in pci_cfgregwrite()
139 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable()
165 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread()
191 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite()
218 int slot; in pcie_cfgregopen() local
257 #define PCIE_VADDR(base, reg, bus, slot, func) \ argument
273 pciereg_cfgread(int bus, unsigned slot, unsigned func, unsigned reg, in pciereg_cfgread()
304 pciereg_cfgwrite(int bus, unsigned slot, unsigned func, unsigned reg, int data, in pciereg_cfgwrite()
/freebsd-13.1/sys/arm/broadcom/bcm2835/
H A Dbcm2835_sdhci.c84 #define BCM_SDHCI_SLOT_LEFT(slot) \ argument
87 #define BCM_SDHCI_SEGSZ_LEFT(slot) \ argument
461 bcm_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhci_read_1()
584 struct sdhci_slot *slot; in bcm_sdhci_start_dma_seg() local
645 struct sdhci_slot *slot = &sc->sc_slot; in bcm_sdhci_dma_exit() local
658 struct sdhci_slot *slot = &sc->sc_slot; in bcm_sdhci_dma_unload() local
678 struct sdhci_slot *slot = &sc->sc_slot; in bcm_sdhci_dma_intr() local
731 bcm_sdhci_start_dma(struct sdhci_slot *slot) in bcm_sdhci_start_dma()
760 bcm_sdhci_will_handle_transfer(device_t dev, struct sdhci_slot *slot) in bcm_sdhci_will_handle_transfer()
794 bcm_sdhci_start_transfer(device_t dev, struct sdhci_slot *slot, in bcm_sdhci_start_transfer()
[all …]
H A Dbcm2835_sdhost.c296 bcm_sdhost_print_regs(struct bcm_sdhost_softc *sc, struct sdhci_slot *slot, in bcm_sdhost_print_regs()
343 bcm_sdhost_reset(device_t dev, struct sdhci_slot *slot) in bcm_sdhost_reset()
559 struct sdhci_slot *slot = &sc->sc_slot; in bcm_sdhost_intr() local
657 bcm_sdhost_get_card_present(device_t dev, struct sdhci_slot *slot) in bcm_sdhost_get_card_present()
666 bcm_sdhost_command(device_t dev, struct sdhci_slot *slot, uint16_t val) in bcm_sdhost_command()
812 bcm_sdhost_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhost_read_1()
866 bcm_sdhost_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhost_read_2()
924 bcm_sdhost_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in bcm_sdhost_read_4()
1007 bcm_sdhost_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in bcm_sdhost_read_multi_4()
1035 bcm_sdhost_write_1(device_t dev, struct sdhci_slot *slot, in bcm_sdhost_write_1()
[all …]
/freebsd-13.1/sys/i386/pci/
H A Dpci_cfgreg.c156 pci_docfgregread(int bus, int slot, int func, int reg, int bytes) in pci_docfgregread()
171 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
191 pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes) in pci_cfgregwrite()
208 pci_cfgenable(unsigned bus, unsigned slot, unsigned func, int reg, int bytes) in pci_cfgenable()
258 pcireg_cfgread(int bus, int slot, int func, int reg, int bytes) in pcireg_cfgread()
284 pcireg_cfgwrite(int bus, int slot, int func, int reg, int data, int bytes) in pcireg_cfgwrite()
444 int i, slot; in pcie_cfgregopen() local
520 #define PCIE_PADDR(base, reg, bus, slot, func) \ argument
528 pciereg_findaddr(int bus, unsigned slot, unsigned func, unsigned reg) in pciereg_findaddr()
575 pciereg_cfgread(int bus, unsigned slot, unsigned func, unsigned reg, in pciereg_cfgread()
[all …]
/freebsd-13.1/sys/x86/pci/
H A Dpci_early_quirks.c64 intel_stolen_base_gen3(int bus, int slot, int func) in intel_stolen_base_gen3()
75 intel_stolen_size_gen3(int bus, int slot, int func) in intel_stolen_size_gen3()
115 intel_stolen_size_gen6(int bus, int slot, int func) in intel_stolen_size_gen6()
126 intel_stolen_size_gen8(int bus, int slot, int func) in intel_stolen_size_gen8()
137 intel_stolen_size_chv(int bus, int slot, int func) in intel_stolen_size_chv()
159 intel_stolen_size_gen9(int bus, int slot, int func) in intel_stolen_size_gen9()
250 const int slot = 2; in intel_graphics_stolen() local
/freebsd-13.1/sys/arm/nvidia/
H A Dtegra_sdhci.c116 struct sdhci_slot slot; member
128 tegra_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in tegra_sdhci_read_1()
137 tegra_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in tegra_sdhci_read_2()
146 tegra_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in tegra_sdhci_read_4()
160 tegra_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_read_multi_4()
170 tegra_sdhci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_write_1()
180 tegra_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_write_2()
190 tegra_sdhci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_write_4()
200 tegra_sdhci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in tegra_sdhci_write_multi_4()
227 tegra_sdhci_get_card_present(device_t dev, struct sdhci_slot *slot) in tegra_sdhci_get_card_present()
[all …]
/freebsd-13.1/sys/kern/
H A Dkern_osd.c153 osd_deregister(u_int type, u_int slot) in osd_deregister()
202 osd_set(u_int type, struct osd *osd, u_int slot, void *value) in osd_set()
209 osd_reserve(u_int slot) in osd_reserve()
219 osd_set_reserved(u_int type, struct osd *osd, u_int slot, void **rsv, in osd_set_reserved()
298 osd_get(u_int type, struct osd *osd, u_int slot) in osd_get()
322 osd_del(u_int type, struct osd *osd, u_int slot) in osd_del()
332 do_osd_del(u_int type, struct osd *osd, u_int slot, int list_locked) in do_osd_del()
H A Dsubr_pctrie.c132 int slot; in pctrie_node_put() local
254 int slot; in pctrie_addval() local
303 int slot; in pctrie_reclaim_allnodes_int() local
353 int slot; in pctrie_insert() local
431 int slot; in _pctrie_lookup() local
492 int slot; in pctrie_lookup_ge() local
607 int slot; in pctrie_lookup_le() local
718 int i, slot; in pctrie_remove() local
/freebsd-13.1/sys/dev/evdev/
H A Devdev_mt.c111 int slot, slots; in evdev_mt_init() local
170 evdev_mt_send_slot(struct evdev_dev *evdev, int slot, in evdev_mt_send_slot()
195 evdev_mt_push_slot(struct evdev_dev *evdev, int slot, in evdev_mt_push_slot()
319 int i, j, m, n, dx, dy, slot, num_touches; in evdev_mt_match_frame() local
373 union evdev_mt_slot *slot; in evdev_mt_send_frame() local
454 int slot, size = 0; in evdev_mt_replay_events() local
482 evdev_mt_set_last_slot(struct evdev_dev *evdev, int slot) in evdev_mt_set_last_slot()
493 evdev_mt_get_value(struct evdev_dev *evdev, int slot, int16_t code) in evdev_mt_get_value()
503 evdev_mt_set_value(struct evdev_dev *evdev, int slot, int16_t code, in evdev_mt_set_value()
523 int slot; in evdev_get_mt_slot_by_tracking_id() local
[all …]
/freebsd-13.1/sys/arm/ti/
H A Dti_sdhci.c75 struct sdhci_slot slot; member
165 ti_sdhci_read_1(device_t dev, struct sdhci_slot *slot, bus_size_t off) in ti_sdhci_read_1()
173 ti_sdhci_read_2(device_t dev, struct sdhci_slot *slot, bus_size_t off) in ti_sdhci_read_2()
216 ti_sdhci_read_4(device_t dev, struct sdhci_slot *slot, bus_size_t off) in ti_sdhci_read_4()
240 ti_sdhci_read_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in ti_sdhci_read_multi_4()
249 ti_sdhci_write_1(device_t dev, struct sdhci_slot *slot, bus_size_t off, in ti_sdhci_write_1()
279 ti_sdhci_write_2(device_t dev, struct sdhci_slot *slot, bus_size_t off, in ti_sdhci_write_2()
328 ti_sdhci_write_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in ti_sdhci_write_4()
337 ti_sdhci_write_multi_4(device_t dev, struct sdhci_slot *slot, bus_size_t off, in ti_sdhci_write_multi_4()
357 struct sdhci_slot *slot; in ti_sdhci_update_ios() local
[all …]
/freebsd-13.1/sys/powerpc/powermac/
H A Ddbdma.c120 dbdma_get_cmd_status(dbdma_channel_t *chan, int slot) in dbdma_get_cmd_status()
133 dbdma_clear_cmd_status(dbdma_channel_t *chan, int slot) in dbdma_clear_cmd_status()
140 dbdma_get_residuals(dbdma_channel_t *chan, int slot) in dbdma_get_residuals()
210 dbdma_set_current_cmd(dbdma_channel_t *chan, int slot) in dbdma_set_current_cmd()
281 dbdma_insert_command(dbdma_channel_t *chan, int slot, int command, int stream, in dbdma_insert_command()
318 dbdma_insert_stop(dbdma_channel_t *chan, int slot) in dbdma_insert_stop()
326 dbdma_insert_nop(dbdma_channel_t *chan, int slot) in dbdma_insert_nop()
334 dbdma_insert_branch(dbdma_channel_t *chan, int slot, int to_slot) in dbdma_insert_branch()
H A Duninorthpci.c183 uninorth_read_config(device_t dev, u_int bus, u_int slot, u_int func, u_int reg, in uninorth_read_config()
214 uninorth_write_config(device_t dev, u_int bus, u_int slot, u_int func, in uninorth_write_config()
241 uninorth_enable_config(struct uninorth_softc *sc, u_int bus, u_int slot, in uninorth_enable_config()
/freebsd-13.1/sys/vm/
H A Dvm_radix.c156 int slot; in vm_radix_node_put() local
280 int slot; in vm_radix_addpage() local
328 int slot; in vm_radix_reclaim_allnodes_int() local
392 int slot; in vm_radix_insert() local
483 int slot; in _vm_radix_lookup() local
543 int slot, tos; in vm_radix_lookup_ge() local
655 int slot, tos; in vm_radix_lookup_le() local
765 int i, slot; in vm_radix_remove() local
847 int slot; in vm_radix_replace() local
/freebsd-13.1/sys/contrib/ck/include/
H A Dck_bytelock.h82 ck_bytelock_write_lock(struct ck_bytelock *bytelock, unsigned int slot) in ck_bytelock_write_lock()
128 ck_bytelock_read_lock(struct ck_bytelock *bytelock, unsigned int slot) in ck_bytelock_read_lock()
183 ck_bytelock_read_unlock(struct ck_bytelock *bytelock, unsigned int slot) in ck_bytelock_read_unlock()
/freebsd-13.1/sys/arm64/acpica/
H A Dpci_cfgreg.c46 pci_cfgregread(int bus, int slot, int func, int reg, int bytes) in pci_cfgregread()
58 pci_cfgregwrite(int bus, int slot, int func, int reg, u_int32_t data, int bytes) in pci_cfgregwrite()
/freebsd-13.1/sys/amd64/vmm/io/
H A Dppt.c127 int bus, slot, func; in ppt_probe() local
203 ppt_find(struct vm *vm, int bus, int slot, int func, struct pptdev **pptp) in ppt_find()
384 ppt_assign_device(struct vm *vm, int bus, int slot, int func) in ppt_assign_device()
403 ppt_unassign_device(struct vm *vm, int bus, int slot, int func) in ppt_unassign_device()
427 int bus, slot, func; in ppt_unassign_all() local
444 ppt_map_mmio(struct vm *vm, int bus, int slot, int func, in ppt_map_mmio()
470 ppt_unmap_mmio(struct vm *vm, int bus, int slot, int func, in ppt_unmap_mmio()
524 ppt_setup_msi(struct vm *vm, int vcpu, int bus, int slot, int func, in ppt_setup_msi()
617 ppt_setup_msix(struct vm *vm, int vcpu, int bus, int slot, int func, in ppt_setup_msix()
728 ppt_disable_msix(struct vm *vm, int bus, int slot, int func) in ppt_disable_msix()
/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_ahci.c136 int slot; member
436 ahci_write_fis_d2h_ncq(struct ahci_port *p, int slot) in ahci_write_fis_d2h_ncq()
491 int slot; in ahci_port_stop() local
788 read_prdt(struct ahci_port *p, int slot, uint8_t *cfis, in read_prdt()
902 write_prdt(struct ahci_port *p, int slot, uint8_t *cfis, in write_prdt()
983 handle_identify(struct ahci_port *p, int slot, uint8_t *cfis) in handle_identify()
1141 atapi_inquiry(struct ahci_port *p, int slot, uint8_t *cfis) in atapi_inquiry()
1203 atapi_read_toc(struct ahci_port *p, int slot, uint8_t *cfis) in atapi_read_toc()
1810 ahci_handle_slot(struct ahci_port *p, int slot) in ahci_handle_slot()
1901 int slot, ncq, dsm; in ata_ioreq_cb() local
[all …]
/freebsd-13.1/sys/dev/pci/
H A Dpcib_support.c60 uint8_t bus, slot, func; in pcib_get_id() local
74 pcib_decode_rid(device_t pcib, uint16_t rid, int *bus, int *slot, in pcib_decode_rid()
/freebsd-13.1/sys/dev/netmap/
H A Dif_re_netmap.h98 struct netmap_slot *slot = &ring->slot[nm_i]; in re_netmap_txsync() local
240 struct netmap_slot *slot = &ring->slot[nm_i]; in re_netmap_rxsync() local
293 struct netmap_slot *slot; in re_netmap_tx_init() local
321 struct netmap_slot *slot = netmap_reset(na, NR_RX, 0, 0); in re_netmap_rx_init() local

12345678910>>...12