Searched refs:typeoffset (Results 1 – 1 of 1) sorted by relevance
3488 bwn_tab_write(struct bwn_mac *mac, uint32_t typeoffset, uint32_t value) in bwn_tab_write() argument3492 type = BWN_TAB_GETTYPE(typeoffset); in bwn_tab_write()3493 offset = BWN_TAB_GETOFFSET(typeoffset); in bwn_tab_write()3615 bwn_tab_read(struct bwn_mac *mac, uint32_t typeoffset) in bwn_tab_read() argument3619 type = BWN_TAB_GETTYPE(typeoffset); in bwn_tab_read()3620 offset = BWN_TAB_GETOFFSET(typeoffset); in bwn_tab_read()