/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf51.h | 50 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 55 switch (phy) { in hal_radio_phy_mode_get() 113 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 115 ARG_UNUSED(phy); in hal_radio_tx_ready_delay_us_get() 120 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 122 ARG_UNUSED(phy); in hal_radio_rx_ready_delay_us_get() 127 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument 129 ARG_UNUSED(phy); in hal_radio_tx_chain_delay_us_get() 134 static inline uint32_t hal_radio_rx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_chain_delay_us_get() argument 136 ARG_UNUSED(phy); in hal_radio_rx_chain_delay_us_get() [all …]
|
D | radio_nrf52805.h | 238 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 243 switch (phy) { in hal_radio_phy_mode_get() 305 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 309 switch (phy) { in hal_radio_tx_ready_delay_us_get() 318 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 322 switch (phy) { in hal_radio_rx_ready_delay_us_get() 331 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument 333 ARG_UNUSED(phy); in hal_radio_tx_chain_delay_us_get() 339 static inline uint32_t hal_radio_rx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_chain_delay_us_get() argument 343 switch (phy) { in hal_radio_rx_chain_delay_us_get() [all …]
|
D | radio_nrf52810.h | 257 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 262 switch (phy) { in hal_radio_phy_mode_get() 324 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 328 switch (phy) { in hal_radio_tx_ready_delay_us_get() 337 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 341 switch (phy) { in hal_radio_rx_ready_delay_us_get() 350 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument 352 ARG_UNUSED(phy); in hal_radio_tx_chain_delay_us_get() 358 static inline uint32_t hal_radio_rx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_chain_delay_us_get() argument 362 switch (phy) { in hal_radio_rx_chain_delay_us_get() [all …]
|
D | radio_nrf52832.h | 255 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 260 switch (phy) { in hal_radio_phy_mode_get() 322 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 326 switch (phy) { in hal_radio_tx_ready_delay_us_get() 335 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 339 switch (phy) { in hal_radio_rx_ready_delay_us_get() 348 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument 350 ARG_UNUSED(phy); in hal_radio_tx_chain_delay_us_get() 356 static inline uint32_t hal_radio_rx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_chain_delay_us_get() argument 360 switch (phy) { in hal_radio_rx_chain_delay_us_get() [all …]
|
D | radio.h | 37 #define RADIO_PKT_CONF_PDU_TYPE(phy) ((uint8_t)((phy) << RADIO_PKT_CONF_PDU_TYPE_POS)) argument 42 #define RADIO_PKT_CONF_PHY(phy) ((uint8_t)((phy) << RADIO_PKT_CONF_PHY_POS)) argument 47 #define RADIO_PKT_CONF_CTE(phy) ((uint8_t)((phy) << RADIO_PKT_CONF_CTE_POS)) argument 52 #define RADIO_PKT_CONF_FLAGS(pdu, phy, cte) \ argument 53 (RADIO_PKT_CONF_PDU_TYPE((pdu)) | RADIO_PKT_CONF_PHY((phy)) | RADIO_PKT_CONF_CTE((cte))) 65 void radio_phy_set(uint8_t phy, uint8_t flags); 77 uint32_t radio_tx_ready_delay_get(uint8_t phy, uint8_t flags); 78 uint32_t radio_tx_chain_delay_get(uint8_t phy, uint8_t flags); 79 uint32_t radio_rx_ready_delay_get(uint8_t phy, uint8_t flags); 80 uint32_t radio_rx_chain_delay_get(uint8_t phy, uint8_t flags); [all …]
|
D | radio_sim_nrf52.h | 375 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 380 switch (phy) { in hal_radio_phy_mode_get() 472 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 476 switch (phy) { in hal_radio_tx_ready_delay_us_get() 494 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 498 switch (phy) { in hal_radio_rx_ready_delay_us_get() 517 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument 519 ARG_UNUSED(phy); in hal_radio_tx_chain_delay_us_get() 525 static inline uint32_t hal_radio_rx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_chain_delay_us_get() argument 529 switch (phy) { in hal_radio_rx_chain_delay_us_get() [all …]
|
D | radio_sim_nrf5340.h | 403 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 407 switch (phy) { in hal_radio_phy_mode_get() 507 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 511 switch (phy) { in hal_radio_tx_ready_delay_us_get() 529 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 533 switch (phy) { in hal_radio_rx_ready_delay_us_get() 551 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument 553 ARG_UNUSED(phy); in hal_radio_tx_chain_delay_us_get() 559 static inline uint32_t hal_radio_rx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_chain_delay_us_get() argument 563 switch (phy) { in hal_radio_rx_chain_delay_us_get() [all …]
|
D | radio_nrf52811.h | 415 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 419 switch (phy) { in hal_radio_phy_mode_get() 491 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 493 switch (phy) { in hal_radio_tx_ready_delay_us_get() 511 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 513 switch (phy) { in hal_radio_rx_ready_delay_us_get() 531 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument 533 switch (phy) { in hal_radio_tx_chain_delay_us_get() 551 static inline uint32_t hal_radio_rx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_chain_delay_us_get() argument 553 switch (phy) { in hal_radio_rx_chain_delay_us_get() [all …]
|
D | radio_nrf52820.h | 404 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 408 switch (phy) { in hal_radio_phy_mode_get() 500 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 502 switch (phy) { in hal_radio_tx_ready_delay_us_get() 520 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 522 switch (phy) { in hal_radio_rx_ready_delay_us_get() 540 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument 542 switch (phy) { in hal_radio_tx_chain_delay_us_get() 560 static inline uint32_t hal_radio_rx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_chain_delay_us_get() argument 562 switch (phy) { in hal_radio_rx_chain_delay_us_get() [all …]
|
D | radio_nrf5340.h | 409 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 413 switch (phy) { in hal_radio_phy_mode_get() 525 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 527 switch (phy) { in hal_radio_tx_ready_delay_us_get() 545 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 547 switch (phy) { in hal_radio_rx_ready_delay_us_get() 565 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument 567 switch (phy) { in hal_radio_tx_chain_delay_us_get() 585 static inline uint32_t hal_radio_rx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_chain_delay_us_get() argument 587 switch (phy) { in hal_radio_rx_chain_delay_us_get() [all …]
|
D | radio_nrf54lx.h | 399 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 403 switch (phy) { in hal_radio_phy_mode_get() 655 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 657 switch (phy) { in hal_radio_tx_ready_delay_us_get() 675 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 677 switch (phy) { in hal_radio_rx_ready_delay_us_get() 695 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument 697 switch (phy) { in hal_radio_tx_chain_delay_us_get() 715 static inline uint32_t hal_radio_rx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_chain_delay_us_get() argument 717 switch (phy) { in hal_radio_rx_chain_delay_us_get() [all …]
|
D | radio_nrf52833.h | 414 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 418 switch (phy) { in hal_radio_phy_mode_get() 510 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 512 switch (phy) { in hal_radio_tx_ready_delay_us_get() 530 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 532 switch (phy) { in hal_radio_rx_ready_delay_us_get() 550 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument 552 switch (phy) { in hal_radio_tx_chain_delay_us_get() 570 static inline uint32_t hal_radio_rx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_chain_delay_us_get() argument 572 switch (phy) { in hal_radio_rx_chain_delay_us_get() [all …]
|
D | radio_nrf52840.h | 408 static inline uint32_t hal_radio_phy_mode_get(uint8_t phy, uint8_t flags) in hal_radio_phy_mode_get() argument 412 switch (phy) { in hal_radio_phy_mode_get() 527 static inline uint32_t hal_radio_tx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_ready_delay_us_get() argument 529 switch (phy) { in hal_radio_tx_ready_delay_us_get() 547 static inline uint32_t hal_radio_rx_ready_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_ready_delay_us_get() argument 549 switch (phy) { in hal_radio_rx_ready_delay_us_get() 567 static inline uint32_t hal_radio_tx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_tx_chain_delay_us_get() argument 569 switch (phy) { in hal_radio_tx_chain_delay_us_get() 587 static inline uint32_t hal_radio_rx_chain_delay_us_get(uint8_t phy, uint8_t flags) in hal_radio_rx_chain_delay_us_get() argument 589 switch (phy) { in hal_radio_rx_chain_delay_us_get() [all …]
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/lll/ |
D | lll_vendor.h | 24 #define EVENT_RX_JITTER_US(phy) 16 /* Radio Rx timing uncertainty */ argument 25 #define EVENT_RX_TO_US(phy) ((((((phy)&0x03) + 4)<<3)/BIT((((phy)&0x3)>>1))) + \ argument 26 EVENT_RX_JITTER_US(phy)) 29 #define EVENT_RX_TX_TURNAROUND(phy) ((phy) == 1?100:((phy) == 2 ? 80:900)) argument
|
D | lll_test.c | 160 static uint8_t init(uint8_t chan, uint8_t phy, void (*isr)(void *)) in init() argument 179 if (phy < 0x04) { in init() 180 test_phy = BIT(phy - 1); in init() 200 uint8_t ll_test_tx(uint8_t chan, uint8_t len, uint8_t type, uint8_t phy, in ll_test_tx() argument 215 if ((type > 0x07) || !phy || (phy > 0x04)) { in ll_test_tx() 219 err = init(chan, phy, isr_tx); in ll_test_tx() 287 uint8_t ll_test_rx(uint8_t chan, uint8_t phy, uint8_t mod_idx, uint8_t expected_cte_len, in ll_test_rx() argument 293 if (!phy || (phy > 0x03)) { in ll_test_rx() 303 err = init(chan, phy, isr_rx); in ll_test_rx()
|
/Zephyr-latest/drivers/ethernet/ |
D | phy_gecko.c | 80 static int phy_read(const struct phy_gecko_dev *phy, uint8_t reg_addr, in phy_read() argument 83 ETH_TypeDef *const eth = phy->regs; in phy_read() 84 uint8_t phy_addr = phy->address; in phy_read() 99 static int phy_write(const struct phy_gecko_dev *phy, uint8_t reg_addr, in phy_write() argument 102 ETH_TypeDef *const eth = phy->regs; in phy_write() 103 uint8_t phy_addr = phy->address; in phy_write() 109 static int phy_soft_reset(const struct phy_gecko_dev *phy) in phy_soft_reset() argument 116 retval = phy_write(phy, MII_BMCR, MII_BMCR_RESET); in phy_soft_reset() 132 retval = phy_read(phy, MII_BMCR, &phy_reg); in phy_soft_reset() 141 int phy_gecko_init(const struct phy_gecko_dev *phy) in phy_gecko_init() argument [all …]
|
D | phy_gecko.h | 29 int phy_gecko_init(const struct phy_gecko_dev *phy); 38 int phy_gecko_auto_negotiate(const struct phy_gecko_dev *phy, 46 uint32_t phy_gecko_id_get(const struct phy_gecko_dev *phy); 54 bool phy_gecko_is_linked(const struct phy_gecko_dev *phy);
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/nordic/lll/ |
D | lll_vendor.h | 61 #define EVENT_RX_JITTER_US(phy) 16 /* Radio Rx timing uncertainty */ argument 62 #define EVENT_RX_TO_US(phy) ((((((phy)&0x03) + 4)<<3)/BIT((((phy)&0x3)>>1))) + \ argument 63 EVENT_RX_JITTER_US(phy)) 71 #define EVENT_RX_TX_TURNAROUND(phy) 150 argument
|
/Zephyr-latest/tests/drivers/build_all/ethernet/ |
D | app.overlay | 30 ethernet-phy@0 { 36 ethernet-phy@1 { 44 ethernet-phy@2 { 53 ethernet-phy@3 { 62 ethernet-phy@4 { 71 ethernet-phy@5 { 73 compatible = "adi,adin1100-phy"; 77 ethernet-phy@6 { 79 compatible = "adi,adin2111-phy";
|
/Zephyr-latest/boards/nxp/rd_rw612_bga/ |
D | rd_rw612_bga_rw612_ethernet.dts | 22 phy-handle = <&phy>; 24 phy-connection-type = "rmii"; 31 phy: phy@2 { label
|
/Zephyr-latest/boards/nxp/imx8mm_evk/ |
D | imx8mm_evk_mimx8mm6_a53.dts | 47 phy-handle = <&phy>; 49 phy-connection-type = "rgmii"; 57 phy: phy@0 { label
|
/Zephyr-latest/boards/nxp/imx8mn_evk/ |
D | imx8mn_evk_mimx8mn6_a53.dts | 47 phy-handle = <&phy>; 49 phy-connection-type = "rgmii"; 57 phy: phy@0 { label
|
D | imx8mn_evk_mimx8mn6_a53_smp.dts | 49 phy-handle = <&phy>; 51 phy-connection-type = "rgmii"; 59 phy: phy@0 { label
|
/Zephyr-latest/boards/nxp/imx8mp_evk/ |
D | imx8mp_evk_mimx8ml8_a53.dts | 48 phy-handle = <&phy>; 50 phy-connection-type = "rgmii"; 58 phy: phy@1 { label
|
D | imx8mp_evk_mimx8ml8_a53_smp.dts | 50 phy-handle = <&phy>; 52 phy-connection-type = "rgmii"; 60 phy: phy@1 { label
|