Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dbcmstdlib.c178 static const char hex_upper[17] = "0123456789ABCDEF"; variable
372 optr += __atox(optr, end, i, 10, width, hex_upper, zero_pad); in BCMPOSTTRAPFN()
381 optr += __atolx(optr, end, li, 10, width, hex_upper, zero_pad); in BCMPOSTTRAPFN()
387 optr += __atox(optr, end, x, 10, width, hex_upper, zero_pad); in BCMPOSTTRAPFN()
390 optr += __atolx(optr, end, ul, 10, width, hex_upper, zero_pad); in BCMPOSTTRAPFN()
402 (*iptr == 'X') ? hex_upper : hex_lower, zero_pad); in BCMPOSTTRAPFN()
406 (*iptr == 'X') ? hex_upper : hex_lower, zero_pad); in BCMPOSTTRAPFN()
413 (*iptr == 'P') ? hex_upper : hex_lower, zero_pad); in BCMPOSTTRAPFN()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmstdlib.c178 static const char hex_upper[17] = "0123456789ABCDEF"; variable
372 optr += __atox(optr, end, i, 10, width, hex_upper, zero_pad); in BCMPOSTTRAPFN()
381 optr += __atolx(optr, end, li, 10, width, hex_upper, zero_pad); in BCMPOSTTRAPFN()
387 optr += __atox(optr, end, x, 10, width, hex_upper, zero_pad); in BCMPOSTTRAPFN()
390 optr += __atolx(optr, end, ul, 10, width, hex_upper, zero_pad); in BCMPOSTTRAPFN()
402 (*iptr == 'X') ? hex_upper : hex_lower, zero_pad); in BCMPOSTTRAPFN()
406 (*iptr == 'X') ? hex_upper : hex_lower, zero_pad); in BCMPOSTTRAPFN()
413 (*iptr == 'P') ? hex_upper : hex_lower, zero_pad); in BCMPOSTTRAPFN()