Home
last modified time | relevance | path

Searched refs:b43_piotx_read16 (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/net/wireless/broadcom/b43/
Dpio.c143 q->buffer_size = b43_piotx_read16(q, B43_PIO_TXQBUFSIZE); in b43_setup_pioqueue_tx()
357 ctl = b43_piotx_read16(q, B43_PIO_TXCTL); in pio_tx_frame_2byte_queue()
785 b43_piotx_read16(q, B43_PIO_TXCTL) in b43_pio_tx_suspend_queue()
798 b43_piotx_read16(q, B43_PIO_TXCTL) in b43_pio_tx_resume_queue()
Dpio.h109 static inline u16 b43_piotx_read16(struct b43_pio_txqueue *q, u16 offset) in b43_piotx_read16() function