Searched refs:txcmd (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/ |
| H A D | halbb_dbg.c | 721 char *txcmd = NULL; in halbb_basic_dbg_msg_mac_phy_intf() local 745 txcmd = "data"; in halbb_basic_dbg_msg_mac_phy_intf() 748 txcmd = "beacon"; in halbb_basic_dbg_msg_mac_phy_intf() 751 txcmd = "HT-NDPA"; in halbb_basic_dbg_msg_mac_phy_intf() 754 txcmd = "VHT-NDPA"; in halbb_basic_dbg_msg_mac_phy_intf() 757 txcmd = "HE-NDPA"; in halbb_basic_dbg_msg_mac_phy_intf() 760 txcmd = "RTS"; in halbb_basic_dbg_msg_mac_phy_intf() 763 txcmd = "CTS2self"; in halbb_basic_dbg_msg_mac_phy_intf() 766 txcmd = "CF_end"; in halbb_basic_dbg_msg_mac_phy_intf() 769 txcmd = "compressed-BAR"; in halbb_basic_dbg_msg_mac_phy_intf() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/ |
| H A D | halbb_dbg.c | 721 char *txcmd = NULL; in halbb_basic_dbg_msg_mac_phy_intf() local 745 txcmd = "data"; in halbb_basic_dbg_msg_mac_phy_intf() 748 txcmd = "beacon"; in halbb_basic_dbg_msg_mac_phy_intf() 751 txcmd = "HT-NDPA"; in halbb_basic_dbg_msg_mac_phy_intf() 754 txcmd = "VHT-NDPA"; in halbb_basic_dbg_msg_mac_phy_intf() 757 txcmd = "HE-NDPA"; in halbb_basic_dbg_msg_mac_phy_intf() 760 txcmd = "RTS"; in halbb_basic_dbg_msg_mac_phy_intf() 763 txcmd = "CTS2self"; in halbb_basic_dbg_msg_mac_phy_intf() 766 txcmd = "CF_end"; in halbb_basic_dbg_msg_mac_phy_intf() 769 txcmd = "compressed-BAR"; in halbb_basic_dbg_msg_mac_phy_intf() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/512x/ |
| H A D | mpc512x_shared.c | 449 out_be32(&FIFOC(psc)->txcmd, 0x80); in mpc512x_psc_fifo_init() 450 out_be32(&FIFOC(psc)->txcmd, 0x01); in mpc512x_psc_fifo_init()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | cs8900.h | 46 CS8900_REG txcmd; member
|
| H A D | cs8900.c | 211 REG_WRITE(PP_TxCmd_TxStart_Full, &priv->regs->txcmd); in cs8900_send()
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-mpc512x-psc.c | 184 setbits32(&fifo->txcmd, in mpc512x_psc_spi_transfer_rxtx() 455 out_be32(&fifo->txcmd, in mpc512x_psc_spi_port_config()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | trans.c | 3255 struct iwl_fw_error_dump_txcmd *txcmd; in iwl_trans_pcie_dump_data() local 3272 cmdq->n_window * (sizeof(*txcmd) + in iwl_trans_pcie_dump_data() 3326 txcmd = (void *)data->data; in iwl_trans_pcie_dump_data() 3345 len += sizeof(*txcmd) + caplen; in iwl_trans_pcie_dump_data() 3346 txcmd->cmdlen = cpu_to_le32(cmdlen); in iwl_trans_pcie_dump_data() 3347 txcmd->caplen = cpu_to_le32(caplen); in iwl_trans_pcie_dump_data() 3348 memcpy(txcmd->data, cmdq->entries[idx].cmd, in iwl_trans_pcie_dump_data() 3350 txcmd = (void *)((u8 *)txcmd->data + caplen); in iwl_trans_pcie_dump_data()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | mpc52xx_psc.h | 267 u32 txcmd; /* PSC + 0x80 */ member
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | mpc52xx_uart.c | 425 out_be32(&FIFO_512x(port)->txcmd, MPC512x_PSC_FIFO_RESET_SLICE); in mpc512x_psc_fifo_init() 426 out_be32(&FIFO_512x(port)->txcmd, MPC512x_PSC_FIFO_ENABLE_SLICE); in mpc512x_psc_fifo_init() 769 out_be32(&FIFO_5125(port)->txcmd, MPC512x_PSC_FIFO_RESET_SLICE); in mpc5125_psc_fifo_init() 770 out_be32(&FIFO_5125(port)->txcmd, MPC512x_PSC_FIFO_ENABLE_SLICE); in mpc5125_psc_fifo_init()
|