Searched refs:txcmd (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/powerpc/platforms/512x/ |
| H A D | mpc512x_shared.c | 435 out_be32(&FIFOC(psc)->txcmd, 0x80); in mpc512x_psc_fifo_init() 436 out_be32(&FIFOC(psc)->txcmd, 0x01); in mpc512x_psc_fifo_init()
|
| /linux/drivers/spi/ |
| H A D | spi-mpc512x-psc.c | 178 setbits32(&fifo->txcmd, in mpc512x_psc_spi_transfer_rxtx() 434 out_be32(&fifo->txcmd, in mpc512x_psc_spi_port_config()
|
| /linux/arch/powerpc/include/asm/ |
| H A D | mpc52xx_psc.h | 267 u32 txcmd; /* PSC + 0x80 */ member
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | debug.c | 4281 #define TXCMD_SAME(txcmd) {txcmd, txcmd} argument 4282 #define TXCMD_DIFF(txcmd, txcmd_v1) {txcmd, txcmd_v1} argument 4283 #define TXCMD_GEV1(txcmd) {"RSVD", txcmd} argument 4360 static const char *rtw89_txcmd_str(struct rtw89_dev *rtwdev, u8 txcmd) in rtw89_txcmd_str() argument 4364 if (txcmd < ARRAY_SIZE(rtw89_txcmd_infos)) in rtw89_txcmd_str() 4365 return rtw89_txcmd_infos[txcmd].str[chip->chip_gen] ?: "RSVD"; in rtw89_txcmd_str() 4422 rtw89_txcmd_str(rtwdev, tx_stat->txcmd)); in rtw89_get_bb_stat()
|
| H A D | phy.c | 6200 tx_stat->txcmd = u32_get_bits(tx_stat->info[0], TX_STATUS_TXCMD); in rtw89_phy_tx_stat_update() 6212 tx_stat->txcmd = u32_get_bits(tx_stat->info[0], TX_STATUS_TXCMD_V1); in rtw89_phy_tx_stat_update() 6214 tx_stat->txcmd = u32_get_bits(tx_stat->info[0], TX_STATUS_TXCMD_V2); in rtw89_phy_tx_stat_update()
|
| H A D | core.h | 6793 u8 txcmd; member
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7996/ |
| H A D | mcu.c | 1087 struct bss_txcmd_tlv *txcmd; in mt7996_mcu_bss_txcmd_tlv() local 1090 tlv = mt7996_mcu_add_uni_tlv(skb, UNI_BSS_INFO_TXCMD, sizeof(*txcmd)); in mt7996_mcu_bss_txcmd_tlv() 1092 txcmd = (struct bss_txcmd_tlv *)tlv; in mt7996_mcu_bss_txcmd_tlv() 1093 txcmd->txcmd_mode = en; in mt7996_mcu_bss_txcmd_tlv()
|