Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/bwn/bwn/
H A Dif_bwn_phy_lp.c3417 bwn_tab_write(struct bwn_mac *mac, uint32_t typeoffset, uint32_t value) in bwn_tab_write() argument
3421 type = BWN_TAB_GETTYPE(typeoffset); in bwn_tab_write()
3422 offset = BWN_TAB_GETOFFSET(typeoffset); in bwn_tab_write()
3544 bwn_tab_read(struct bwn_mac *mac, uint32_t typeoffset) in bwn_tab_read() argument
3548 type = BWN_TAB_GETTYPE(typeoffset); in bwn_tab_read()
3549 offset = BWN_TAB_GETOFFSET(typeoffset); in bwn_tab_read()