OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uart_phy_read_register
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/scmdctl/
uart.c
150
uart_phy_read_register
(int fd, bool debug, uint8_t reg, uint8_t *buf)
function
183
fprintf(stderr,"
uart_phy_read_register
: IOCTL UL SPI send err: %d ; reg: %02x ; xreg: %02x\n",
202
fprintf(stderr,"
uart_phy_read_register
: IOCTL UL SPI receive 1 err: %d ; b: %02x\n",
224
fprintf(stderr,"
uart_phy_read_register
: IOCTL UL SPI receive 2 err: %d ; b: %02x\n",
315
err =
uart_phy_read_register
(fd, debug, q, &b);
370
err =
uart_phy_read_register
(fd, debug, SCMD_REG_REM_READ, &b);
377
err =
uart_phy_read_register
(fd, debug, SCMD_REG_REM_DATA_RD, &b);
443
err =
uart_phy_read_register
(fd, debug, SCMD_REG_REM_WRITE, &b);
uart.c
150
uart_phy_read_register
(int fd, bool debug, uint8_t reg, uint8_t *buf)
function
183
fprintf(stderr,"
uart_phy_read_register
: IOCTL UL SPI send err: %d ; reg: %02x ; xreg: %02x\n",
202
fprintf(stderr,"
uart_phy_read_register
: IOCTL UL SPI receive 1 err: %d ; b: %02x\n",
224
fprintf(stderr,"
uart_phy_read_register
: IOCTL UL SPI receive 2 err: %d ; b: %02x\n",
315
err =
uart_phy_read_register
(fd, debug, q, &b);
370
err =
uart_phy_read_register
(fd, debug, SCMD_REG_REM_READ, &b);
377
err =
uart_phy_read_register
(fd, debug, SCMD_REG_REM_DATA_RD, &b);
443
err =
uart_phy_read_register
(fd, debug, SCMD_REG_REM_WRITE, &b);
Completed in 45 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026