Home
last modified time | relevance | path

Searched refs:txcmd (Results 1 – 7 of 7) sorted by relevance

/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_shared.c435 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 Dspi-mpc512x-psc.c178 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 Dmpc52xx_psc.h267 u32 txcmd; /* PSC + 0x80 */ member
/linux/drivers/net/wireless/realtek/rtw89/
H A Ddebug.c4281 #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 Dphy.c6200 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 Dcore.h6793 u8 txcmd; member
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c1087 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()