Home
last modified time | relevance | path

Searched refs:cfg_type (Results 1 – 5 of 5) sorted by relevance

/src/sys/arm64/apple/
H A Dexynos_uart.c83 enum exynos_uart_type cfg_type; member
103 .cfg_type = EXUART_4210,
120 .cfg_type = EXUART_S5L,
229 if (cfg->cfg_type == EXUART_S5L) { in exynos4210_init_common()
242 if (cfg->cfg_type == EXUART_S5L) { in exynos4210_init_common()
299 if (!intr || cfg->cfg_type != EXUART_S5L) { in exynos4210_rxready_impl()
304 if (cfg->cfg_type != EXUART_S5L) in exynos4210_rxready_impl()
417 if (cfg->cfg_type == EXUART_S5L) { in exynos4210_bus_transmit()
/src/sys/dev/virtio/pci/
H A Dvirtio_pci_modern.c755 vtpci_modern_find_cap(device_t dev, uint8_t cfg_type, int *cap_offset) in vtpci_modern_find_cap() argument
765 offsetof(struct virtio_pci_cap, cfg_type), 1); in vtpci_modern_find_cap()
773 if (type == cfg_type) { in vtpci_modern_find_cap()
929 vtpci_modern_find_cap_resource(struct vtpci_modern_softc *sc, uint8_t cfg_type, in vtpci_modern_find_cap_resource() argument
938 error = vtpci_modern_find_cap(dev, cfg_type, &cap_offset); in vtpci_modern_find_cap_resource()
947 cfg_type, cap_length); in vtpci_modern_find_cap_resource()
960 cfg_type, length, min_size); in vtpci_modern_find_cap_resource()
966 cfg_type, offset, alignment); in vtpci_modern_find_cap_resource()
H A Dvirtio_pci_modern_var.h58 uint8_t cfg_type; /* Identifies the structure. */ member
/src/sys/contrib/dev/rtw89/
H A Dphy_be.c118 u8 cfg_type; member
256 switch (arg.cfg_type) { in rtw89_phy_config_bb_gain_be()
281 arg.addr, reg->data, arg.cfg_type); in rtw89_phy_config_bb_gain_be()
H A Dphy.c1240 u8 cfg_type; member
1447 switch (arg.cfg_type) { in rtw89_phy_config_bb_gain_ax()
1468 arg.addr, reg->data, arg.cfg_type); in rtw89_phy_config_bb_gain_ax()