Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn.c227 static uint32_t bwn_pio_rx_read_4(struct bwn_pio_rxqueue *, uint16_t);
5562 ctl32 = bwn_pio_rx_read_4(prq, BWN_PIO8_RXCTL); in bwn_pio_rxeof()
5568 ctl32 = bwn_pio_rx_read_4(prq, BWN_PIO8_RXCTL); in bwn_pio_rxeof()
5626 v32 = bwn_pio_rx_read_4(prq, BWN_PIO8_RXDATA); in bwn_pio_rxeof()
6132 bwn_pio_rx_read_4(struct bwn_pio_rxqueue *prq, uint16_t offset) in bwn_pio_rx_read_4() function